IP Adresse

This commit is contained in:
Eduard Wisch 2025-02-19 17:28:56 +01:00
parent f7fc1aede4
commit d4ef886803
2 changed files with 2 additions and 1 deletions

View file

@ -162,6 +162,7 @@ async def read_output():
print(line_decoded)
obj.extract_convert_data(line_decoded)
print(obj.duration)
json_data = json.dumps(obj.to_dict())
await queue.put(json_data)

View file

@ -1,4 +1,4 @@
let ws = new WebSocket("ws://192.168.155.110:8000/ws");
let ws = new WebSocket("ws://127.0.0.1:8000/ws");
let videoQueue = {}; // Hier speichern wir alle laufenden Videos
ws.onmessage = function(event) {