Dynamic Adaptive Streaming over HTTP

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found. 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 HTTP-based file segments, each segment containing 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 sports 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 play back time are made available. While the content is being played back by an MPEG-DASH client, the client automatically selects from the alternatives the next segment to download and play back based on current network conditions. The client selects the segment with the highest bit rate possible that can be downloaded in time for play back without causing stalls or re-buffering events in the playback. Thus, an MPEG-DASH client can seamlessly adapt to changing network conditions, and provide high quality play back with fewer stalls or re-buffering events.

MPEG-DASH is the first adaptive bit-rate HTTP-based streaming solution that is an international standard.[1] MPEG-DASH should not be confused with a transport protocol — the transport protocol that MPEG-DASH uses is TCP.

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 by Microsoft, or HDS by Adobe.

The technology is codec-agnostic which means it can use content encoded with any codec like 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.[1][2] The MPEG-DASH standard was published as ISO/IEC 23009-1:2012 in April, 2012.

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.[3][4] As part of their collaboration with MPEG, 3GPP Release 10 has adopted DASH (with specific codecs and operating modes) for use over wireless networks.[3]

The DASH Industry Forum (DASH-IF)[5] 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).[6]

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.[7] 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.[8] 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[9] and QoE (Quality of Experience) fairness.[10] DASH is also agnostic to the underlying application layer protocol. Thus, DASH can be used with any protocol, e.g., DASH over CCN.[11]

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.[12]

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.[13] YouTube as well as Netflix already support MPEG-DASH, and different MPEG-DASH players are available.[14]

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).[15] There are also JavaScript implementations such as the bitdash player[16] which support DRM for MPEG-DASH using the HTML5 Encrypted Media Extensions.[17] 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.[18]

Clients and libraries

  • Dash.js is the official Dash Industry Forums Reference and Production player.[19]
  • VLC Media Player 3.0 will ship a new client plugin for MP4/MPEG and Live streams.[20][21][22]
  • The cross-platform FOSS multimedia framework GStreamer has supported MPEG-DASH and WebM DASH since at least v1.4.[23]
  • The open-source library libdash[24] 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.[25]
  • THEOplayer is currently looking for parties to test their MPEG-DASH video player.[26]
  • Viblast Player has support for MPEG-DASH in HTML5 and provides an SDK for iOS and Android.[27]
  • OSMO4 from GPAC at Telecom ParisTech supports MPEG-DASH.[28]
  • DASH-JS from ITEC at University of Klagenfurt supports MPEG-DASH.[29]
  • Radiant Media Player supports MPEG-DASH (DASH264 and WebM Dash) in HTML5.[30]

Servers

Note that no specific support is required from the server for DASH content, with the exception of Live Streaming.

Content Generators

  • ITEC's DASHEncoder.[20][42]
  • MP4Box and its multimedia framework from GPAC at Telecom ParisTech[43]
  • dashcast from Telecom ParisTech supports MPEG-DASH live streaming[44]

Other

  • ITEC offers a validation service for MPEG-DASH Media Presentation Description (MPD) files[20]
  • Multiple DASH datasets[45] are offered by the Institute of Information Technology (ITEC) at Alpen-Adria University Klagenfurt,[42][46] the GPAC group at Telecom ParisTech[43] and Digital TV Labs.[47]
  • The BBC has DASH test streams, including DASH over HTTP/2.[48]

References

  1. 1.0 1.1 Lua error in package.lua at line 80: module 'strict' not found.
  2. ISO/IEC DIS 23009-1.2 Dynamic adaptive streaming over HTTP (DASH)
  3. 3.0 3.1 ETSI 3GPP 3GPP TS 26.247; Transparent end-to-end packet-switched streaming service (PSS); Progressive Download and Dynamic Adaptive Streaming over HTTP (3GP-DASH)
  4. Open IPTV Forum Solution Specification Volume 2a – HTTP Adaptive Streaming V2.1
  5. DASH Industry Forum
  6. HbbTV Specification 1.5
  7. Overview of Dynamic Adaptive Streaming over HTTP (DASH)
  8. MPEG-DASH Overview
  9. 3GPP Dynamic Adaptive Streaming over HTTP – Standards and Design Principles by T. Stockhammer
  10. Towards Network-wide QoE Fairness using OpenFlow-assisted Adaptive Video Streaming
  11. 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
  12. MPEG LA Announces Call for Patents to Organize Joint License for MPEG-DASH
  13. Device Compatibility
  14. The Status of MPEG-DASH today, and why Youtube & Netflix use it in HTML5
  15. HTML5 Media Source Extensions
  16. bitdash DRM Testarea
  17. HTML5 Encrypted Media Extensions
  18. 360° Streaming in HTML5
  19. A reference client implementation for the playback of MPEG DASH via Javascript and compliant browsers.
  20. 20.0 20.1 20.2 DASH at ITEC, VLC Plugin, DASHEncoder and Dataset by C. Mueller, S. Lederer, C. Timmerer
  21. 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.
  22. Lua error in package.lua at line 80: module 'strict' not found.
  23. HTTP Adaptive streaming with GStreamer
  24. libdash: Open-source DASH client library by bitmovin Gmbh
  25. bitdash MPEG-DASH Player Feature Details
  26. Lua error in package.lua at line 80: module 'strict' not found.
  27. https://www.theoplayer.com
  28. OSMO4 Player of GPAC
  29. DASH-JS at ITEC of Klagenfurt University
  30. Radiant Media Player Compatibility Table
  31. Akamai Announces Native MPEG-DASH and HDS Support for Live Video Workflows
  32. bitcodin.com Supported Formats
  33. [1]
  34. MPEG-DASH and streaming reference and resources
  35. MPEG-DASH in nginx-rtmp-module 1.0.8
  36. MPEG-DASH live streaming in nginx-rtmp-module
  37. bitdash MPEG-DASH player for HTML5 and Flash
  38. MPEG-DASH support in Nimble Streamer
  39. Netview and Unified Streaming streaming DASH
  40. USP Factsheet
  41. MPEG-DASH Support in Wowza Streaming Engine
  42. 42.0 42.1 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.
  43. 43.0 43.1 GPAC Telecom ParisTech
  44. dashcast of Telecom ParisTech
  45. MPEG DASH Dataset Overview
  46. 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.
  47. MPEG DASH Test Suite
  48. MPEG DASH Test Streams

External links