Package required to play media in the Livebook, directly from the Membrane pipeline.
Supports audio and video input and playback.
Currently video capture works only in Chrome, audio capture works in Chrome and Firefox.
It is part of Membrane Multimedia Framework.
The package can be installed by adding membrane_kino_plugin
to your list of dependencies in mix.exs
:
def deps do
[
{:membrane_kino_plugin, github: "membraneframework-labs/membrane_kino_plugin", tag: "v0.4.0"}
]
end
For usage examples, see livebooks in the examples
directory.