View Source ExRTCP
Implementation of the RTCP protocol in Elixir.
Implements packet types from:
- RFC 3550 - RTP: A Transport Protocol for Real-Time Applications
- RTP Extensions for Transport-wide Congestion Control
Installation
Add ex_rtcp to dependencies in mix.exs:
def deps do
[
{:ex_rtcp, "~> 0.2.0"}
]
end