Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

membraneframework-labs/membrane_libnice_plugin

Repository files navigation

Membrane ICE plugin

Hex.pm API Docs CircleCI

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_libnice_plugin to your list of dependencies in mix.exs:

def deps do
  [
    {:membrane_libnice_plugin, "~> 0.9.0"}
  ]
end

Usage

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

Software Mansion

Licensed under the Apache License, Version 2.0