membraneframework / membrane_sdk

Full power of Membrane in a single package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Membrane SDK

Hex.pm API Docs CircleCI

This package provides most of the packages of the Membrane Framework by depending on them - check the docs or the mix.exs file for the complete list. In particular, all the packages maintained by the core team are included, except for the ones that require a specific environment or custom installation. Thus, Membrane SDK should work out of the box on most popular systems, including Mac OS, Ubuntu and Windows via WSL.

Installation

The package can be installed by adding membrane_sdk to your list of dependencies in mix.exs:

def deps do
  [
    {:membrane_sdk, "~> 0.2.0"}
  ]
end

Copyright and License

Copyright 2020, Software Mansion

Software Mansion

Licensed under the Apache License, Version 2.0

About

Full power of Membrane in a single package

License:Apache License 2.0


Languages

Language:Elixir 100.0%