Can more WebRTC extensions be added in the SDP negotiation (WHIP)? #9232
-
I noticed that the offer SDP in the current OBS implementation of the WebRTC protocol does not include WebRTC extension capabilities, such as RRTR lines or RTX lines. 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. In order to improve the quality of WebRTC live streaming, does OBS have a method to modify the offer SDP, similar to the x264 options in the output column? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hey @MarcoMayCry I would like to just enable all this features by default. If we don't have something on it is probably because https://github.com/paullouisageneau/libdatachannel doesn't have it Would you mind helping me evaluate what is has/doesn't have and we can implement things together? thanks! |
Beta Was this translation helpful? Give feedback.
Hey @MarcoMayCry
I would like to just enable all this features by default. If we don't have something on it is probably because https://github.com/paullouisageneau/libdatachannel doesn't have it
Would you mind helping me evaluate what is has/doesn't have and we can implement things together?
thanks!