You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I read in your presentation, it's necessary to subtract the RTP overhead from the given bitrate, before set it to the encoder.
From my understanding of the plugin code, this doesn't happen.
The text was updated successfully, but these errors were encountered:
Hi
Ideally one should subtract the cost of the RTP overhead but because the RTP overhead is only ~1% of a typical MTU sized RTP packet it is not really necessary. The rate control algorithm in SCReAM compensates for moderate errors and the output rate also varies around the target bitrate.
It becomes more important to subtract the overhead if you add FEC and the FEC overhead is e.g 20% of the encoder bitrate.
/Ingemar
As I read in your presentation, it's necessary to subtract the RTP overhead from the given bitrate, before set it to the encoder.
From my understanding of the plugin code, this doesn't happen.
The text was updated successfully, but these errors were encountered: