Set output stream to CBR in options, bitrate is still dynamic, any ideas why?

fortuneboy251

New Member
Hey everyone, sorry if I'm missing something but I set my stream bitrate to CBR in settings, however it appears to change to a dynamic bitrate when actually streaming.

The stream log confirms that CBR is chosen but then gleefully states that it has switched to dynamic bitrate:


22:31:42.874: [x264 encoder: 'simple_h264_stream'] preset: fast
22:31:42.874: [x264 encoder: 'simple_h264_stream'] settings:
22:31:42.874: rate_control: CBR <---------- Constant Bitrate yay!!!!
22:31:42.874: bitrate: 400
22:31:42.874: buffer size: 400
22:31:42.874: crf: 0
22:31:42.874: fps_num: 30
22:31:42.874: fps_den: 1
22:31:42.874: width: 768
22:31:42.874: height: 432
22:31:42.874: keyint: 60
22:31:42.874:
22:31:42.874: [x264 encoder: 'simple_h264_stream'] custom settings: scenecut=0
22:31:42.876: ---------------------------------
22:31:42.876: [FFmpeg aac encoder: 'simple_aac'] bitrate: 96, channels: 2, channel_layout: 3
22:31:42.876:
22:31:42.877: [rtmp stream: 'simple_stream'] Dynamic bitrate enabled. Dropped frames begone! <-------No!!!!! booooooo!!!!!
22:31:42.877: [rtmp stream: 'simple_stream'] Connecting to RTMP URL rtmp://live-lhr03.twitch.tv/app...
22:31:42.945: [rtmp stream: 'simple_stream'] Interface: Remote NDIS based Internet Sharing Device (ethernet, 425 mbps)

The log continues to state the changing bitrate. Any way to ensure CBR?

I've attached the full log if you wanna see the whole thing :)

All help is greatly welcome and appreciated, cheers!
Daryl
 

Attachments

  • 2020-06-12 22-47-07.txt
    28.2 KB · Views: 65

R1CH

Forum Admin
Developer
You turned on dynamic bitrate in the network settings. This adjusts the bitrate CBR uses depending on network congestion, it's not a encoder rate control parameter.
 
Top