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
Hi,
this method padding length to 4 bytes, however it change real payloadLength and remove padding flags , is that the correct ?
I thing we should check padding length is the same as orig length, if padding happen then set padding flag to true and set padding byte to padding length.
Hi,
this method padding length to 4 bytes, however it change
real payloadLength
and remove padding flags , is that the correct ?I thing we should check padding length is the same as orig length, if padding happen then set padding flag to true and set padding byte to padding length.
https://github.com/versatica/mediasoup/blob/d6373d540751c06b7fb96f0e7e26ad56f50f25bd/worker/src/RTC/RtpPacket.cpp#L653
The text was updated successfully, but these errors were encountered: