Skip to main content

EBML input

Allows loading MKV, MKA, MK3D, MKS and WebM files for Video on Demand, or accepts live streams in those formats over standard input.

EBML Core

Every input within MistServer requires a Stream name and Source to understand what these mean exactly we recommend reading up on Stream settings

EBML Support Matrix

CategorySupport
Input URLs/*.mkv,
/*.mka,
/*.mk3d,
/*.mks,
/*.webm,
http://*.mkv,
http://*.mka,
http://*.mk3d,
http://*.mks,
http://*.webm,
https://*.mkv,
https://*.mka,
https://*.mk3d,
https://*.mks,
https://*.webm,
s3+http://*.mkv,
s3+http://*.mka,
s3+http://*.mk3d,
s3+http://*.mks,
s3+http://*.webm,
s3+https://*.mkv,
s3+https://*.mka,
s3+https://*.mk3d,
s3+https://*.mks,
s3+https://*.webm,
mkv-exec:*,
ebml:*
Audio Codecsopus,vorbis,AAC,PCM,ALAW,ULAW,MP2,MP3,AC3,FLOAT,DTS,FLAC
Video CodecsH264,HEVC,VP8,VP9,AV1,theora,MPEG2
Subtitlesubtitle
MetadataJSON
PassthroughNone

EBML Optional configurations

OptionDescriptionTypeDefaultAPICommandline
debugThe debug level at which messages need to be printed.debugInherited from parent processdebug--debug
Memory page timeoutFor 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 longerNumber (unsigned integer)15pagetimeout--pagetimeout
Simulated LiveMake this input run as a simulated live streamFlagUnsetrealtime--realtime
Always onAutomatically starts this stream, regardless of viewers requesting it or not. Only available if the source is set to one of:
mkv-exec:*
Booleanfalsealways_onundefined