philipgiuliani / membrane_rtc_engine

Customizable Real-time Communication Engine/SFU library focused on WebRTC.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Membrane RTC Engine

Hex.pm API Docs CircleCI

Customizable Real-time Communication Engine/SFU library focused on WebRTC.

Client SDKs

Installation

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

def deps do
  [
    {:membrane_rtc_engine, "~> 0.5.1"}
  ]
end

Usage

For usage examples, please refer to our membrane_demo or membrane_videoroom repositories.

Developing

To make the development a little easier, we have added mix integration_test task, which runs integration tests from integration/test_videoroom.

Copyright and License

Copyright 2021, Software Mansion

Software Mansion

Licensed under the Apache License, Version 2.0

About

Customizable Real-time Communication Engine/SFU library focused on WebRTC.

License:Apache License 2.0


Languages

Language:Elixir 95.7%Language:JavaScript 3.8%Language:HTML 0.5%