Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/membraneframework-labs/membrane_kino_plugin
https://github.com/membraneframework-labs/membrane_kino_plugin
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/membraneframework-labs/membrane_kino_plugin
- Owner: membraneframework-labs
- Created: 2023-02-01T09:32:27.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T13:31:46.000Z (4 months ago)
- Last Synced: 2024-08-29T14:58:21.871Z (4 months ago)
- Language: Elixir
- Size: 2.02 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Membrane Kino Plugin
[![Hex.pm](https://img.shields.io/hexpm/v/membrane_template_plugin.svg)](https://hex.pm/packages/membrane_template_plugin)
[![API Docs](https://img.shields.io/badge/api-docs-yellow.svg?style=flat)](https://hexdocs.pm/membrane_template_plugin)
[![CircleCI](https://circleci.com/gh/membraneframework/membrane_template_plugin.svg?style=svg)](https://circleci.com/gh/membraneframework/membrane_template_plugin)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](https://membraneframework.org).
## Installation
The package can be installed by adding `membrane_kino_plugin` to your list of dependencies in `mix.exs`:
```elixir
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`](./examples) directory.