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
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.10.0"}
]
endUsage
See Membrane.WebRTC.EndpointBin in membrane_webrtc_plugin for usage example
Copyright and License
Copyright 2020, Software Mansion
Licensed under the Apache License, Version 2.0