TSRIST input
This input allows for processing MPEG2-TS-based RIST streams.
TSRIST Core
Every input within MistServer requires a Stream name
and Source
to understand what these mean exactly we recommend reading up on Stream settings
TSRIST Support Matrix
Category | Support |
---|---|
Input URLs | rist://* ,tsrist:* |
Audio Codecs | AAC ,MP3 ,AC3 ,MP2 ,opus |
Video Codecs | H264 ,HEVC ,MPEG2 |
Subtitle | None |
Metadata | None |
Passthrough | rawts |
TSRIST Optional configurations
Option | Description | Type | Default | API | Commandline |
---|---|---|---|---|---|
Buffer time (ms) | The target available buffer time for this live stream, in milliseconds. This is the time available to seek around in, and will automatically be extended to fit whole keyframes as well as the minimum duration needed for stable playback. | Number (unsigned integer) | 50000 | DVR | --buffer |
MPEG Data track parser | Which parser to use for data tracks | = None / disabled json = 2b size-prepended JSON | datatrack | --datatrack | |
debug | The debug level at which messages need to be printed. | debug | Inherited from parent process | debug | --debug |
Memory page timeout | For bufferless or live inputs like HLS, set the timeout in seconds for old, inactive pages to be deleted. A longer value results in more memory usage, but ensures that recently buffered data stays in memory for longer | Number (unsigned integer) | 15 | pagetimeout | --pagetimeout |
RIST profile | RIST profile to use | 0 = Simple 1 = Main | 1 | profile | --profile |
Raw input mode | Enable raw MPEG-TS passthrough mode | Flag | Unset | raw | --raw |
Simulated Live | Make this input run as a simulated live stream | Flag | Unset | realtime | --realtime |
Always on | Automatically starts this stream, regardless of viewers requesting it or not. Only available if the source is set to one of: rist://* | Boolean | false | always_on | undefined |