Flussonic’s SRT is a bit weird. Try adding the no_tsbpdmode option to all sources.
To avoid doing it manually, create a script at /etc/astra/mod/srt.lua:
__srt_input = srt_input
srt_input = function(config)
config.no_tsbpdmode = true
return __srt_input(config)
end
Save the script and restart Astra.
tsbpdmode is a stream synchronization feature (so that the receiver has exactly the same bitrate as the sender).
Flussonic’s implementation is kind of messed up, and it often throws various errors.
Flussonic’s SRT is a bit weird. Try adding the
no_tsbpdmodeoption to all sources.To avoid doing it manually, create a script at
/etc/astra/mod/srt.lua:Save the script and restart Astra.
tsbpdmodeis a stream synchronization feature (so that the receiver has exactly the same bitrate as the sender).Flussonic’s implementation is kind of messed up, and it often throws various errors.