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.
The package can be installed by adding membrane_libnice_plugin
to your list of dependencies in mix.exs
:
def deps do
[
{:membrane_libnice_plugin, "~> 0.9.0"}
]
end
See example_project for example usage or refer to hex.pm for more details about how to interact with Sink and Source.
Copyright 2020, Software Mansion
Licensed under the Apache License, Version 2.0