Skip to content

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

License

Notifications You must be signed in to change notification settings

iw-an/membrane_rtc_engine

 
 

Repository files navigation

Membrane RTC Engine

Hex.pm API Docs codecov 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.10.0"}
  ]
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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 95.6%
  • JavaScript 3.8%
  • HTML 0.6%