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

Add dependency-descriptor support #1481

Closed
wants to merge 4 commits into from

Conversation

Lynnworld
Copy link
Contributor

Add dependency-descriptor extension support. Tested on mediasoup-demo.
Note: Now mediasoup-client can't get dd extension showup by default , so I have hardcode for testing. See :https://github.com/Lynnworld/mediasoup-client/blob/5e8ff720bfae116e62989eae984ad3ccf2b11cd9/src/handlers/ortc/utils.ts#L25

image

@ibc
Copy link
Member

ibc commented Jan 27, 2025

I really appreciate this effort but definitely we don't want to depend on libwebrtc for things purely related to RTP parsing. In mediasoup we do RTP parsing from scratch, and that includes everything related to RTP header extensions and codec payloads.

Another reason is that we want to get rid of libwebrtc (once we have our own BWE code).

Said that, I will create a ticket to do this and reference this PR as documentation:

#1483

@ibc ibc closed this Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants