Skip to content

membraneframework-labs/membrane_kino_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.