README.md

# Membrane Multimedia Framework: Membrane Bin RTP

[![Hex.pm](https://img.shields.io/hexpm/v/membrane_bin_rtp.svg)](https://hex.pm/packages/membrane_bin_rtp)
[![CircleCI](https://circleci.com/gh/membraneframework/membrane-bin-rtp.svg?style=svg)](https://circleci.com/gh/membraneframework/membrane-bin-rtp)

This package provides Membrane bins for dealing with RTP streams. Check out [demo](https://github.com/membraneframework/membrane-demo/tree/master/rtp) and [HexDocs](https://hexdocs.pm/membrane_bin_rtp) for details and usage examples.

## Installation

The package can be installed by adding `membrane_bin_rtp` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:membrane_bin_rtp, "~> 0.1.0"}
  ]
end
```

The docs can be found at [HexDocs](https://hexdocs.pm/membrane_bin_rtp).

## Copyright and License

Copyright 2019, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane-element-tee)

[![Software Mansion](https://membraneframework.github.io/static/logo/swm_logo_readme.png)](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane-element-tee)

Licensed under the [Apache License, Version 2.0](LICENSE)