obsproject / obs-studio

OBS Studio - Free and open source software for live streaming and screen recording
https://obsproject.com
GNU General Public License v2.0
60.42k stars 7.99k forks source link

Low Bandwidth Indicator not working with YouTube HLS Streaming #5060

Open y0014984 opened 3 years ago

y0014984 commented 3 years ago

Operating System Info

Windows 10

Other OS

No response

OBS Studio Version

27.0.1

OBS Studio Version (Other)

No response

OBS Studio Log URL

https://obsproject.com/logs/W1jvLqI7yX4P7VSr

OBS Studio Crash Log URL

No response

Expected Behavior

I expected, that in the bottom right corner, obs will indicate by changing the color of the little box that the actual streaming bitrate is lower then set up in settings, for example by changing to orange or red.

Current Behavior

The box stays green, no matter how low the bitrate drops.

Steps to Reproduce

  1. Stream to YouTube using HLS

Anything else we should know?

With YouTube RTMPS everythings works as expected.

jp9000 commented 3 years ago

Thanks for the report. Just as a note, the HLS output is still experimental, which is why it doesn't show up in the list without expanding to the full list right now. It probably still needs some work and testing. Not many people have much use for it right now.

gxalpha commented 1 year ago

For reference, this is because HLS doesn't implement .get_congestion, which is what the UI bases the color of the indicator on. The fix would be to implement that function for ffmpeg_hls_muxer.