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

Arbitrary RTP Header Extensions #12

Open
aboba opened this issue Nov 29, 2023 · 2 comments
Open

Arbitrary RTP Header Extensions #12

aboba opened this issue Nov 29, 2023 · 2 comments

Comments

@aboba
Copy link
Contributor

aboba commented Nov 29, 2023

Does RtpTransport allow an application to send arbitrary octets in RTP header extensions?

What restrictions are placed on the IDs/content of RTP header extensions?

  • IDs that can be used
  • Control over encryption (RFC 6904 or RFC 9335)
  • Content (for congestion-control related extensions)
  • Content (for other extensions)
@dontcallmedom-bot
Copy link

This issue was mentioned in WEBRTCWG-2023-12-05 (Page 58)

@youennf
Copy link

youennf commented May 14, 2024

For send side, there would be a need for a registration API that would modify the SDP and map the header extension URI to the extension ID.

For read side, this API would be nice but is not mandatory if the extension ID is exposed directly.
Note also that reading header extension is easier since there is no issue related to bad data or conflicting IDs.

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

3 participants