webrtc
webrtc copied to clipboard
FEC support
Hi, I'm looking to implement either ulpfec or flexfec for our low-latency video-only stream and was wondering to what extend is that supported by this family of crates. I understand these are sent on their own ssrc so maybe there's nothing specific to support? In that case, are there any examples on how to implement such a thing?
We're sending low-latency streaming video from a server to a client but want to be more resilient to packet loss.
Did you ever get ulpfec working in webrtc-rs?