modifications on the string sent to the streamer, streaming from the webapp now works
This commit is contained in:
@@ -63,7 +63,8 @@ def receiver():
|
||||
else:
|
||||
response = str(l, 'utf-8')
|
||||
# print("Received:", response)
|
||||
response_queue.put(response) # Add response to the queue
|
||||
if "PING" not in response:
|
||||
response_queue.put(response) # Add response to the queue
|
||||
except Exception as e:
|
||||
print("Error in receiver:", e)
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user