View Source Membrane.RTP.VP8.Utils (Membrane RTP VP8 Plugin v0.9.0)

Utility functions for RTP packets containing VP8 encoded frames.

Summary

Functions

Checks whether RTP payload contains VP8 keyframe.

Checks whether RTP payload contains new frame.

Functions

Link to this function

is_keyframe(rtp_payload)

View Source
@spec is_keyframe(binary()) :: boolean()

Checks whether RTP payload contains VP8 keyframe.

Link to this function

is_new_frame(rtp_payload)

View Source
@spec is_new_frame(binary()) :: boolean()

Checks whether RTP payload contains new frame.