Membrane H265 Plugin

Membrane H265 parser. It is the Membrane element responsible for parsing the incoming h265 stream. The parsing is done as a sequence of the following steps:

The output of the element is the incoming binary payload, enriched with the metadata describing the division of the payload into access units.

Installation

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

def deps do
  [
    {:membrane_h265_plugin, "~> 0.1.0"}
  ]
end