AlexxIT / go2rtc

Ultimate camera streaming application with support RTSP, RTMP, HTTP-FLV, WebRTC, MSE, HLS, MP4, MJPEG, HomeKit, FFmpeg, etc.
https://github.com/AlexxIT/Blog
MIT License
5.01k stars 399 forks source link

Allow mjpeg streams to run in the background #107

Open Sian-Lee-SA opened 1 year ago

Sian-Lee-SA commented 1 year ago

on the first initiation of a mjpeg stream, it can take a few seconds before the stream shows. After the initial connection, any additional mjpeg requested streams are instant... It would be beneficial to have the stream continuosly running as to eliminate the startup delay. This is highly benificial when I show a popup on my android TV on motion using a mjpeg stream as mjpeg is almost instant compared to other streams.

AlexxIT commented 1 year ago

Fast start for active connections can be fixed with #96 issue.