|
|
|
|
|
by cardiffspaceman
1613 days ago
|
|
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 MJPEG from a webcam. MPEGTS would require more code I think? |
|
So (i) if you want a solution that works out of box on any device, (ii) if you have enough bandwidth and (iii) if you are not interested in video quality, Mjpeg over Http is a good trade-off.