Skip to content
Novus Examples

HLS and DASH manifest fixtures

HLS playlists and DASH MPDs covering multi-bitrate ladders, byte-range addressing, and segment templates. Served inline with permissive CORS under /files/stream/, so a player can load them from any origin without re-hosting.

49 of 49 files
Preview of VTT — Metadata Track With JSON Payloads
vtt
328 B
Actual file preview for VTT — Metadata Track With JSON Payloads

VTT — Metadata Track With JSON Payloads

A WebVTT metadata track whose cue payloads are JSON objects rather than text for display. This is how timed analysis output — scene changes, detections, speech segments — is carried alongside a video and read from JavaScript via the cue change event. Nothing here should ever be rendered on screen.

File
VTT · Captions Edge · 3 cues
Use case
Subtitle parsingVideo QA+1· Conversion set
Preview of HLS — Master Playlist With a Three-Rung Ladder
m3u8
667 B
Actual file preview for HLS — Master Playlist With a Three-Rung Ladder

HLS — Master Playlist With a Three-Rung Ladder

An HLS master playlist declaring a three-rung bitrate ladder plus a subtitle rendition group, with the CODECS, RESOLUTION and FRAME-RATE attributes a player needs to choose a rung before fetching anything. Served inline with permissive CORS from /files/stream/, so a player on another origin can load it directly. This is a manifest-parsing fixture — it describes the ladder rather than shipping its segments.

File
M3U8 · Stream
Use case
Streaming manifestsConversion testing+1· Conversion set
Preview of HLS — CMAF Media Playlist
m3u8
255 B
Actual file preview for HLS — CMAF Media Playlist

HLS — CMAF Media Playlist

A VOD media playlist in CMAF form: an EXT-X-MAP initialisation segment followed by four fragmented-MP4 segments and an explicit ENDLIST. The final segment is deliberately short, as a real encode's last segment usually is. Tests target-duration handling, init-segment fetching, and correct total-duration arithmetic. A manifest-parsing fixture — the segments themselves ship with the streaming phase.

File
M3U8 · Stream
Use case
Streaming manifestsConversion testing+1· Conversion set
Preview of HLS — Byte-Range Addressed Single File
m3u8
305 B
Actual file preview for HLS — Byte-Range Addressed Single File

HLS — Byte-Range Addressed Single File

Every segment is a byte range of one backing file rather than a separate download, which is how low-overhead VOD packaging avoids thousands of small objects. The /files/stream/ headers expose Content-Range and Accept-Ranges cross-origin precisely so a player can do this from another origin. Tests Range request construction and offset arithmetic.

File
M3U8 · Stream
Use case
Streaming manifestsConversion testing+1· Conversion set
Preview of DASH — Static MPD With a Segment Template
mpd
1.5 KB
Actual file preview for DASH — Static MPD With a Segment Template

DASH — Static MPD With a Segment Template

A DASH manifest with separate video and audio adaptation sets, three video representations, and $RepresentationID$/$Number$ segment-template addressing — the standard VOD packaging shape. Served inline as application/dash+xml with permissive CORS, so dash.js can load it cross-origin. A manifest-parsing fixture: it describes segment URLs rather than shipping the segments.

File
MPD · Stream · PT14.0S
Use case
Streaming manifestsConversion testing+1· Conversion set
Preview of DASH — Multi-Period Manifest With a Mid-Roll Break
mpd
1.5 KB
Actual file preview for DASH — Multi-Period Manifest With a Mid-Roll Break

DASH — Multi-Period Manifest With a Mid-Roll Break

Three DASH periods — content, an ad break, then content again — each with its own initialisation segment. Period boundaries are where players most often break: the decoder must be reset, the buffer cannot span the discontinuity, and rendition selection restarts. Pairs with the VMAP and SCTE-35 fixtures, which describe the same break from the ad-signalling side.

File
MPD · Stream
Use case
Streaming manifestsConversion testing+1· Conversion set
Preview of VAST 4.2 — Inline Linear Ad Response
xml
1.8 KB
Actual file preview for VAST 4.2 — Inline Linear Ad Response

VAST 4.2 — Inline Linear Ad Response

A complete VAST 4.2 inline response for a linear pre-roll: two progressive MP4 media files at different bitrates, quartile tracking, an impression beacon and a click-through. Every URL points at the reserved example.invalid domain, so nothing can ever be fetched and no real ad server is contacted. For testing VAST parsing and player integration without a live ad stack.

File
XML · Ad Signalling · 00:00:15
Use case
Ad insertionStreaming manifests+1· Conversion set
Preview of VAST 4.2 — Wrapper (Redirect) Response
xml
896 B
Actual file preview for VAST 4.2 — Wrapper (Redirect) Response

VAST 4.2 — Wrapper (Redirect) Response

A VAST wrapper — a response that carries no media of its own, only a VASTAdTagURI pointing at another VAST document plus its own tracking beacons that must be fired in addition to the resolved ad's. Wrapper chains are where real ad integrations break: unbounded redirect depth, timeouts, and tracking dropped part-way down the chain. Pairs with the inline response it nominally redirects to.

File
XML · Ad Signalling
Use case
Ad insertionStreaming manifests+1· Conversion set
Preview of VMAP 1.0 — Pre-, Mid- and Post-Roll Schedule
xml
1 KB
Actual file preview for VMAP 1.0 — Pre-, Mid- and Post-Roll Schedule

VMAP 1.0 — Pre-, Mid- and Post-Roll Schedule

A VMAP playlist scheduling three linear ad breaks — pre-roll at start, mid-roll at eight seconds, and post-roll at end — each pointing at a VAST tag. VMAP describes WHEN breaks occur while VAST describes WHAT plays in them. The mid-roll offset lines up with the period boundary in the multi-period DASH manifest, so the two can be tested together.

File
XML · Ad Signalling
Use case
Ad insertionStreaming manifests+1· Conversion set
Preview of SCTE-35 — Splice Insert (Break Start)
xml
528 B
Actual file preview for SCTE-35 — Splice Insert (Break Start)

SCTE-35 — Splice Insert (Break Start)

An SCTE-35 splice_insert as XML: the cue that tells a downstream packager a linear ad break starts. outOfNetworkIndicator marks entry into the break, ptsTime is 8 seconds on the 90 kHz PTS clock, and the 30-second break auto-returns. This is the signal a manifest manipulator converts into an HLS EXT-X-CUE-OUT or a new DASH period.

File
XML · Ad Signalling
Use case
Ad insertionStreaming manifests+1· Conversion set
Preview of SCTE-35 — Time Signal With Segmentation Descriptor
xml
801 B
Actual file preview for SCTE-35 — Time Signal With Segmentation Descriptor

SCTE-35 — Time Signal With Segmentation Descriptor

The modern SCTE-35 form: a time_signal command carrying a segmentation descriptor rather than a bare splice_insert. Type 34 marks a provider placement opportunity start, and the delivery restrictions declare that this break may not be filled for web delivery — the field that ad-insertion logic is supposed to honour and frequently ignores. Includes a base64 UPID identifying the content.

File
XML · Ad Signalling · 2700000 (30.0s)
Use case
Ad insertionStreaming manifests+1· Conversion set
Preview of VTT — X-TIMESTAMP-MAP for HLS Sync
vtt
216 B
Actual file preview for VTT — X-TIMESTAMP-MAP for HLS Sync

VTT — X-TIMESTAMP-MAP for HLS Sync

A WebVTT segment carrying X-TIMESTAMP-MAP, the header HLS uses to align caption times with the MPEG-TS presentation clock. Cue times are relative to the map rather than to the file, so a player that ignores the header renders every caption ten seconds early. Invisible in a text editor and a classic cause of 'captions are out of sync' reports.

File
VTT · Captions Edge · 2 cues
Use case
Subtitle parsingStreaming manifests+1· Conversion set
Preview of HLS — Segmented WebVTT Caption Playlist
m3u8
205 B
Actual file preview for HLS — Segmented WebVTT Caption Playlist

HLS — Segmented WebVTT Caption Playlist

The subtitle rendition the master playlist references through EXT-X-MEDIA. Captions in HLS are segmented like media — each segment is a small WebVTT file covering its own time window, carrying X-TIMESTAMP-MAP to align with the MPEG-TS clock. Completes the master playlist's declared rendition group so a player can resolve the whole tree.

File
M3U8 · Stream · en
Use case
Streaming manifestsConversion testing+1· Conversion set
Preview of HLS — Ad Break With Discontinuity Markers
m3u8
394 B
Actual file preview for HLS — Ad Break With Discontinuity Markers

HLS — Ad Break With Discontinuity Markers

A media playlist with a mid-roll spliced in: EXT-X-CUE-OUT opens the break, EXT-X-DISCONTINUITY marks each boundary, and a fresh EXT-X-MAP re-initialises the decoder on both sides. This is what a packager produces from the SCTE-35 splice_insert fixture in this wave. Discontinuities are where players most often stall, because the timeline and the decoder both have to be reset.

File
M3U8 · Stream
Use case
Streaming manifestsConversion testing+1· Conversion set
Preview of HLS — Low-Latency Partial Segments
m3u8
468 B
Actual file preview for HLS — Low-Latency Partial Segments

HLS — Low-Latency Partial Segments

A Low-Latency HLS playlist: half-second EXT-X-PART fragments published ahead of their parent segment, a preload hint for the part still being written, and EXT-X-SERVER-CONTROL advertising blocking playlist reload. There is deliberately no ENDLIST, because this is a live playlist. Tests parsers against the LL-HLS tags, which are frequently unimplemented and must at minimum be ignored safely.

File
M3U8 · Stream
Use case
Streaming manifestsConversion testing+1· Conversion set
Preview of HLS — I-Frame Only Playlist for Trick Play
m3u8
320 B
Actual file preview for HLS — I-Frame Only Playlist for Trick Play

HLS — I-Frame Only Playlist for Trick Play

An I-frame-only playlist: each entry is a byte range covering a single keyframe inside the media file, which is how players render scrub previews and fast-forward without decoding every frame. Declared in a master playlist via EXT-X-I-FRAME-STREAM-INF. Tests that a parser distinguishes these from normal media playlists — playing one as ordinary media produces a stuttering slideshow.

File
M3U8 · Stream
Use case
Streaming manifestsConversion testing+1· Conversion set
Preview of DASH — Explicit SegmentList Addressing
mpd
750 B
Actual file preview for DASH — Explicit SegmentList Addressing

DASH — Explicit SegmentList Addressing

The same content addressed with an explicit SegmentList — every segment URL enumerated rather than derived from a template. Verbose, but it is what older packagers emit and it permits non-uniform segment naming. A DASH client must support both this and SegmentTemplate; the paired template manifest in this group is the direct contrast.

File
MPD · Stream
Use case
Streaming manifestsConversion testing+1· Conversion set
Preview of DASH — Dynamic (Live) Manifest With a Time-Shift Buffer
mpd
805 B
Actual file preview for DASH — Dynamic (Live) Manifest With a Time-Shift Buffer

DASH — Dynamic (Live) Manifest With a Time-Shift Buffer

A live DASH manifest: type is dynamic, there is no total duration, and the client must compute which segment is currently available from availabilityStartTime, the wall clock, and the segment duration. Declares a one-minute time-shift buffer and an eight-second presentation delay. The timestamps are fixed so the fixture stays deterministic — a real client will compute a segment number far in the future, which is itself a useful edge case to handle gracefully.

File
MPD · Stream · unbounded — no mediaPresentationDuration
Use case
Streaming manifestsConversion testing+1· Conversion set
Preview of VAST 4.2 — Empty (No Ad) Response
xml
93 B
Actual file preview for VAST 4.2 — Empty (No Ad) Response

VAST 4.2 — Empty (No Ad) Response

A valid VAST document containing no Ad element — the correct response when an ad server has nothing to serve. It arrives as HTTP 200 with a well-formed body, so it is not an error condition, and a player must resume content immediately rather than waiting for a timeout. Frequently mishandled: players stall on the break or log a spurious failure. The smallest meaningful VAST document there is.

File
XML · Ad Signalling
Use case
Ad insertionStreaming manifests+1· Conversion set
Preview of VAST 3.0 — Linear Ad With Companion Banners
xml
1.3 KB
Actual file preview for VAST 3.0 — Linear Ad With Companion Banners

VAST 3.0 — Linear Ad With Companion Banners

A VAST 3.0 response pairing a linear spot with two companion banners in the standard IAB sizes, at the older schema version many ad servers still emit. Companions render alongside the video rather than in it, so they exercise a separate slot-matching path — the player has to find a matching container or correctly ignore them when required is none. All URLs point at example.invalid.

File
XML · Ad Signalling
Use case
Ad insertionStreaming manifests+1· Conversion set
Preview of SCTE-35 — Splice Insert (Break End / Return to Network)
xml
472 B
Actual file preview for SCTE-35 — Splice Insert (Break End / Return to Network)

SCTE-35 — Splice Insert (Break End / Return to Network)

The matching return cue for the break-start splice_insert in this group: the same spliceEventId with outOfNetworkIndicator false, signalling the feed is coming back from the ad break. It carries no BreakDuration because the return is explicit rather than automatic. Pairing start and end cues by event id is exactly what an ad-insertion implementation has to get right, and this is the pair to test it on.

File
XML · Ad Signalling
Use case
Ad insertionStreaming manifests+1· Conversion set
Preview of HLS — Intentionally Corrupt: Missing #EXTM3U Signature
m3u8
139 B
Actual file preview for HLS — Intentionally Corrupt: Missing #EXTM3U Signature

HLS — Intentionally Corrupt: Missing #EXTM3U Signature

An intentionally corrupt HLS playlist with the mandatory #EXTM3U signature removed. Everything else is valid. The specification requires the first line to be exactly #EXTM3U and that clients reject anything else, so this separates conforming parsers from lenient ones that sniff for EXT tags instead.

File
M3U8 · Stream Corrupt
Use case
Streaming manifestsVideo QA· Conversion set
Preview of DASH — Intentionally Corrupt: Malformed ISO 8601 Duration
mpd
514 B
Actual file preview for DASH — Intentionally Corrupt: Malformed ISO 8601 Duration

DASH — Intentionally Corrupt: Malformed ISO 8601 Duration

An intentionally corrupt DASH manifest whose mediaPresentationDuration is the bare number 14.0 instead of the ISO 8601 form PT14.0S. The XML is well-formed, so it parses cleanly and only fails at schema validation — which most players skip. The usual result is a duration of zero or NaN and a seek bar that never populates, with no error anywhere.

File
MPD · Stream Corrupt
Use case
Streaming manifestsVideo QA· Conversion set
Preview of VTT — Intentionally Corrupt: Malformed Cue Timestamp
vtt
210 B
Actual file preview for VTT — Intentionally Corrupt: Malformed Cue Timestamp

VTT — Intentionally Corrupt: Malformed Cue Timestamp

An intentionally corrupt WebVTT file with timestamps that are not zero-padded — 00:00:3.000 and 00:1:03.000 where the grammar requires two digits. The third cue is well-formed. A strict parser drops the two bad cues; a lenient one accepts them; a regex-based one may match partially and produce a time that is wrong rather than rejected, which is the worst outcome of the three.

File
VTT · Stream Corrupt
Use case
Streaming manifestsVideo QA· Conversion set
Preview of Thumbnail Track — Sprite Sheet
jpg
41.6 KB
Actual file preview for Thumbnail Track — Sprite Sheet

Thumbnail Track — Sprite Sheet

A 6x2 sprite sheet of 160x90 scrub-preview thumbnails in a single JPEG. Players fetch one image rather than 12 separate requests, then crop each tile with a media fragment — which is why the WebVTT index in this group is the load-bearing half of the pair. Useless on its own; that is the point of shipping them together.

File
JPG · Thumbnails Track
Use case
Streaming manifestsVideo QA· Conversion set
Preview of Thumbnail Track — WebVTT Sprite Index
vtt
931 B
Actual file preview for Thumbnail Track — WebVTT Sprite Index

Thumbnail Track — WebVTT Sprite Index

The WebVTT half of a scrub-preview pair: each cue covers a slice of the timeline and its payload is a media-fragment URL naming a rectangle of the sprite sheet. This is how seek-bar previews are delivered in practice, and the #xywh fragment syntax is the part players implement inconsistently — some resolve it relative to the VTT, others to the page, and some ignore the fragment entirely and show the whole sheet.

File
VTT · Thumbnails Track · 12 cues
Use case
Streaming manifestsSubtitle parsing+1· Conversion set
Preview of HLS VOD — CMAF Init Segment (init_0.m4s)
m4s
830 B
Actual file preview for HLS VOD — CMAF Init Segment (init_0.m4s)

HLS VOD — CMAF Init Segment (init_0.m4s)

A CMAF initialisation segment: the moov box carrying codec configuration and track metadata, with no media samples. A player must fetch this before any media segment of the same rendition, and switching renditions mid-stream means fetching the new rendition's init first — the step ABR implementations most often get wrong.

File
M4S · Vod Hls
Use case
Streaming manifestsVideo codecs+1· Conversion set
Preview of HLS VOD — CMAF Init Segment (init_1.m4s)
m4s
830 B
Actual file preview for HLS VOD — CMAF Init Segment (init_1.m4s)

HLS VOD — CMAF Init Segment (init_1.m4s)

A CMAF initialisation segment: the moov box carrying codec configuration and track metadata, with no media samples. A player must fetch this before any media segment of the same rendition, and switching renditions mid-stream means fetching the new rendition's init first — the step ABR implementations most often get wrong.

File
M4S · Vod Hls
Use case
Streaming manifestsVideo codecs+1· Conversion set
Preview of HLS VOD — CMAF Init Segment (init_2.m4s)
m4s
830 B
Actual file preview for HLS VOD — CMAF Init Segment (init_2.m4s)

HLS VOD — CMAF Init Segment (init_2.m4s)

A CMAF initialisation segment: the moov box carrying codec configuration and track metadata, with no media samples. A player must fetch this before any media segment of the same rendition, and switching renditions mid-stream means fetching the new rendition's init first — the step ABR implementations most often get wrong.

File
M4S · Vod Hls
Use case
Streaming manifestsVideo codecs+1· Conversion set
Preview of HLS VOD — Master Playlist (Playable Package)
m3u8
370 B
Actual file preview for HLS VOD — Master Playlist (Playable Package)

HLS VOD — Master Playlist (Playable Package)

The entry point to a COMPLETE and genuinely playable HLS package: a 3-rung ladder (320x180 at 300 kbps, 480x270 at 700 kbps, 640x360 at 1400 kbps) with real CMAF segments alongside it in this group. Point hls.js or Safari at this URL and it plays — it is served inline with permissive CORS from /files/stream/, so it works cross-origin without re-hosting. Unlike the hand-authored HLS fixtures elsewhere in the catalog, which are parser tests that reference placeholder segment names on purpose, everything this playlist references actually exists.

File
M3U8 · Vod Hls
Use case
Streaming manifestsVideo codecs+1· Conversion set
Preview of HLS VOD — Media Segment (seg-0-000.m4s)
m4s
15.7 KB
Actual file preview for HLS VOD — Media Segment (seg-0-000.m4s)

HLS VOD — Media Segment (seg-0-000.m4s)

A one-second fragmented-MP4 media segment (moof + mdat) from the playable ladder. It starts on a keyframe, so it decodes independently once the matching init segment has been loaded — which is what makes mid-stream quality switching possible at all.

File
M4S · Vod Hls
Use case
Streaming manifestsVideo codecs+1· Conversion set
Preview of HLS VOD — Media Segment (seg-0-001.m4s)
m4s
19.3 KB
Actual file preview for HLS VOD — Media Segment (seg-0-001.m4s)

HLS VOD — Media Segment (seg-0-001.m4s)

A one-second fragmented-MP4 media segment (moof + mdat) from the playable ladder. It starts on a keyframe, so it decodes independently once the matching init segment has been loaded — which is what makes mid-stream quality switching possible at all.

File
M4S · Vod Hls
Use case
Streaming manifestsVideo codecs+1· Conversion set
Preview of HLS VOD — Media Segment (seg-1-000.m4s)
m4s
39.2 KB
Actual file preview for HLS VOD — Media Segment (seg-1-000.m4s)

HLS VOD — Media Segment (seg-1-000.m4s)

A one-second fragmented-MP4 media segment (moof + mdat) from the playable ladder. It starts on a keyframe, so it decodes independently once the matching init segment has been loaded — which is what makes mid-stream quality switching possible at all.

File
M4S · Vod Hls
Use case
Streaming manifestsVideo codecs+1· Conversion set
Preview of HLS VOD — Media Segment (seg-1-001.m4s)
m4s
60.9 KB
Actual file preview for HLS VOD — Media Segment (seg-1-001.m4s)

HLS VOD — Media Segment (seg-1-001.m4s)

A one-second fragmented-MP4 media segment (moof + mdat) from the playable ladder. It starts on a keyframe, so it decodes independently once the matching init segment has been loaded — which is what makes mid-stream quality switching possible at all.

File
M4S · Vod Hls
Use case
Streaming manifestsVideo codecs+1· Conversion set
Preview of HLS VOD — Media Segment (seg-2-000.m4s)
m4s
30.8 KB
Actual file preview for HLS VOD — Media Segment (seg-2-000.m4s)

HLS VOD — Media Segment (seg-2-000.m4s)

A one-second fragmented-MP4 media segment (moof + mdat) from the playable ladder. It starts on a keyframe, so it decodes independently once the matching init segment has been loaded — which is what makes mid-stream quality switching possible at all.

File
M4S · Vod Hls
Use case
Streaming manifestsVideo codecs+1· Conversion set
Preview of HLS VOD — Media Segment (seg-2-001.m4s)
m4s
58.1 KB
Actual file preview for HLS VOD — Media Segment (seg-2-001.m4s)

HLS VOD — Media Segment (seg-2-001.m4s)

A one-second fragmented-MP4 media segment (moof + mdat) from the playable ladder. It starts on a keyframe, so it decodes independently once the matching init segment has been loaded — which is what makes mid-stream quality switching possible at all.

File
M4S · Vod Hls
Use case
Streaming manifestsVideo codecs+1· Conversion set
Preview of HLS VOD — Media Playlist (0)
m3u8
205 B
Actual file preview for HLS VOD — Media Playlist (0)

HLS VOD — Media Playlist (0)

One rendition of the playable HLS ladder, listing its own CMAF init segment and media segments. Referenced by the master playlist in this group. Generated by ffmpeg's own HLS muxer, so the segment durations, the EXT-X-MAP and the ENDLIST are exactly what a real packager emits rather than what a human thinks one emits.

File
M3U8 · Vod Hls
Use case
Streaming manifestsVideo codecs+1· Conversion set
Preview of HLS VOD — Media Playlist (1)
m3u8
205 B
Actual file preview for HLS VOD — Media Playlist (1)

HLS VOD — Media Playlist (1)

One rendition of the playable HLS ladder, listing its own CMAF init segment and media segments. Referenced by the master playlist in this group. Generated by ffmpeg's own HLS muxer, so the segment durations, the EXT-X-MAP and the ENDLIST are exactly what a real packager emits rather than what a human thinks one emits.

File
M3U8 · Vod Hls
Use case
Streaming manifestsVideo codecs+1· Conversion set
Preview of HLS VOD — Media Playlist (2)
m3u8
205 B
Actual file preview for HLS VOD — Media Playlist (2)

HLS VOD — Media Playlist (2)

One rendition of the playable HLS ladder, listing its own CMAF init segment and media segments. Referenced by the master playlist in this group. Generated by ffmpeg's own HLS muxer, so the segment durations, the EXT-X-MAP and the ENDLIST are exactly what a real packager emits rather than what a human thinks one emits.

File
M3U8 · Vod Hls
Use case
Streaming manifestsVideo codecs+1· Conversion set
Preview of DASH VOD — Media Segment (chunk-stream0-00001.m4s)
m4s
16 KB
Actual file preview for DASH VOD — Media Segment (chunk-stream0-00001.m4s)

DASH VOD — Media Segment (chunk-stream0-00001.m4s)

A one-second DASH media segment, addressed by the manifest's $Number$ template. The same underlying CMAF structure as the HLS segments in the sibling package — which is the whole point of CMAF, and something a fixture set should let you verify rather than take on trust.

File
M4S · Vod Dash
Use case
Streaming manifestsVideo codecs+1· Conversion set
Preview of DASH VOD — Media Segment (chunk-stream0-00002.m4s)
m4s
19.2 KB
Actual file preview for DASH VOD — Media Segment (chunk-stream0-00002.m4s)

DASH VOD — Media Segment (chunk-stream0-00002.m4s)

A one-second DASH media segment, addressed by the manifest's $Number$ template. The same underlying CMAF structure as the HLS segments in the sibling package — which is the whole point of CMAF, and something a fixture set should let you verify rather than take on trust.

File
M4S · Vod Dash
Use case
Streaming manifestsVideo codecs+1· Conversion set
Preview of DASH VOD — Media Segment (chunk-stream1-00001.m4s)
m4s
39.9 KB
Actual file preview for DASH VOD — Media Segment (chunk-stream1-00001.m4s)

DASH VOD — Media Segment (chunk-stream1-00001.m4s)

A one-second DASH media segment, addressed by the manifest's $Number$ template. The same underlying CMAF structure as the HLS segments in the sibling package — which is the whole point of CMAF, and something a fixture set should let you verify rather than take on trust.

File
M4S · Vod Dash
Use case
Streaming manifestsVideo codecs+1· Conversion set
Preview of DASH VOD — Media Segment (chunk-stream1-00002.m4s)
m4s
61 KB
Actual file preview for DASH VOD — Media Segment (chunk-stream1-00002.m4s)

DASH VOD — Media Segment (chunk-stream1-00002.m4s)

A one-second DASH media segment, addressed by the manifest's $Number$ template. The same underlying CMAF structure as the HLS segments in the sibling package — which is the whole point of CMAF, and something a fixture set should let you verify rather than take on trust.

File
M4S · Vod Dash
Use case
Streaming manifestsVideo codecs+1· Conversion set
Preview of DASH VOD — Media Segment (chunk-stream2-00001.m4s)
m4s
32.2 KB
Actual file preview for DASH VOD — Media Segment (chunk-stream2-00001.m4s)

DASH VOD — Media Segment (chunk-stream2-00001.m4s)

A one-second DASH media segment, addressed by the manifest's $Number$ template. The same underlying CMAF structure as the HLS segments in the sibling package — which is the whole point of CMAF, and something a fixture set should let you verify rather than take on trust.

File
M4S · Vod Dash
Use case
Streaming manifestsVideo codecs+1· Conversion set
Preview of DASH VOD — Media Segment (chunk-stream2-00002.m4s)
m4s
61.7 KB
Actual file preview for DASH VOD — Media Segment (chunk-stream2-00002.m4s)

DASH VOD — Media Segment (chunk-stream2-00002.m4s)

A one-second DASH media segment, addressed by the manifest's $Number$ template. The same underlying CMAF structure as the HLS segments in the sibling package — which is the whole point of CMAF, and something a fixture set should let you verify rather than take on trust.

File
M4S · Vod Dash
Use case
Streaming manifestsVideo codecs+1· Conversion set
Preview of DASH VOD — Init Segment (init-stream0.m4s)
m4s
818 B
Actual file preview for DASH VOD — Init Segment (init-stream0.m4s)

DASH VOD — Init Segment (init-stream0.m4s)

A DASH initialisation segment carrying codec configuration for one representation. Named by the manifest's $RepresentationID$ template, so this file also exercises whether a client resolves template variables correctly rather than pattern-matching filenames.

File
M4S · Vod Dash
Use case
Streaming manifestsVideo codecs+1· Conversion set
Preview of DASH VOD — Init Segment (init-stream1.m4s)
m4s
818 B
Actual file preview for DASH VOD — Init Segment (init-stream1.m4s)

DASH VOD — Init Segment (init-stream1.m4s)

A DASH initialisation segment carrying codec configuration for one representation. Named by the manifest's $RepresentationID$ template, so this file also exercises whether a client resolves template variables correctly rather than pattern-matching filenames.

File
M4S · Vod Dash
Use case
Streaming manifestsVideo codecs+1· Conversion set
Preview of DASH VOD — Init Segment (init-stream2.m4s)
m4s
818 B
Actual file preview for DASH VOD — Init Segment (init-stream2.m4s)

DASH VOD — Init Segment (init-stream2.m4s)

A DASH initialisation segment carrying codec configuration for one representation. Named by the manifest's $RepresentationID$ template, so this file also exercises whether a client resolves template variables correctly rather than pattern-matching filenames.

File
M4S · Vod Dash
Use case
Streaming manifestsVideo codecs+1· Conversion set
Preview of DASH VOD — Manifest (Playable Package)
mpd
2.2 KB
Actual file preview for DASH VOD — Manifest (Playable Package)

DASH VOD — Manifest (Playable Package)

A complete, playable MPEG-DASH manifest for the same 320x180 at 300 kbps, 480x270 at 700 kbps, 640x360 at 1400 kbps ladder as the HLS package, produced from the same encoder run — so the two can be compared directly as packaging rather than as content. Every segment it references exists in this group. Served inline as application/dash+xml with permissive CORS, so dash.js can load it cross-origin.

File
MPD · Vod Dash
Use case
Streaming manifestsVideo codecs+1· Conversion set