-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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 Remove associated rtxSsrc from RtpSendStream and RtpReceiveStream. #50.
- Make SSRC modifiable by the app, then
RtpSendStream.sendRtpwould know which SSRC to send it on. - Add a
sendRtxfunction.
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.
Metadata
Metadata
Assignees
Labels
No labels