Skip to content

srt: Add `packetfilter` property. Allows configuring FEC

Niklas Hambüchen requested to merge nh2/gst-plugins-bad:srt-fec into master

FEC (Forward Error Correction) sends some added redundant data to allow the SRT receiver to reconstruct missing packets (saving retransmissions, thus improving latency at the cost of a configurable bandwidth overhead).

See: https://github.com/Haivision/srt/blob/master/docs/packet-filtering-and-fec.md

For the user to be able to configure FEC, gstreamer just needs to pass the packetfilter configuration string through to the SRT library.

Merge request reports