Membrane.H264.RemoteStream (Membrane H264 Format v0.3.0) View Source

Format definition for H264 video streams with decoder configuration transmitted out of band.

Example of such a stream is H264 depayloaded from a container like MP4 or FLV, where decoder configuration is signalled outside of the H264 bytestream.

Link to this section Summary

Link to this section Types

Specs

t() :: %Membrane.H264.RemoteStream{
  decoder_configuration_record: binary(),
  stream_format: Membrane.H264.stream_format_t()
}