Skip to content

Use wanted RTP payload type#406

Draft
matt-allan wants to merge 1 commit intopion:mainfrom
matt-allan:rtp-payload-type-negotiation
Draft

Use wanted RTP payload type#406
matt-allan wants to merge 1 commit intopion:mainfrom
matt-allan:rtp-payload-type-negotiation

Conversation

@matt-allan
Copy link
Copy Markdown

Description

This PR updates the track implementation to use payload type ID requested by the client.

Without this fix when you run the webrtc example with a non Chromium browser, the client requests a payload type ID such as 126 and we reply with a different type ID, such as 125. When this happens the stream connects but there's no output. Any payload type ID in the range 96-127 is dynamic so we have to negotiate it.

This does fix my issue buy I''m not really sure if this is the best way to fix this. Do we need to support non dynamic payload types too? Do we need to validate bounds or anything?

Reference issue

Fixes this issue I accidentally opened on pion/webrtc repo: pion/webrtc#2237

@EmrysMyrddin
Copy link
Copy Markdown
Contributor

Hey ! Thank you for your proposal ! Extending compatibility by handling dynamic type ID would be great :-)

But i think we should find a way to do it transparently and automatically. And it would be awesome to avoid breaking the public API by doing it :-)

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

Successfully merging this pull request may close these issues.

2 participants