View Source API Reference Membrane RTC Engine File Endpoint v0.2.0
Modules
An Endpoint responsible for publishing data from a file.
By default only supports OPUS encapsulated in Ogg container and raw H264 files.
By providing proper value in option after_source_transformation
you can read other formats, but the output from after_source_transformation
have to be encoded in OPUS or H264.
It starts publishing data immediately after initialization, if autoplay
is set to true (default),
or if autoplay
is disabled - after calling start_sending
function with proper arguments.
After publishing track it sends to engine parent notification :tracks_added
.
After sending all data from file it sends to engine parent notification :finished
.
Track Configuration, used to create track after initialization of File Endpoint.