Dynamic Adaptive Streaming over HTTP

{{Short description|HTTP-based adaptive bitrate streaming technique}}

{{Infobox file format

| name = Dynamic Adaptive Streaming over HTTP

| icon =

| screenshot =

| caption =

| extension = .mpd

| mime = application/dash+xml{{cite web |title=DASH Adaptive Streaming for HTML 5 Video |url=https://developer.mozilla.org/en-US/docs/Web/Media/DASH_Adaptive_Streaming_for_HTML_5_Video |access-date=11 July 2024}}

| magic =

| developer = Moving Picture Experts Group

| type =

| released = April 2012

| standard = ISO/IEC 23009-1:2022

| url =

| logo =

| type code =

| uniform type =

| owner =

| latest release version =

| latest release date = August 2022

| genre = Playlist

| container for =

| contained by =

| extended from =

| extended to =

}}

{{lead too long|date=April 2016}}

Dynamic Adaptive Streaming over HTTP (DASH), also known as MPEG-DASH, is an adaptive bitrate streaming technique that enables high quality streaming 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.{{Cite book |last1=Chen |first1=Songqing |last2=Shen |first2=Bo |last3=Tan |first3=Wai-tian |last4=Wee |first4=Susie |last5=Zhang |first5=Xiaodong |title=2006 IEEE International Conference on Multimedia and Expo |chapter=A Case for Internet Streaming via Web Servers |date=2006-07-09 |chapter-url=https://ieeexplore.ieee.org/document/4037057 |pages=2145–2148 |doi=10.1109/ICME.2006.262660 |isbn=1-4244-0367-7 |issn=1945-7871 |eissn=1945-788X |s2cid=9202042 }}{{Cite journal |last1=Chen |first1=Songqing |last2=Shen |first2=Bo |last3=Wee |first3=Susie |last4=Zhang |first4=Xiaodong |date=2007-07-23 |title=SProxy: A Caching Infrastructure to Support Internet Streaming |url=https://ieeexplore.ieee.org/document/4276704 |journal=IEEE Transactions on Multimedia |volume=9 |issue=5 |pages=1062–1072 |doi=10.1109/TMM.2007.898943 |s2cid=870854 |issn=1520-9210|citeseerx=10.1.1.74.4838 }} 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{{cite web | url=https://github.com/Dash-Industry-Forum/dash.js/wiki/ABR-Logic| title= ABR Logic| website= GitHub}} 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.{{cite web | url=https://people.cs.umass.edu/~ramesh/Site/PUBLICATIONS_files/abr-dashjs.pdf| title= From Theory to Practice: Improving Bitrate Adaptation in the DASH Reference Player, by Spiteri, Sitaraman and Sparacio, ACM Multimedia Systems Conference, June 2018.}} The current MPEG-DASH reference client dash.js{{Cite web|title=dash.js JavaScript Reference Client Landing Page|url=https://reference.dashif.org/dash.js/|access-date=2020-08-28|website=reference.dashif.org}} offers both buffer-based (BOLA{{cite journal | title= BOLA: Near-optimal bitrate adaptation for online videos.|arxiv = 1601.06748|last1 = Spiteri|first1 = Kevin|last2 = Urgaonkar|first2 = Rahul|last3 = Sitaraman|first3 = Ramesh K.|year = 2020|volume=28|pages=1698–1711|doi = 10.1109/TNET.2020.2996964|s2cid = 219792107|journal=IEEE/ACM Transactions on Networking| issue=4 }}) 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.{{cite news |title=MPEG ratifies its draft standard for DASH |publisher=MPEG |url=http://mpeg.chiariglione.org/meetings/geneva11-1/geneva_press.htm |date=2011-12-02 |access-date=2012-08-26 |url-status=dead |archive-url=https://web.archive.org/web/20120820233136/http://mpeg.chiariglione.org/meetings/geneva11-1/geneva_press.htm |archive-date=2012-08-20 }} MPEG-DASH should not be confused with a transport protocol — the transport protocol that MPEG-DASH uses depends on which version of HTTP is used: TCP over HTTP and HTTP/2, or UDP over HTTP/3. 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 receive 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 by Microsoft, or HDS 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.{{cite web|title=MPEG-DASH vs. Apple HLS vs. Microsoft Smooth Streaming vs. Adobe HDS|url=https://bitmovin.com/mpeg-dash-vs-apple-hls-vs-microsoft-smooth-streaming-vs-adobe-hds/|access-date=3 June 2016|date=2015-03-29}}

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.{{Cite web|url=https://www.iso.org/standard/57623.html|title=ISO/IEC 23009-1:2012|website=ISO}} The MPEG-DASH standard was published in April, 2012 but has been revised in 2019 and then once more in 2022 as [https://www.iso.org/obp/ui#iso:std:iso-iec:23009:-1:ed-5:v1:en].

DASH is a technology related to Adobe Systems HTTP Dynamic Streaming, Apple Inc. HTTP Live Streaming (HLS) and Microsoft Smooth Streaming. 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 3GPP [http://www.3gpp.org/ftp/Specs/html-info/26247.htm 3GPP TS 26.247; Transparent end-to-end packet-switched streaming service (PSS); Progressive Download and Dynamic Adaptive Streaming over HTTP (3GP-DASH)][http://www.oipf.tv/live/oipf/release_2.html Open IPTV Forum Solution Specification Volume 2a – HTTP Adaptive Streaming V2.1] {{webarchive|url=https://web.archive.org/web/20111009063030/http://www.oipf.tv/live/oipf/release_2.html |date=2011-10-09 }} 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){{Cite web|url=https://dashif.org/|title=DASH Industry Forum | Catalyzing the adoption of MPEG-DASH|website=dashif.org}} 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).{{Cite web|url=http://www.hbbtv.org/pages/about_hbbtv/HbbTV-specification-1-5.pdf|archive-url=https://web.archive.org/web/20140703212343/http://www.hbbtv.org/pages/about_hbbtv/HbbTV-specification-1-5.pdf|url-status=dead|title=HbbTV Specification 1.5|archive-date=July 3, 2014}}

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.{{Cite web|url=https://mpeg.chiariglione.org/technologies/mpeg-b/mpb-dash/index.htm|title=Technologies | MPEG|website=mpeg.chiariglione.org}} A media presentation description (MPD) describes segment information (timing, URL, media characteristics like video resolution and bit rates), 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[http://www.mmsys.org/?q=node/43#mmt1 3GPP Dynamic Adaptive Streaming over HTTP – Standards and Design Principles] {{Webarchive|url=https://web.archive.org/web/20160805222811/http://www.mmsys.org/?q=node%2F43#mmt1 |date=2016-08-05 }} by T. Stockhammer and QoE (Quality of Experience) fairness.{{Cite web|url=https://scholar.google.com/citations?view_op=view_citation&citation_for_view=ZDbuOE4AAAAJ:hqOjcs7Dif8C|title=Towards Network-wide QoE Fairness using OpenFlow-assisted Adaptive Video Streaming|website=scholar.google.com}} DASH standard does not specify the adaptive bitrate streaming (ABR) logic.{{Cite journal|title=A Survey on Bitrate Adaptation Schemes for Streaming Media Over HTTP|first1=Abdelhak|last1=Bentaleb|first2=Bayan|last2=Taani|first3=Ali C.|last3=Begen|first4=Christian|last4=Timmerer|first5=Roger|last5=Zimmermann|date=January 21, 2019|journal=IEEE Communications Surveys & Tutorials|volume=21|issue=1|pages=562–585|doi=10.1109/COMST.2018.2862938|s2cid=67867085 |doi-access=free}} DASH is also agnostic to the underlying application layer protocol. Thus, DASH can be used with any protocol, e.g., DASH over CCN.{{Cite web|url=https://dash.itec.aau.at/dash-over-ccn/|title=DASH over ICN/CCN | ITEC – Dynamic Adaptive Streaming over HTTP}}

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.{{Cite web|url=http://www.mpegla.com/Lists/MPEG%20LA%20News%20List/Attachments/96/n-15-07-27.pdf|archive-url=https://web.archive.org/web/20150807012726/http://www.mpegla.com/Lists/MPEG%20LA%20News%20List/Attachments/96/n-15-07-27.pdf|url-status=dead|title=MPEG LA Announces Call for Patents to Organize Joint License for MPEG-DASH|archive-date=August 7, 2015}} 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.{{cite web |title=DASH Patent Portfolio License Briefing* |url=http://www.mpegla.com/main/programs/MPEG-DASH/Documents/DASHWeb.pdf |website=MPEG LA |date=2019-03-04 |access-date=10 July 2019}}

Implementations

{{Importance section|date=August 2016}}

MPEG-DASH is available natively on Android through the ExoPlayer,{{cite web |title=ExoPlayer |url=https://developer.android.com/guide/topics/media/exoplayer |website=Android Developers |access-date=7 December 2021 |language=en}} on Samsung Smart TVs 2012+, LG Smart TV 2012+, Sony TV 2012+, Philips NetTV 4.1+, Panasonic Viera 2013+ and Chromecast.[http://www.bitcodin.com/blog/2015/03/mpeg-dash-device-compatibility Device Compatibility] YouTube as well as Netflix already support MPEG-DASH, and different MPEG-DASH players are available.[http://www.dash-player.com/blog/2015/02/the-status-of-mpeg-dash-today-and-why-youtube-and-netflix-use-it-in-html5/ The Status of MPEG-DASH today, and why Youtube & Netflix use it in HTML5]

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).[https://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/media-source.html HTML5 Media Source Extensions ] There are also JavaScript implementations such as the bitdash player{{Cite web|url=https://bitmovin.com/video-player/|archive-url=https://web.archive.org/web/20150703200443/http://www.dash-player.com/demo/drm-and-protection/|url-status=dead|title=Video Player SDKs for flawless viewing | HTML5 Player|archive-date=July 3, 2015|website=bitmovin.com}} which support DRM for MPEG-DASH using the HTML5 Encrypted Media Extensions.{{Cite web|url=https://w3c.github.io/encrypted-media/|title=Encrypted Media Extensions|website=w3c.github.io}} 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.{{Cite web|url=https://bitmovin.com/demos/vr-360|title=This demo shows the Bitmovin Player displaying a 360° video with VR|website=bitmovin.com}}

= Clients and libraries =

  • Shaka Player, is the open source DASH HTML5 video player from Google for Low Bandwidth Connections.{{cite book |last1=Zhang |first1=Bo |last2=Teixeira |first2=Thiago |last3=Reznik |first3=Yuriy |title=Proceedings of the 12th ACM Multimedia Systems Conference |chapter=Performance of Low-Latency HTTP-based Streaming Players |date=24 June 2021 |pages=356–362 |doi=10.1145/3458305.3478442 |isbn=9781450384346 |s2cid=237596948 |doi-access=free }}{{Cite news |last=Cimpanu |first=Catalin |date=2015-08-24 |title=Meet Shaka Player, Google's HTML5 Video Player for Low Bandwidth Conditions |url=http://news.softpedia.com/news/meet-shaka-player-google-s-html5-video-player-for-low-bandwidth-conditions-489937.shtml |newspaper=Softpedia |access-date=2016-08-13 }}{{cite web |title=Ultimate HTML5 Video-Player Showdown: 12 Players Compared |url=https://cloudinary.com/blog/html5_video_player |website=Cloudinary |date=28 June 2020 |access-date=7 December 2021 |language=en}}
  • VLC media player 3.0 shipped a new client plugin for MP4/MPEG and Live streams.[http://www-itec.uni-klu.ac.at/dash/ DASH at ITEC, VLC Plugin, DASHEncoder and Dataset] by C. Mueller, S. Lederer, C. Timmerer{{Cite web|url=http://www-itec.uni-klu.ac.at/bib/files/p723-muller.pdf|title=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.}}{{Cite web|url = http://git.videolan.org/?p=vlc.git;a=commitdiff;h=c13e7d4a399911f263876a0ec0611e1fb27e8b43|title = VLC 3.0 features|access-date = 2015-02-13|archive-date = 2020-07-30|archive-url = https://web.archive.org/web/20200730070837/http://git.videolan.org/?p=vlc.git;a=commitdiff;h=c13e7d4a399911f263876a0ec0611e1fb27e8b43|url-status = dead}}
  • The cross-platform FOSS multimedia framework GStreamer has supported MPEG-DASH and WebM DASH since at least v1.4.{{Cite web|url=https://coaxion.net/blog/2014/05/http-adaptive-streaming-with-gstreamer/|title=HTTP Adaptive Streaming with GStreamer – coaxion.net – slomo's blog}}
  • The open-source library libdash[http://www.bitmovin.net/ libdash: Open-source DASH client library] by bitmovin Gmbh is platform independent and runs on mobile platforms such as Android, iOS, Windows Phone.
  • bitmovin provides the bitdash MPEG-DASH player for HTML5 and Flash.{{Cite web|url=https://bitmovin.com/video-player/|title=Video Player SDKs for flawless viewing | HTML5 Player|website=bitmovin.com}}
  • VideoJS is an open-source HTML5 video player, supports HLS, DASH, WebM, and progressive MP4 for Live and VOD streaming.{{cite web |last1=Vijayanagar |first1=Krishna Rao |title=Top 13 HTML5 Video Players for the Web Reviewed [2021] |url=https://ottverse.com/best-html5-video-players-for-the-web-free-and-paid/ |website=OTTVerse |date=3 June 2021 |access-date=7 December 2021}}
  • Clappr is an open-source HTML5 video player, uses HTMLVideoElement, supports DASH, HLS, progressive, ad insertion, dynamic overlays, picture-in-picture{{cite web |title=clappr dash.js hls.js rx-player shaka-player videojs-contrib-hls |url=https://www.npmtrends.com/clappr-vs-dash.js-vs-hls.js-vs-rx-player-vs-shaka-player-vs-videojs-contrib-hls |website=npm trends.com |access-date=7 December 2021 |language=en}}

= 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.{{Cite web|url=https://www.wowza.com/docs/how-to-do-mpeg-dash-streaming|title=Stream MPEG-DASH over HTTP with Wowza Streaming Engine|website=Wowza Media Systems}}
  • Brightcove Zencoder has support for MPEG-DASH transmuxing/transcoding.{{Cite web|url=https://app.zencoder.com/docs/guides/encoding-settings/dash|title=DASH Streaming and Playlists|access-date=2016-07-05|archive-date=2017-08-31|archive-url=https://web.archive.org/web/20170831000747/https://app.zencoder.com/docs/guides/encoding-settings/dash|url-status=dead}}
  • Elemental Technologies 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{{Cite web|url=https://wmspanel.com/nimble/dash|title=MPEG-DASH streaming via Nimble Streamer - Softvelum|website=wmspanel.com}}
  • Unified Origin supports MPEG-DASH.{{Cite web|url=https://www.streamingmedia.com/PressRelease/Netview-and-Unified-Streaming-streaming-DASH_27097.aspx|title=Netview and Unified Streaming streaming DASH|website=Streaming Media Magazine}}{{Cite web |url=http://www.unified-streaming.com/products/factsheet/ |title=USP Factsheet |access-date=2015-04-17 |archive-url=https://web.archive.org/web/20150421044415/http://www.unified-streaming.com/products/factsheet |archive-date=2015-04-21 |url-status=dead }}

= Services =

  • Akamai CDN supports DASH.[http://www.akamai.com/html/about/press/releases/2014/press-040814.html Akamai Announces Native MPEG-DASH and HDS Support for Live Video Workflows]
  • Amazon CloudFront CDN supports DASH.
  • Amazon Web Services Elastic Transcoder has support for MPEG-DASH.{{Cite web|url=https://aws.amazon.com/about-aws/whats-new/2016/05/amazon-elastic-transcoder-now-supports-mpeg-dash/|title=Amazon Elastic Transcoder Now Supports MPEG-DASH|website=Amazon Web Services, Inc.|access-date=2016-06-03}}
  • Azure Media Services platform has support for MPEG-DASH.{{Cite web|url=http://msdn.microsoft.com/en-us/library/ie/dn551370(v=vs.85).aspx|title=MPEG-DASH and streaming reference and resources|date=3 March 2016 }}
  • Bitmovin provides the cloud-based transcoding service bitcodin.com which supports MPEG-DASH.{{Cite web |url=http://www.bitcodin.com/supported-formats/ |title=bitcodin.com Supported Formats |access-date=2015-05-04 |archive-date=2016-03-28 |archive-url=https://web.archive.org/web/20160328033025/https://www.bitcodin.com/supported-formats/ |url-status=dead }}
  • CloudFlare Stream supports transcoding into DASH in VP9 before serving to the end user.
  • Cloudinary provides automatic transcoding with support for MPEG-DASH.{{Cite web|url=https://cloudinary.com/documentation/video_player_hls_dash|title=Deliver HLS and MPEG-DASH with the Cloudinary Video Player | Cloudinary|website=cloudinary.com}}
  • Lumen CDN supports DASH.
  • Limelight Networks CDN supports DASH.
  • Project Shield CDN supports DASH.{{cite web |title=Engineering Broadcast: FM and Online |url=https://tech.insanityradio.com/page/2/ |website=Insanity Radio Tech |date=26 July 2017 |access-date=7 December 2021}}
  • Tata Communications CDN supports DASH.
  • DogalZeka MS2 Alarm Monitoring, Transcoding and Recording DASH input/output support.{{citation needed|date=December 2021}}
  • Resi Live Stream Platform supports ingest, transcoding and CDN delivery of MPEG-DASH.{{citation needed|date=December 2021}}

= Content generators =

  • ITEC's DASHEncoder.{{Cite web|url=http://www-itec.uni-klu.ac.at/bib/files/p89-lederer.pdf|title=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.}}
  • MP4Box and its multimedia framework from GPAC at Télécom Paris{{Cite web|url=https://github.com/gpac/gpac|title=Fragmentation, segmentation, splitting and interleaving · gpac/gpac Wiki|website=GitHub}}
  • dashcast from Télécom Paris supports MPEG-DASH live streaming{{Cite web|url=https://gpac.wp.imt.fr/dashcast/|title=DashCast | GPAC}}
  • MediaGoom MPEG-DASH Packager{{Cite web|url=http://mediagoom.com/|title=Media Goom. Essential Adaptive Web Streaming with MPEG-DASH and HLS|archive-url=https://web.archive.org/web/20170118224209/http://mediagoom.com/|archive-date=2017-01-18|url-status=dead}}
  • Bento4 opensource tools and SDK{{Cite web|url=https://www.bento4.com/developers/dash/|title=Getting Started - Bento4|website=www.bento4.com}}

= Other =

  • ITEC offers a validation service for MPEG-DASH Media Presentation Description (MPD) files
  • Multiple DASH datasets[http://www.dash-player.com/blog/2015/04/10-free-public-mpeg-dash-teststreams-and-datasets/ MPEG DASH Dataset Overview] are offered by the Institute of Information Technology (ITEC) at Alpen-Adria University Klagenfurt,{{Cite web|url=https://dash.itec.aau.at/distributed-dash-datset/|title=Distributed DASH Datset | ITEC – Dynamic Adaptive Streaming over HTTP}} the GPAC group at Telecom ParisTech and Digital TV Labs.{{Cite web |url=http://digitaltv-labs.com/products/consumer_electronics/details/m-peg_dash |title=MPEG DASH Test Suite |access-date=2013-11-22 |archive-url=https://web.archive.org/web/20140307212517/http://digitaltv-labs.com/products/consumer_electronics/details/m-peg_dash |archive-date=2014-03-07 |url-status=dead }}
  • The BBC has DASH test streams, including DASH over HTTP/2.{{Cite web|url=https://www.bbc.co.uk/rd/blog/2013-09-mpeg-dash-test-streams|title=MPEG DASH Test Streams|website=BBC R&D|date=9 September 2013 }}
  • Widevine DRM supports DASH and Encrypted Media Extensions.{{cite web |url=https://www.encoding.com/widevine/ |title=The Complete Guide to Widevine |publisher=encoding.com |access-date=2018-01-11 |archive-date=2021-12-29 |archive-url=https://web.archive.org/web/20211229023059/https://www.encoding.com/widevine/ |url-status=dead }}
  • Mividi provides software tool for analyzing and monitoring live MPEG-DASH streams.{{Cite web|url=https://mividi.com/en-US/solutions/MPEG-DASHAnalysisandMonitoringSolution.aspx|title=MPEG-DASH Analysis and Monitoring Solution|website=mividi.com|access-date=2019-09-15}}

Supported players and servers

{{Incomplete list|date=July 2018}}

= 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 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.

class="wikitable sortable"
Product

!Product type

PlatformLive streamingDRM-freeAs of versionEditor
Microsoft Edge

|Web browser

Windows 10{{partial|Native support on Edge Legacy.

Support via Media Source Extensions on Edge Chromium.

}}
{{no}}Supported natively on Edge Legacy's engine EdgeHTML from version 12 to 18.{{Cite web|url=https://learn.microsoft.com/en-us/archive/blogs/ie/simplified-adaptive-video-streaming-announcing-support-for-hls-and-dash-in-windows-10|title=Simplified Adaptive Video Streaming: Announcing support for HLS and DASH in Windows 10|website=learn.microsoft.com|date=29 January 2015 }}

No native support on Edge Chromium from version 79 to present.{{Cite web|url=https://caniuse.com/mpeg-dash|title=Dynamic Adaptive Streaming over HTTP (MPEG-DASH) | Can I use... Support tables for HTML5, CSS3, etc|website=caniuse.com}}

Microsoft
VLC media player

|Media player

Windows, macOS, Linux, Android, iOS, Windows Phone{{yes}}{{yes}}v3.0VideoLAN
Media Player Classic - Home Cinema (MPC-HC)

Media Player Classic - Black Edition (MPC-BE)

|Media player

Windows{{yes}}{{yes}}v2.0.0 (MPC-HC)
v1.5.0 (MPC-BE){{Cite web|url=https://www.videohelp.com/software/MPC-BE/version-history|title=MPC-BE Version History - VideoHelp}}

Support for playback of DASH streams may be unstable.

MPC-HC Community Forum, Alexander Vodiannikov
MX Player

|Media player

Android{{yes}}{{no}}v1.9.18
Support for playback of DASH streams is currently unstable.
J2 Interactive
NexPlayer

|SDK

HTML5 (MSE Browsers), Android (mobile, TV, STB), iOS, Chromecast, Windows, Mac, Linux, Tizen, WebOS{{yes}}{{no}}{{sdash}}NexStreaming
Dash.js

|SDK

HTML5 (MSE Browsers){{yes}}{{no}}{{sdash}}Dash Industry Forum
Shaka Player

|SDK

HTML5 (MSE Browsers){{yes}}{{no}}{{sdash}}Google
Rx-Player

|SDK

HTML5 (MSE Browsers){{yes}}{{ no }}{{sdash}}Canal+
bitdash

|SDK

HTML5 (MSE Browsers), Android, LG TVs, Samsung TVs, Xbox One, Universal Windows Platform{{yes}}{{no}}{{sdash}}Bitmovin
PRESTOplay

|SDK

HTML5 (MSE Browsers), Android, iOS, Windows, Mac{{yes}}{{no}}{{sdash}}castLabs
THEOplayer

|SDK

HTML5 (MSE Browsers), Android (mobile, TV, STB), iOS, Chromecast, Windows, Mac, Linux, Tizen, WebOS{{yes}}{{no}}{{sdash}}THEO Technologies NV
Viblast Player

|SDK

HTML5 (MSE Browsers), Android, iOS{{yes}}{{no}}{{sdash}}Viblast Team
Radiant Media Player

|SDK

HTML5 (MSE Browsers), Android, iOS, Windows, Mac, Linux{{yes}}{{no}}{{sdash}}Radiant Media Player
Videogular

|SDK

HTML5 (MSE Browsers){{yes}}{{no}}{{sdash}}
Fluid Player

|SDK

HTML5 (MSE Browsers){{yes}}{{no}}{{sdash}}ExoClick
GStreamer

|Multimedia framework

{{sdash}}{{yes}}{{no}}1.4GStreamer Team
Libdash

|Multimedia framework

{{sdash}}{{yes}}{{no}}{{sdash}}bitmovin, ITEC Team
GPAC

|Multimedia framework

{{sdash}}{{yes}}{{no}}{{sdash}}Telecom ParisTech inc.

Patent holders

class="wikitable"

! Organization

! Patents{{cite web |title=DASH Patent List |url=https://www.mpegla.com/wp-content/uploads/DASHAtt1.pdf |website=MPEG LA |access-date=10 July 2019}}

Maxell

|15

The Netherlands Organisation for Applied Scientific Research (TNO)

|8

Nippon Telegraph and Telephone (NTT)

|5

Fraunhofer

|4

Columbia University

|4

Amotech Co., Ltd.

|2

AVerMedia Technologies, Inc.

|2

Cable Television Laboratories, Inc.

|2

Helios Streaming, LLC

|2

JVC Kenwood

|1

Lough Corrib Intellectual Property Limited

|1

References

{{Reflist|30em}}