Replies: 1 comment
-
|
Hello, I'm not sure about it but normally it is related with the codec implementation of your device. Try force software encode to know if that solves the problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I’m using RootEncoder for live streaming to Twitch.
I set
bitrate = 4000 * 1000, and also tested with and without the bitrate adapter.However, the Twitch dashboard shows the bitrate sometimes spikes up to 7000 kbps, causing instability and disconnections.
I checked the source code here:
https://github.com/pedroSG94/RootEncoder/blob/master/encoder/src/main/java/com/pedro/encoder/video/VideoEncoder.java#L154
From what I understand, it should automatically set CBR if supported —

but I’m not sure why, on stream start, the bitrate still jumps over 7 Mbps, triggering Twitch’s “high bitrate” warning and sometimes ending the stream.
Any advice would be appreciated.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions