membrane_webrtc_plugin
membrane_webrtc_plugin copied to clipboard
Membrane WebRTC Plugin
Membrane Plugin for sending and receiving streams via WebRTC. It's based on ex_webrtc.
It's a part of the Membrane Framework.
Installation
The package can be installed by adding membrane_webrtc_plugin to your list of dependencies in mix.exs:
def deps do
[
{:membrane_webrtc_plugin, "~> 0.20.0"}
]
end
Usage
The examples directory shows how to send and receive streams from a web browser.
Copyright and License
Copyright 2020, Software Mansion
Licensed under the Apache License, Version 2.0