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

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

is_keyframe(rtp_payload)

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

Checks whether RTP payload contains VP8 keyframe.

is_new_frame(rtp_payload)

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

Checks whether RTP payload contains new frame.