-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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)
endSave 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.
Metadata
Metadata
Assignees
Labels
No labels