Roverr / rtsp-stream

Out of box solution for RTSP - HLS live stream transcoding. Makes RTSP easy to play in browsers.
MIT License
713 stars 166 forks source link

Adaptive bitrate #77

Open blodbold opened 2 years ago

blodbold commented 2 years ago

Hi, I have a strange situation that if resource stream isn't stable(ex. internet cause lag), the result stream will be played about 2 seconds then starts to freeze. Then I find out hls protocol has a attribute called "adaptive bitrate" which can be set to control the minimum of a input that the service can process, is there any thing like this in project's environment variables I can use? Thank you.