Hi,
if I want to use "embedded" FEC filter should I set SRTO_PACKETFILTER only for sender or for receiver too?
I've checked API-functions.md, packet-filtering-and-fec.md, srt.h and was not able to get it.
according to this comment https://github.com/Haivision/srt/issues/894#issuecomment-555428369 we should set fec with params on sender and set fec without params on receiver.
This is all I was able to find so far
packetfilter=fec must be set on both sides and at least one side should define a configuration for it.
@mbakholdina, don't you think we need to have comment from @ethouris added to docs about
SRTO_PACKETFILTER ? I can submit necessary changes if you don't mind
Most helpful comment
packetfilter=fecmust be set on both sides and at least one side should define a configuration for it.