Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.54 KB

File metadata and controls

33 lines (24 loc) · 1.54 KB

ExRTP

Hex.pm API Docs CI codecov

Implementation of the RTP protocol in Elixir.

Implements:

Includes out-of-the-box support for these RTP header extensions:

New RTP header extensions can be added by implementing the ExRTP.Packet.Extension behaviour.

See documentation for usage examples.

Installation

Add ex_rtp to dependencies in mix.exs:

def deps do
  [
    {:ex_rtp, "~> 0.4.0"}
  ]
end