Can more WebRTC extensions be added in the SDP negotiation? #926
Unanswered
MarcoMayCry
asked this question in
Q&A
Replies: 2 comments 1 reply
-
These extensions are not supported for now, so you can't enable them via SDP. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@paullouisageneau I found TODO about why rtx is not implemented, something to do with firefox bugs. But I also found a lot of api related to rtx. including the api to write rtx lines to sdp. but then I looked at the nackhandler source and found that the ssrc of the nack package didn't change, which means that it doesn't use rtx, so now rtx is still unimplemented, is that right? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Recently, OBS has used this library to implement WebRTC streaming (WHIP). However, I noticed that there are no
rtx
line andrrtr
line in the SDP negotiation. Does this library support these two extensions (RTX & RTCP Extended Reports (XR))? Or, how can I enable these two extensions in the SDP negotiation?The RRTR line will enable RTCP Extended Reports (XR) so that the server can update the RTT in real time, thereby improving the efficiency of strategies such as NACK.
Beta Was this translation helpful? Give feedback.
All reactions