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
Add SetExtensionWithProfile
Allows for conversion between RTP Header Extension Profiles easily.
'One Byte' packets can be updated without doing a full re-creating
of the Extension Headers.
Resolves#255Resolves#249
Few fixes for Header.Unmarshal
- Skip one-byte padding with non-zero length as specified in RFC;
- Return proper header length when one-byte extension with ID=15 or
one-byte padding with non-zero length was found;
- fixed check for end of extended header payloads;