Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does the gstreamer plugin subtract the RTP overhead? #15

Open
j-licht opened this issue Mar 27, 2019 · 1 comment
Open

Does the gstreamer plugin subtract the RTP overhead? #15

j-licht opened this issue Mar 27, 2019 · 1 comment

Comments

@j-licht
Copy link

j-licht commented Mar 27, 2019

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.

@IngJohEricsson
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants