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
I am a complete noob when it comes to web server programming. I developed a software which takes a stream from camera, process it, encodes into a h264 (this can be changed if there is a need) and now..I would like to display it in real time in a browser. It does not need to be very efficient, basically I want to do a quick and dirty demo of my software. How can I implement this in uWebSockets? I saw a VideoStreamer.js example, it works great but I don't want to stream from a file. I need to stream from a memory.
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,
I am a complete noob when it comes to web server programming. I developed a software which takes a stream from camera, process it, encodes into a h264 (this can be changed if there is a need) and now..I would like to display it in real time in a browser. It does not need to be very efficient, basically I want to do a quick and dirty demo of my software. How can I implement this in uWebSockets? I saw a VideoStreamer.js example, it works great but I don't want to stream from a file. I need to stream from a memory.
Thanks for any help.
Beta Was this translation helpful? Give feedback.
All reactions