View Source Membrane ICE plugin
Membrane plugin for ICE protocol.
It enables establishing connection, sending and receiving messages using ICE protocol.
This package uses [fake_turn] and is part of Membrane Multimedia Framework.
installation
Installation
The package can be installed by adding membrane_ice_plugin
to your list of dependencies in mix.exs
:
def deps do
[
{:membrane_ice_plugin, "~> 0.12.1"}
]
end
usage
Usage
See Membrane.WebRTC.EndpointBin
in membrane_webrtc_plugin for usage example
copyright-and-license
Copyright and License
Copyright 2020, Software Mansion
Licensed under the Apache License, Version 2.0