View Source ExRTP
Implementation of RTP protocol in Elixir.
Implements:
- RFC 3550 - RTP: A Transport Protocol for Real-Time Applications
- RFC 5285 - A General Mechanism for RTP Header Extensions
Installation
def deps do
[
{:ex_rtp, "~> 0.1.0"}
]
end