Files
mediabunny/docs/codec-registry/vp8.md
T

775 B

<script setup> import { VPBadge } from 'vitepress/theme' </script>

VP8 codec registration

Description

The VP8 video codec, specified in RFC 6386.

Codec ID

'vp8'

EncodedPacket data

The packet's data must be a frame as described in Section 4 and Annex A of RFC 6386.

EncodedPacket type

If the packet's type is 'key', then the packet is expected to contain a frame where key_frame is true, as defined in Section 19.1 of RFC 6386.

VideoDecoderConfig codec string

'vp8'

VideoDecoderConfig description

description is not used for this codec.