Best PracticeΒΆ
This document defines Guidelines and Best Practices for large scale streaming based on Unified Origin.
Both live and on-demand streaming are covered.
Advanced technologies such as object-based cloud storage, live ingest, ad insertion, trick modes, seek preview, content protection, sub-titling and others are considered.
The guidelines are based on practical knowledge accumulated in the last two decades. Also, the guidelines are well aligned to other best industry practices.
By following these guidelines, one is able to implement effective content preparation, storage, scalable delivery, frame-accurate capture, effective archiving, low latency delivery, and other performance improvements.
- Content Preparation
- Required: source content is stored as (f)MP4 (preferably CMAF)
- Required: a suitable bitrate ladder (content dependent)
- Required: alignment of Groups of Pictures (GOPs) across bitrates
- Required: each video segment starts with an IDR frame
- Required: track metadata is signaled in "moov" box / .init segment
- Recommended: start time and duration are equal for all tracks (audio, video, text)
- Recommended: all fragments have an equal duration
- Recommended: fragment boundaries are aligned across all tracks (audio, video, text)
- Recommended: in case of B-frames, use negative composition time offsets (and no edit lists)
- Recommended: timescale of audio tracks matches their sample rate (48 KHz preferably)
- Recommended: avoid transcoding of subtitles when using advanced styling
- Recommended: codec parameters are carried out-of-band, instead of in-band
- Recommended: all tracks are compliant with a CMAF media profile
- Required: additional IDR frames are present at splice points (SCTE 35 use cases only)
- Requirement: subtitle cues follow a sequential timeline aligned with other tracks
- Recommended: timed metadata is carried in a separate sparse track
- Recommended: Add captions or subtitles
- Recommended: Add an audio description track (for the visually impaired)
- Unified Origin - General Recommendations
- Recommended: Specify a --hls.minimum_fragment_length (affects HLS only)
- Recommended: Use --variant_set to list ~2Mbit variant first (affects HLS only)
- Recommended: Set --hls.client_manifest_version to '4' (affects HLS TS only)
- Recommended: Enable --hls.no_multiplex (affects HLS TS only)
- Recommended: Set --mpd.segment_template to 'time' (affects DASH only)
- Recommended: Enable --mpd.inline_drm when using DRM (affects DASH only)
- Recommended: Do not set --mpd.minimum_fragment_length (affects DASH only)
- Recommended: Set --iss.client_manifest_version to '22' (affects Smooth only)
- Recommended: Specify a --fixed_gop
- Required: Deliver over HTTPS (especially when streaming DRM protected content)
- Recommended: Enable gzip compression on HLS playlists
- Required: Content Delivery Network (CDN)
- Recommended: Validate HLS streams with MediaStreamValidator