IP Adresse
This commit is contained in:
parent
f7fc1aede4
commit
d4ef886803
2 changed files with 2 additions and 1 deletions
|
|
@ -162,6 +162,7 @@ async def read_output():
|
||||||
print(line_decoded)
|
print(line_decoded)
|
||||||
|
|
||||||
obj.extract_convert_data(line_decoded)
|
obj.extract_convert_data(line_decoded)
|
||||||
|
print(obj.duration)
|
||||||
|
|
||||||
json_data = json.dumps(obj.to_dict())
|
json_data = json.dumps(obj.to_dict())
|
||||||
await queue.put(json_data)
|
await queue.put(json_data)
|
||||||
|
|
|
||||||
|
|
@ -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
|
let videoQueue = {}; // Hier speichern wir alle laufenden Videos
|
||||||
|
|
||||||
ws.onmessage = function(event) {
|
ws.onmessage = function(event) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue