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
We don't support RTP retransmissions(RTX) when the retransmitted packets are sent over a separate RTP stream(with a distinct SSRC). These packets are simply black holed at the moment.
For now RTX based on NACKs emitted by webrtc-rs work, but the RTX packets will be sent within the established RTP stream.
We don't support RTP retransmissions(RTX) when the retransmitted packets are sent over a separate RTP stream(with a distinct SSRC). These packets are simply black holed at the moment.
For now RTX based on NACKs emitted by webrtc-rs work, but the RTX packets will be sent within the established RTP stream.
Related issues in Pion:
The text was updated successfully, but these errors were encountered: