Membrane ICE plugin
Membrane plugin for ICE protocol.
It enables establishing connection, sending and receiving messages using ICE protocol.
This package uses ex_libnice 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.4.1"}
]
endUsage
See example_project for example usage or refer to hex.pm for more details about how to interact with Sink and Source.
Copyright and License
Copyright 2020, Software Mansion
Licensed under the Apache License, Version 2.0