Skip to main content

Module codec

Module codec 

Source
Expand description

Per-codec payloaders and depacketizers (VP8, VP9, AV1, H.264, H.265, Opus, G.711).

Modulesยง

av1
AV1 payload format ([RFC 9628]).
g7xx
G.711 and G.722 payload formats, which need no fragmentation.
h264
H.264 payload format (RFC 6184): STAP-A aggregation and FU-A fragmentation. H.264 RTP payload format (RFC 6184).
h265
H.265/HEVC payload format (RFC 7798). H.265/HEVC RTP payload format (RFC 7798).
opus
Opus payload format ([RFC 7587]), one packet per frame.
vp8
VP8 payload format ([RFC 7741]).
vp9
VP9 payload format (draft-ietf-payload-vp9).