README.md
      
      
        
        # Membrane Multimedia Framework: RTP MPEGAudio
This package provides elements that can be used to depayload MPEG audio RTP packets.
It is part of [Membrane Multimedia Framework](https://membraneframework.org).
## Installation
The package can be installed by adding `membrane_element_rtp_mpegaudio` to your list of dependencies in `mix.exs`:
```elixir
def deps do
  [
    {:membrane_element_rtp_mpegaudio, "~> 0.2.0"}
  ]
end
```
Docs can be found at <https://hexdocs.pm/membrane_element_rtp_mpegaudio>.
## Copyright and License
Copyright 2018, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane) 
[](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane)
Licensed under the [Apache License, Version 2.0](LICENSE)