ex_rtp
v0.1.0
  • Pages
  • Modules

    View Source ExRTP

    Hex.pm API Docs CI codecov

    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
    ← Previous Page API Reference

    Hex Package Hex Preview (current file)

    Built using ExDoc (v0.30.6) for the Elixir programming language