Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 802 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 802 Bytes

Membrane RTP H265 plugin

Hex.pm API Docs

RTP payloader and depayloader for H265.

Supported packetization modes

This package does support the following (de)packetization modes:

  • Single NALu
  • Fragmentation Unit
  • Aggregation Packets

It does not support PACI packets.

Please refer to RFC 7798 for details.

Installation

The package can be installed by adding membrane_rtp_h265_plugin to your list of dependencies in mix.exs:

def deps do
  [
    {:membrane_rtp_h265_plugin, "~> 0.5.2"}
  ]
end