README.md
# ExRTP
[](https://hex.pm/packages/ex_rtp)
[](https://hexdocs.pm/ex_rtp)
[](https://github.com/elixir-webrtc/ex_rtp/actions/workflows/ci.yml)
[](https://codecov.io/gh/elixir-webrtc/ex_rtp)
Implementation of RTP protocol in Elixir.
Implements:
- [RFC 3550 - RTP: A Transport Protocol for Real-Time Applications](https://datatracker.ietf.org/doc/html/rfc3550)
- [RFC 5285 - A General Mechanism for RTP Header Extensions](https://datatracker.ietf.org/doc/html/rfc5285)
## Installation
```elixir
def deps do
[
{:ex_rtp, "~> 0.1.0"}
]
end
```