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
{{ message }}
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
Receivers are REQUIRED to implement support for RTP retransmission
packets [RFC4588] sent using SSRC multiplexing, and MAY also support
RTP retransmission packets sent using session multiplexing. Senders
MAY send RTP retransmission packets in response to NACKs if support
for the RTP retransmission payload format has been negotiated, and if
the sender believes it is useful to send a retransmission of the
packet(s) referenced in the NACK. Senders do not need to retransmit
every NACKed packet.
8.8. SDP Description with SSRC-Multiplexing
The following is an example of an SDP description for an RTP video
session using SSRC-multiplexing with similar parameters as in the
single-session example above:
v=0
o=mascha 2980675221 2980675778 IN IP4 host.example.net
c=IN IP4 192.0.2.0
m=video 49170 RTP/AVPF 96 97
a=rtpmap:96 MP4V-ES/90000
a=rtcp-fb:96 nack
a=fmtp:96 profile-level-id=8;config=01010000012000884006682C209\
0A21F
a=rtpmap:97 rtx/90000
a=fmtp:97 apt=96;rtx-time=3000
There doesn't appear to be a method to assign the "apt" (aka associated payload type) value for RTX pointing back to original payload type in the ortc specification.
$related #246
https://tools.ietf.org/html/draft-ietf-rtcweb-rtp-usage-25#section-6.1
https://tools.ietf.org/html/rfc4588#section-8.8
There doesn't appear to be a method to assign the "apt" (aka associated payload type) value for RTX pointing back to original payload type in the ortc specification.