README.md
# Membrane Multimedia Framework: RTP plugin
[![CircleCI](https://circleci.com/gh/membraneframework/membrane_rtp.svg?style=svg)](https://circleci.com/gh/membraneframework/membrane_rtp)
This package provides bins and elements that can be for RTP transmission.
It is a part of [Membrane Multimedia Framework](https://membraneframework.org).
## Installation
The package can be installed by adding `membrane_rtp_plugin` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:membrane_rtp_plugin, "~> 0.4.0-alpha"}
]
end
```
## Usage example
TODO
The docs can be found at [https://hexdocs.pm/membrane_rtp](https://hexdocs.pm/membrane_rtp).
## Copyright and License
Copyright 2020, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_rtp)
[![Software Mansion](https://logo.swmansion.com/logo?color=white&variant=desktop&width=200&tag=membrane-github)](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_rtp)
Licensed under the [Apache License, Version 2.0](LICENSE)