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 a way to set codec specific payload descriptor flags to Payloader #70

Open
at-wat opened this issue May 30, 2020 · 0 comments
Open

Comments

@at-wat
Copy link
Member

at-wat commented May 30, 2020

For example,

rtp/codecs/vp8_packet.go

Lines 67 to 72 in 3ea3501

type VP8Packet struct {
// Required Header
X uint8 /* extended controlbits present */
N uint8 /* (non-reference frame) when set to 1 this frame can be discarded */
S uint8 /* start of VP8 partition */
PID uint8 /* partition index */

N flag can be set to indicate the frame can be discarded on packet loss. (The value for each frame is given by the encoder.)

@at-wat at-wat changed the title Add a way to set codec specific payload descriptor flags Add a way to set codec specific payload descriptor flags to Payloader May 30, 2020
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

1 participant