[webrtc-rtptransport] Sending NACK/FEC is not supported (#52)

Philipel-WebRTC has just created a new issue for https://github.com/w3c/webrtc-rtptransport:

== Sending NACK/FEC is not supported ==
Given that each `RtpSendStream` bundles both the media and RTX SSRC into one object it is currently not possible to send a packet on the RTX SSRC.

Some ways to fix this:
 - Unbundle media and RTX SSRC as suggested in #50.
 - Make SSRC modifiable by the app, then `RtpSendStream.sendRtp` would know which SSRC to send it on.
 - Add a `sendRtx` function.

I also believe bundling media and RTX SSRC makes things such as flexfec (FEC protecting multiple media SSRCs) slightly akward as you would have to just pick some SSRC to send it on.

Please view or discuss this issue at https://github.com/w3c/webrtc-rtptransport/issues/52 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 12 June 2024 10:58:07 UTC