Membrane Remote Stream format
Membrane format describing an unparsed data stream. It should be used whenever outputting or accepting an unknown stream (not to be confused with any stream, which can have well-specified format either), or a stream whose format can't/shouldn't be created at that stage.
It is part of Membrane Multimedia Framework.
Installation
The package can be installed by adding membrane_remote_stream_format
to your list of dependencies in mix.exs
:
def deps do
[
{:membrane_remote_stream_format, "~> 0.1.0"}
]
end
Copyright and License
Copyright 2020, Software Mansion
Licensed under the Apache License, Version 2.0