Membrane Multimedia Framework: RTP H264

CircleCI

This package provides elements that can be used for depayloading H.264 video.

It is part of Membrane Multimedia Framework.

Supported packetization modes

This package currently supports only Single Nal Unit Mode and Non-Interleaved packetization modes. Interleaved mode is not currently supported.

Abbreviations

Installation

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

def deps do
  [
    {:membrane_element_rtp_h264, "~> 0.3.0-alpha"}
  ]
end

The docs can be found at HexDocs.

Copyright and License

Copyright 2019, Software Mansion

Software Mansion

Licensed under the Apache License, Version 2.0