View Source Membrane.RTP.H264.Utils (Membrane RTP H264 Plugin v0.19.4)
Utility functions for RTP packets containing H264 encoded frames.
Summary
Functions
is_keyframe(rtp_payload, look_for \\ :sps)
deprecated
Deprecated since v0.19.4
. Use keyframe?/2
instead.
Checks whether RTP payload contains H264 keyframe.
Functions
This function is deprecated. Use Membrane.RTP.H264.Utils.keyframe?/2 instead.
Deprecated since v0.19.4
. Use keyframe?/2
instead.
Checks whether RTP payload contains H264 keyframe.
By default, with option look_for
set to :sps
, will in some cases check
whether the payload contains SPS (NALU payload type 7);
if look_for
is set to :idr
, will look exclusively for IDR frames
(NALU payload type 5).
Checks whether RTP payload contains H264 keyframe.
By default, with option look_for
set to :sps
, will in some cases check
whether the payload contains SPS (NALU payload type 7);
if look_for
is set to :idr
, will look exclusively for IDR frames
(NALU payload type 5).