video/ogg
Ogg video is an open-media container for browser-friendly playback when teams avoid proprietary codecs and packaging.
Content-Type header
Content-Type: video/oggHow teams usually encounter it
This page maps the media type to the file extensions and delivery behaviors developers usually care about: browser parsing, upload validation, cache correctness, and asset handling.
Compression signal
video/ogg is usually already compressed or stored in a binary-heavy format, so extra transfer compression tends to help less.
Server config snippets
Use these when a server is missing the right extension-to-MIME mapping or you want the expected header to survive a proxy, CDN, or custom asset bucket setup.
types {
video/ogg ogv;
}AddType video/ogg .ogvMagic bytes / file signature
When you need to validate uploads or investigate a mislabeled file, the signature often starts with 4F 67 67 53.
Operational shortcut
If a browser downloads this asset instead of rendering it correctly, check the response header first, then verify the extension mapping on your origin and edge cache. .ogv is the fastest sanity check for teammates reviewing the file outside the app.
Related video types
video/mp2t
MPEG transport streams are used in broadcast, streaming segments, and media delivery workflows that prioritize packetized transport.
.tsvideo/mpeg
MPEG video remains relevant in legacy media catalogs and device exports where broad decoder support matters.
.m2v .mpe .mpegvideo/quicktime
QuickTime MOV files are still common in editing suites and camera exports, especially when preserving richer production metadata.
.movvideo/webm
WebM is optimized for browser playback and streaming efficiency, making it a strong delivery format for modern web video.
.webmvideo/x-flv
FLV survives in older media archives and migration projects even though it is no longer a preferred delivery format.
.flvvideo/x-m4v
M4V is an MP4-adjacent container that often appears in Apple-centric media libraries and export presets.
.m4v