-
-
Notifications
You must be signed in to change notification settings - Fork 379
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 OpusRtpDepacketizer #1123
Add OpusRtpDepacketizer #1123
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good, thanks for adding! Since Opus and AAC depacketizers are identical, do you want to define both here as suggested?
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Depacketizers will include metadata about assembled media.
Inverse of OpusRtpPacketizer. Takes incoming Opus packets and emits frames.
@paullouisageneau I updated with the two changes from other PR
ready for a review! |
Build failure is homebrew HTTP failed respond, nothing to do with code changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good, thank you!
Inverse of OpusRtpPacketizer. Takes incoming Opus packets and emits frames.