Srt: should I set SRTO_PACKETFILTER for sender, receiver or both ?

Created on 2 Apr 2020  路  3Comments  路  Source: Haivision/srt

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.

Question

Most helpful comment

packetfilter=fec must be set on both sides and at least one side should define a configuration for it.

All 3 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

aamirrad picture aamirrad  路  5Comments

adamyellen picture adamyellen  路  11Comments

stoyanovgeorge picture stoyanovgeorge  路  9Comments

amukhsimov picture amukhsimov  路  3Comments

amjy picture amjy  路  4Comments