Dynamic Adaptive Streaming over HTTP
   HOME

TheInfoList



OR:

Dynamic Adaptive Streaming over HTTP (DASH), also known as MPEG-DASH, is an adaptive bitrate streaming technique that enables high quality
streaming Streaming media is multimedia that is delivered and consumed in a continuous manner from a source, with little or no intermediate storage in network elements. ''Streaming'' refers to the delivery method of content, rather than the content it ...
of media content over the Internet delivered from conventional HTTP web servers. Similar to Apple's HTTP Live Streaming (HLS) solution, MPEG-DASH works by breaking the content into a sequence of small segments, which are served over HTTP. An early HTTP web server based streaming system called SProxy was developed and deployed in the Hewlett Packard Laboratories in 2006. It showed how to use HTTP range requests to break the content into small segments. SProxy shows the effectiveness of segment based streaming, gaining best Internet penetration due to the wide deployment of firewalls, and reducing the unnecessary traffic transmission if a user chooses to terminate the streaming session earlier before reaching the end. Each segment contains a short interval of playback time of content that is potentially many hours in duration, such as a movie or the live broadcast of a sport event. The content is made available at a variety of different bit rates, i.e., alternative segments encoded at different bit rates covering aligned short intervals of playback time. While the content is being played back by an MPEG-DASH client, the client uses a bit rate adaptation (ABR) algorithm to automatically select the segment with the highest bit rate possible that can be downloaded in time for playback without causing stalls or re-buffering events in the playback. The current MPEG-DASH reference client dash.js offers both buffer-based (BOLA) and hybrid (DYNAMIC) bit rate adaptation algorithms. Thus, an MPEG-DASH client can seamlessly adapt to changing network conditions and provide high quality playback with few stalls or re-buffering events. MPEG-DASH is the first adaptive bit-rate HTTP-based streaming solution that is an international standard. MPEG-DASH should not be confused with a transport protocol — the transport protocol that MPEG-DASH uses is
TCP TCP may refer to: Science and technology * Transformer coupled plasma * Tool Center Point, see Robot end effector Computing * Transmission Control Protocol, a fundamental Internet standard * Telephony control protocol, a Bluetooth communication s ...
. MPEG-DASH uses existing HTTP web server infrastructure that is used for delivery of essentially all World Wide Web content. It allows devices like Internet-connected televisions, TV set-top boxes, desktop computers, smartphones, tablets, etc. to consume multimedia content (video, TV, radio, etc.) delivered via the Internet, coping with variable Internet receiving conditions. Standardizing an adaptive streaming solution is meant to provide confidence to the market that the solution can be adopted for universal deployment, compared to similar but more proprietary solutions like
Smooth Streaming Adaptive bitrate streaming is a technique used in streaming multimedia over computer networks. While in the past most video or audio streaming technologies utilized streaming protocols such as RTP with RTSP. Today's adaptive streaming technol ...
by Microsoft, or
HDS HDS may refer to: Businesses * Hitachi Data Systems, an American software company * Hachette Distribution Services, a Canadian distributor Technology * HTTP Dynamic Streaming * Hardware-dependent software * Hydrodesulfurization * Hydrodynam ...
by Adobe. Unlike HDS, or Smooth Streaming, DASH is codec-agnostic, which means it can use content encoded with any coding format, such as H.265, H.264, VP9, etc.


Standardization

MPEG-DASH technology was developed under MPEG. Work on DASH started in 2010; it became a Draft International Standard in January 2011, and an International Standard in November 2011. The MPEG-DASH standard was published in April, 2012 but has been revised in 2019 and then once more in 2022 a

DASH is a technology related to
Adobe Systems Adobe Inc. ( ), originally called Adobe Systems Incorporated, is an American multinational computer software company incorporated in Delaware and headquartered in San Jose, California. It has historically specialized in software for the crea ...
HTTP Dynamic Streaming, Apple Inc. HTTP Live Streaming (HLS) and Microsoft
Smooth Streaming Adaptive bitrate streaming is a technique used in streaming multimedia over computer networks. While in the past most video or audio streaming technologies utilized streaming protocols such as RTP with RTSP. Today's adaptive streaming technol ...
. DASH is based on Adaptive HTTP streaming (AHS) in 3GPP Release 9 and on HTTP Adaptive Streaming (HAS) in Open IPTV Forum Release 2.ETSI 3GP
3GPP TS 26.247; Transparent end-to-end packet-switched streaming service (PSS); Progressive Download and Dynamic Adaptive Streaming over HTTP (3GP-DASH)
/ref> As part of their collaboration with MPEG, 3GPP Release 10 has adopted DASH (with specific codecs and operating modes) for use over wireless networks. The DASH Industry Forum ( DASH-IF)DASH Industry Forum
/ref> further promotes and catalyzes the adoption of MPEG-DASH and helps transition it from a specification into a real business. It consists of major streaming and media companies, including Microsoft, Netflix, Google, Ericsson, Samsung, Adobe, etc. and creates guidelines on the usage of DASH for different use cases in practice. MPEG-DASH is integrated in other standards, e.g. MPEG-DASH is supported in HbbTV (as of Version 1.5).HbbTV Specification 1.5


Overview

DASH is an adaptive bitrate streaming technology where a multimedia file is partitioned into one or more segments and delivered to a client using HTTP. A media presentation description (MPD) describes segment information (timing,
URL A Uniform Resource Locator (URL), colloquially termed as a web address, is a reference to a web resource that specifies its location on a computer network and a mechanism for retrieving it. A URL is a specific type of Uniform Resource Identifie ...
, media characteristics like video resolution and
bit rate In telecommunications and computing, bit rate (bitrate or as a variable ''R'') is the number of bits that are conveyed or processed per unit of time. The bit rate is expressed in the unit bit per second (symbol: bit/s), often in conjunction w ...
s), and can be organized in different ways such as SegmentList, SegmentTemplate, SegmentBase and SegmentTimeline, depending on the use case. Segments can contain any media data, however the specification provides specific guidance and formats for use with two types of containers: ISO base media file format (e.g. MP4 file format) or MPEG-2 Transport Stream. DASH is audio/video codec agnostic. One or more representations (i.e., versions at different resolutions or bit rates) of multimedia files are typically available, and selection can be made based on network conditions, device capabilities and user preferences, enabling adaptive bitrate streaming and QoE (Quality of Experience) fairness. DASH standard does not specify the adaptive bitrate streaming (ABR) logic. DASH is also agnostic to the underlying application layer protocol. Thus, DASH can be used with any protocol, e.g., DASH over CCN.Y. Liu, J. Geurts, J.-P. Point, S. Lederer, B. Rainer, C. Mueller, C. Timmerer and H. Hellwagner, "Dynamic Adaptive Streaming over CCN: A Caching and Overhead Analysis", In Proceedings of the IEEE International Conference on Communication (ICC) 2013 – Next-Generation Networking Symposium, Budapest, Hungary, June, 2013
/ref> On July 27, 2015, MPEG LA announced a call for MPEG-DASH-related patents in order to create a single patent pool for this technology. MPEG LA announced its MPEG-DASH patent portfolio licence. MPEG-LA claims that the included patents are essential to the MPEG Dynamic Adaptive Streaming over HTTP standard.


Implementations

MPEG-DASH is available natively on Android through the ExoPlayer, on Samsung Smart TVs 2012+, LG Smart TV 2012+, Sony TV 2012+, Philips NetTV 4.1+, Panasonic Viera 2013+ and Chromecast.Device Compatibility
/ref> YouTube as well as Netflix already support MPEG-DASH, and different MPEG-DASH players are available. While MPEG-DASH isn't directly supported in HTML5, there are JavaScript implementations of MPEG-DASH which allow using MPEG-DASH in web browsers using the HTML5 Media Source Extensions (MSE).HTML5 Media Source Extensions
/ref> There are also JavaScript implementations such as the bitdash player which support DRM for MPEG-DASH using the HTML5 Encrypted Media Extensions.HTML5 Encrypted Media Extensions
/ref> In combination with WebGL, the HTML5-based adaptive bitrate streaming of MPEG-DASH enables also the efficient streaming of 360° video for live and on-demand use cases.360° Streaming in HTML5
/ref>


Clients and libraries

* Shaka Player, is the open source DASH HTML5 video player from Google for Low Bandwidth Connections. * VLC Media Player 3.0 shipped a new client plugin for MP4/MPEG and Live streams.DASH at ITEC, VLC Plugin, DASHEncoder and Dataset
by C. Mueller, S. Lederer, C. Timmerer
C. Müller and C. Timmerer, "A VLC Media Player Plugin enabling Dynamic Adaptive Streaming over HTTP", In Proceedings of the ACM Multimedia 2011 , Scottsdale, Arizona, November 28, 2011.
/ref> * The cross-platform FOSS multimedia framework GStreamer has supported MPEG-DASH and WebM DASH since at least v1.4.HTTP Adaptive streaming with GStreamer
/ref> * The open-source library libdashlibdash: Open-source DASH client library
by bitmovin Gmbh
is platform independent and runs on mobile platforms such as Android, iOS, Windows Phone. *
bitmovin Bitmovin is a multimedia technology company which provides services that transcode digital video and audio to streaming formats using cloud computing, and streaming media players. Founded in 2013, the Austrian company contributes to MPEG-DASH, an ...
provides the bitdash MPEG-DASH player for HTML5 and Flash. * VideoJS is an open-source HTML5 video player, supports HLS, DASH, WebM, and progressive MP4 for Live and VOD streaming. * Clappr is an open-source HTML5 video player, uses HTMLVideoElement, supports DASH, HLS, progressive, ad insertion, dynamic overlays, picture-in-picture


Servers

Note that no specific support is required from the server for DASH content, with the exception of Live Streaming. * Wowza Streaming Engine has support MPEG-DASH playback with DVR and provides DASH Stream Target publishing to Akamai. * Brightcove Zencoder has support for MPEG-DASH transmuxing/transcoding. *
Elemental Technologies WowWS History Elemental was founded in 2006 by three engineers formerly of the semiconductor company Pixelworks: Sam Blackman (CEO), Jesse Rosenzweig ( CTO), and Brian Lewis. In July 2012, Elemental products supported the broadcast of the 2012 ...
video processing solutions support DASH. * Helix Universal Server has support for DASH in various modes. * Nimble Streamer has live and VOD MPEG-DASH support. For VOD it supports both H.265 and H.264 codecs * Unified Origin supports MPEG-DASH.


Services

* Akamai CDN supports DASH. * Amazon CloudFront CDN supports DASH. * Amazon Web Services Elastic Transcoder has support for MPEG-DASH. * Azure Media Services platform has support for MPEG-DASH. *
Bitmovin Bitmovin is a multimedia technology company which provides services that transcode digital video and audio to streaming formats using cloud computing, and streaming media players. Founded in 2013, the Austrian company contributes to MPEG-DASH, an ...
provides the cloud-based transcoding service bitcodin.com which supports MPEG-DASH. * CloudFlare Stream supports transcoding into DASH in VP9 before serving to the end user. *
Cloudinary Cloudinary is a SaaS technology company headquartered in Santa Clara, California, with offices in Israel, England, Poland, and Singapore. The company provides cloud-based image and video management services. It enables users to upload, store, man ...
provides automatic transcoding with support for MPEG-DASH. * Lumen CDN supports DASH. * Limelight Networks CDN supports DASH. * Project Shield CDN supports DASH. * Tata Communications CDN supports DASH. * DogalZeka MS2 Alarm Monitoring, Transcoding and Recording DASH input/output support. *Resi Live Stream Platform supports ingest, transcoding and CDN delivery of MPEG-DASH.


Content generators

* ITEC's DASHEncoder.S. Lederer, C. Mueller and C. Timmerer, "Dynamic Adaptive Streaming over HTTP Dataset", In Proceedings of the ACM Multimedia Systems Conference 2012, Chapel Hill, North Carolina, February 22-24, 2012.
/ref> * MP4Box and its multimedia framework from GPAC at Télécom ParisGPAC Telecom ParisTech
/ref> * dashcast from Télécom Paris supports MPEG-DASH live streaming * MediaGoom MPEG-DASH Packager * Bento4 opensource tools and SDK


Other

* ITEC offers a validation service for MPEG-DASH Media Presentation Description (MPD) files * Multiple DASH datasetsMPEG DASH Dataset Overview
/ref> are offered by the Institute of Information Technology (ITEC) at Alpen-Adria University Klagenfurt,S. Lederer, C. Mueller, C. Timmerer, C. Concolato, J. Le Feuvre and K. Fliegel, Distributed DASH Dataset, In Proceedings of the ACM Conference on Multimedia Systems (ACM MMSys) 2013, Oslo, Norway, 2013.
/ref> the GPAC group at Telecom ParisTech and Digital TV Labs. * The BBC has DASH test streams, including DASH over HTTP/2. * Widevine DRM supports DASH and Encrypted Media Extensions. *Mividi provides software tool for analyzing and monitoring live MPEG-DASH streams.


Supported players and servers


Clients

Windows 10 used to have native support for DASH streaming in EdgeHTML, a proprietary browser engine that was used in Microsoft Edge (now referred to as Edge Legacy) before the transition to the Chromium-based
Blink Blinking is a bodily function; it is a semi-autonomic rapid closing of the eyelid. A single blink is determined by the forceful closing of the eyelid or inactivation of the levator palpebrae superioris and the activation of the palpebral portio ...
browser engine. Edge Legacy was included in Windows 10 up till version 2004. It was replaced by Edge Chromium in version 20H2. DASH support on other browsers & operating systems is available via Media Source Extensions.


Patent holders


References


External links


MPEG-DASH Standard

DASH subscription mailing list

DASH research at Alpen-Adria Universität Klagenfurt

Mailing list of the open-source DASH client library libdash
{{MPEG MPEG Hypertext Transfer Protocol Multimedia Network protocols