Dynamically updating Bitrate for Twitch

psyxche

New Member
Hello,

There's this project I was thinking of where I would dynamically update the bitrate of the encoder while streaming. However, I'm having a hard time grabbing the active encoder, must less the settings of said encoder. I've tried using obs_get_encoder_by_name from the API, but even with using the default IDs/Names, I can't grab any information about the encoder. Am I only able to grab the encoder when a stream is active? I want to see if someone else has done something along the lines of what I want to do.
 
Top