A pure C Mjpeg-over-HTTP server
github.com
A pure C Mjpeg-over-HTTP server
1–10 of 19 posts
Re: A pure C Mjpeg-over-HTTP server
#2Granted this project looks like a lot more streamlined.
Re: A pure C Mjpeg-over-HTTP server
#3Re: A pure C Mjpeg-over-HTTP server
#4Re: A pure C Mjpeg-over-HTTP server
#5Re: A pure C Mjpeg-over-HTTP server
#6Projects like this is a clear indication of industry's failure to provide a decent protocol for low latency streaming to browsers. Just give me MPEGTS/RTP in element I'm dying.
MPEGTS would be great for things I have wanted to do in the past, and all you probably have to do is hack the video element so it can handle that.
I think the thing about MJPEG and webcams is that it's relatively easy to make MJPEG from a webcam. MPEGTS would require more code I think?
Re: A pure C Mjpeg-over-HTTP server
#7Projects like this is a clear indication of industry's failure to provide a decent protocol for low latency streaming to browsers. Just give me MPEGTS/RTP in element I'm dying.
But isn't MJPEG a decent protocol for streaming to browsers? The browser handles MJPEG streams as the URL. It also handles the URL for a stream from Motion as the SRC element of an IMG element. MPEGTS would be great for things I have wanted to do in the past, and all you probably have to do is hack the video element so it can handle that. I think the thing about MJPEG and webcams is that it's relatively easy to make…
Therefore no audio and compression/quality is shit. Also, MJPEG stream doesn't have timestamps, so it's impossible to provide smooth playback of MJPEG stream, or synchronize it with other streams.
Re: A pure C Mjpeg-over-HTTP server
#8Projects like this is a clear indication of industry's failure to provide a decent protocol for low latency streaming to browsers. Just give me MPEGTS/RTP in element I'm dying.
We do need a video transport better than MJPEG, but please don't make it RTP-based
Re: A pure C Mjpeg-over-HTTP server
#9Projects like this is a clear indication of industry's failure to provide a decent protocol for low latency streaming to browsers. Just give me MPEGTS/RTP in element I'm dying.
Re: A pure C Mjpeg-over-HTTP server
#10Projects like this is a clear indication of industry's failure to provide a decent protocol for low latency streaming to browsers. Just give me MPEGTS/RTP in element I'm dying.