-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flexible FEC for video #253
Comments
For https://tools.ietf.org/html/rfc5109#section-14.2
As such, we need For for the So for example let's say
In the above example,
There's only one catch though, as discovered with chromium, the video packets are often too large to include both main codec encoding and fec packet inside the same |
https://tools.ietf.org/html/draft-ietf-payload-flexible-fec-scheme-01
As defined within the packet, it's possible that FEC is protecting multiple SSRCs within the same flexible FEC packet. This potentially is a problem though. This may require a demuxer to fork a packet to multiple receivers and coordinate the sending of flexible fec packets upon multiple senders (which is a challenge). This it's recommended this be only used to encapsulate the packets for a single SSRC for SRST or used in the case of MRST streams for the layers that are fec'ed. The codec name is
|
Doesn't appear to be any way to describe flexible FEC in ORT specification...
https://tools.ietf.org/html/draft-ietf-rtcweb-fec-01#section-5.1
https://tools.ietf.org/html/draft-ietf-payload-flexible-fec-scheme-00#section-5.1
https://tools.ietf.org/html/rfc5956#section-4.3
The text was updated successfully, but these errors were encountered: