JSON lines over raw TCP
Real time JSON line-by-line input over a raw TCP socket or standard input
JSONLine Required configurations
Option | Description | Type | Default | API | Commandline |
---|---|---|---|---|---|
Stream | What streamname to serve. For multiple streams, add this protocol multiple times using different ports. | String | Unset | streamname | --stream |
JSONLine Optional configurations
Option | Description | Type | Default | API | Commandline |
---|---|---|---|---|---|
Codec | What codec to ingest as | String | JSON | codec | --codec |
debug | The debug level at which messages need to be printed. | debug | Inherited from parent process | debug | --debug |
Default track sorting | What tracks are selected first when no specific track selector is used for playback. | = Default (last added for live, first added for VoD) bps_lth = Bit rate, low to high bps_htl = Bit rate, high to low id_lth = Track ID, low to high id_htl = Track ID, high to low res_lth = Resolution, low to high res_htl = Resolution, high to low | default_track_sorting | --default_track_sorting | |
Interface | Address of the interface to listen on | String | 0.0.0.0 | interface | --interface |
TCP port | TCP port to listen on | Number (unsigned integer) | 3456 | port | --port |
Username | Username to drop privileges to - default if unprovided means do not drop privileges | String | root | username | --username |