You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nuint8/* (non-reference frame) when set to 1 this frame can be discarded */
Suint8/* start of VP8 partition */
PIDuint8/* 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.)
The text was updated successfully, but these errors were encountered:
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
For example,
rtp/codecs/vp8_packet.go
Lines 67 to 72 in 3ea3501
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.)
The text was updated successfully, but these errors were encountered: