You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a server that streams a video based on this code base. Server maintainers provided me with a websocket URI (http://192.168.1.104:8080/stream/demo1/channel/0/webrtc?uuid=demo1&channel=0) to capture the stream in my program written in Python.
I can capture the stream and read byteArrays, however, I'm unable to decode frames for further processing. Could you help me with this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
There's a server that streams a video based on this code base. Server maintainers provided me with a websocket URI (
http://192.168.1.104:8080/stream/demo1/channel/0/webrtc?uuid=demo1&channel=0
) to capture the stream in my program written in Python.I can capture the stream and read byteArrays, however, I'm unable to decode frames for further processing. Could you help me with this?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions