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

Support dependency descriptor and two-byte header for RTP header extension #1127

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

melpon
Copy link
Contributor

@melpon melpon commented Mar 5, 2024

I implemented the Dependency Descriptor RTP Header Extension in AV1RtpPacketizer. This allows SFUs to determine the dependencies between frames and the presence of keyframes without inspecting the RTP payload, enabling them to appropriately forward video frames.

Additionally, since the body size of the DD could become larger than 16 bytes, I also implemented the Two-Byte Header.

@melpon melpon force-pushed the dependency-descriptor branch 2 times, most recently from fad4131 to 0f9a96e Compare March 5, 2024 04:47
@voluntas
Copy link

voluntas commented Mar 5, 2024

We have added an RTP header extension to our WebRTC SFU to determine AV1 payloads without parsing them. I know this will be hard to review, but please consider merging if you like.

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.

None yet

2 participants