View Source Membrane RTP H265 plugin

Hex.pm API Docs

RTP payloader and depayloader for H265.

supported-packetization-modes

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

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.1"}
  ]
end