Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.05 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.05 KB

Membrane Kino Plugin

Hex.pm API Docs CircleCI

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.

Installation

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

Usage

For usage examples, see livebooks in the examples directory.