-
-
Notifications
You must be signed in to change notification settings - Fork 237
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
Add support for sending abs-capture-time RTP extension #217
base: v3
Are you sure you want to change the base?
Conversation
Does it need be exposed in the public API? Why not simply always force it in |
No need to send an extra header (it means more bandwidth usage) if it's not gonna be consumed. |
But by the time Chrome decides to expose it always (as it does with the rest of them), it will be sent always as the rest of unsolicited extra headers, am I wrong? |
Right. I'll remove the param. |
finally nobody seems to need this feature so I'll convert to a draft. |
Your SDP O/A foo is weak son |
It shouldn't work ¯_(ツ)_/¯ |
Since recent versions, Chromium/Chrome has support for sending the
abs-capture-time
RTP extension, however it lacks some stuff (read the issue in the link below):NOTE: If the second bullet is true it means that, even forcing the extension to be sent via SDP munging, it's not sending useful content ¯_(ツ)_/¯
This PR forces negotiation of the
abs-capture-time
for sending by means of local SDP offer munging.