Skip to content

SRT recv buffer overflow #162

@and-cesbo

Description

@and-cesbo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions