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
Whenever we're writing the RTCP packet, it oftentimes fails with this error. It's not clear what exactly causes this error (since we do not construct RTCP packets, but get them from Pion, then we only overwrite them.
UPD. Apparently, these are FIR requests (we probably need to overwrite several fields there, not only the MediaSSRC).
Current workaround is that we "convert" all FIRs into PLIs.
The text was updated successfully, but these errors were encountered:
Whenever we're writing the RTCP packet, it oftentimes fails with this error. It's not clear what exactly causes this error (since we do not construct RTCP packets, but get them from Pion, then we only overwrite them.
UPD. Apparently, these are FIR requests (we probably need to overwrite several fields there, not only the
MediaSSRC
).Current workaround is that we "convert" all FIRs into PLIs.
The text was updated successfully, but these errors were encountered: