SlideShare une entreprise Scribd logo
1  sur  9
Télécharger pour lire hors ligne
Dynamic adaptive streaming over HTTP (DASH) White Paper
Rajeev Tiwari Principal Software Engineer at Technicolor
DASH Overview
For past number of years, it was quite difficult to stream live video to a mobile device. Lack of network
infrastructure support, bandwidth variability, unified firewall configurations and all created major
hurdle’s to live streaming. Earlier, more traditional streaming protocols, designed for small packet
formats and managed delivery networks, were anything but firewall-friendly. 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 a 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. As the content is 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 rebuffering events in the playback. Thus, an MPEG-DASH
client can seamlessly adapt to changing network conditions, and provide high quality play back without
stalls or rebuffering events. MPEG-DASH has evolved as a first International standard for HTTP-based
streaming.
HTTP streaming has become a dominant approach in commercial deployments. For instance, streaming
platforms such as Apple’s HTTP Live Streaming (HLS), Microsoft’s Smooth Streaming (SS), and Adobe’s
HTTP Dynamic Streaming (HDS) all use HTTP streaming as their underlying delivery method. However,
each implementation uses different manifest and segment formats and therefore, to receive the
content from each server, a device must support its corresponding proprietary client protocol. A
standard for HTTP streaming of multimedia content would allow a standard-based client to stream
content from any standard-based server, thereby enabling interoperability between servers and clients
of different vendors. In-order to overcome above restrictions for end user MPEG developed the
specification with participation from many experts and with collaboration from other standard groups,
such as the Third Generation Partnership Project (3GPP). The resulting standard is known as MPEG
Dynamic Adaptive Streaming over HTTP (MPEG-DASH) which resolves the dependency on specific
protocol and works independent on platform protocol.
DASH is a universal delivery format that provides end users with the best possible video experience by
dynamically adapting to changing network conditions. It is technically similar to protocols like SS and
HLS in the sense that it provides a manifest definition for the description of multiple bitrates of video
and audio available to a client player application. It is then up to the client player to make decisions at
run-time about various factors such as network bandwidth, CPU utilization, screen dimensions, etc… to
adjust the streaming experience for each viewer. The big differentiator with DASH is that it is an
international standard that is now controlled by a standards body – the Motion Picture Experts Group
(MPEG) – instead of being controlled by Microsoft (Smooth Streaming) or Apple (HLS). Several
companies participated in the creation and standardization efforts around MPEG DASH, including
Microsoft, Apple, Netflix, Qualcomm, Ericsson, Samsung, and many more.
For a deeper background on MPEG DASH, I recommend you read the overview from the DASH Industry
Forum here1.

MPEG-DASH Highlighted Features:
•

Internet friendly. MPEG-DASH uses standard HTTP protocol. It can be deployed using standard web
servers and it work with existing Internet infrastructures, including CDNs, caches, firewalls and NATs.
• Multiple segment formats (ISO BMFF and MPEG-2 TS) , Codec independence
• On-demand, live and time-shift applications. MPEG-DASH supports on-demand, live and time-shift
applications and services with a single framework.
• Switching and selectable streams. The MPD provides adequate information to the client for selecting
and switching between streams, for example, selecting one audio stream from different languages,
selecting video between different camera angles, selecting the subtitles from provided languages,
and dynamically switching between different bitrates of the same video camera.
• Ad insertion. Advertisements can be inserted as a period between periods or segment between
segments in both on-demand and live cases.
• Compact manifest. The segments’ address URLs can be signaled using a template scheme resulting in
a compact MPD.
• Fragmented manifest. The MPD can be divided into multiple parts or some of its elements can be
externally referenced, enabling downloading MPD in multiple steps.
• Common Encryption and Multiple DRM support. The content can be encrypted once and delivered to
client supporting various DRM schemes. The supported DRM schemes can be signaled in MPD.
• Segments with variable durations. The duration of segments can be varied. With live streaming, the
duration of the next segment can also be signaled with the delivery of the current segment.
• Multiple base URLs. The same content can be available at multiple URLs—that is, at different servers
or CDNs—and the client can stream from any of them to maximize the available network bandwidth.
• Clock-drift control for live sessions. The UTC time can be included with each segment to enable the
client to control its clock drift.
Figure 1 illustrates a simple streaming scenario between an HTTP server and a DASH client. In this figure,
the multimedia content is captured and stored on an HTTP server and is delivered using HTTP. The
content exists on the server in two parts: Media Presentation Description (MPD), which describes a
manifest of the available content, its various alternatives, their URL addresses, and other characteristics;
and segments, which contain the actual multimedia bit streams in the form of chunks, in single or
multiple files.

1

Source : http://dashif.org/about-dash-industry-forum/
Figure 1.
To play the content, the DASH client first obtains the MPD. The MPD can be delivered using HTTP, email,
thumb drive, broadcast, or other transports. By parsing the MPD, the DASH client learns about the
program timing, media-content availability, media types, resolutions, minimum and maximum
bandwidths, and the existence of various encoded alternatives of multimedia components, accessibility
features and required digital rights management (DRM), media-component locations on the network,
and other content characteristics. Using this information, the DASH client selects the appropriate
encoded alternative and starts streaming the content by fetching the segments using HTTP GET
requests.
After appropriate buffering to allow for network throughput variations, the client continues fetching the
subsequent segments and also monitors the network bandwidth fluctuations. Depending on its
measurements, the client decides how to adapt to the available bandwidth by fetching segments of
different alternatives (with lower or higher bitrates) to maintain an adequate buffer.2
The MPEG-DASH specification only defines the MPD and the segment formats. The delivery of the MPD
and the media-encoding formats containing the segments, as well as the client behavior for fetching,
adaptation heuristics, and playing content, are outside of MPEG-DASH’s scope. The name of this
recommendation is “DASH-AVC/264 Implementation Guidelines” and you can download it from here.2

Media Presentation Description (MPD) – Definition and Overview:
MPEG-DASH works nearly the same way as the three other major adaptive streaming protocols. DASH
presents available stream content to the media player in a manifest (or index) file – called the Media
Presentation Description (MPD) – and then supports HTTP download of media segments. The MPD is
analogous to an HLS m3u8 file, a Smooth Streaming Manifest file or an HDS f4m file. After the MPD is
delivered to the client, the content – whether it’s video, audio, subtitles or other data – is
downloaded to clients over HTTP as a sequence of files that is played back contiguously and switching

2

Source: http://dashif.org
to different bitrate streams according to network conditions are performed by the client (again,
similar to the other adaptive streaming protocols).
Media content is composed of single or multiple contiguous segments. The MPD provides sufficient infor
mation for a DASH client to provide a streaming service to the user by requesting segments from an HTT
P web server and de-multiplexing, decoding and rendering the
included media streams. The segment formats specify the formats of the entity body of the HTTP respo
nse to an HTTP GET request or a partial HTTP GET with the indicated byte range using HTTP/1.1 to a reso
urce identified in the MPD. DASH reuses the segment formats defined in ISO/IEC 1449612 [ISOFF] and ISO/IEC 13818-1.

Supported Profiles:
MPEG DASH defines and allows for the creation of various profiles. A profile is a set of restrictions of
media formats, codecs, protection formats, bitrates, resolutions, and other aspects of the content.
For example, the DASH spec defines a profile for ISO BMFF basic on-demand. Content Descriptors for
Protection, Accessibility, Content Rating: MPEG DASH offers a flexible set of descriptors for the
media content that is being streamed.
Profiles of DASH are defined so as to enable interoperability and the signalling of the use of features etc.
A profile has an identifier and refers to a set of specific restrictions. Those restrictions might be on
features of the media presentation description (MPD) document, usage of the network, media
format(s), codec(s) used, protection formats, or on quantitative measures such as bit-rates, segment
lengths, screen size, and so on. Profiles defined in this part of ISO/IEC 23001 define restrictions on
features of this part of ISO/IEC 23001 only (e.g. not codec types). Externally defined profiles may
additionally impose restrictions on other aspects of media delivery.
A profile is a claim and a permission; it claims that the media presentation (MPD document and segment
formats) conforms to the profile, and gives permission to a reader that implements that profile to read
the media presentation, interpret what it recognizes, and ignore the material it does not understand.
The profiles with which an MPD complies are indicated in the MPD@profiles attribute. This element
is a space-delimited list of profile identifiers each of which is a URI. Profile identifiers defined in this
specification are URNs conforming to RFC 3406. URLs may also be used. When a URL is used, it should
also contain a month-date in the form mmyyyy; the assignment of the URL must have been authorized
by the owner of the domain name in that URL on or very close to that date, to avoid problems when
domain names change ownership.
ISO Base media file format basic on-demand profile
The basic on-demand profile is identified by the URN “urn:mpeg:mpegB:profile:dash:isoff-basic-ondemand” and makes use of the following features:
• Single period per media presentation
• ISO Base Media File Format segments
• Self-initializing indexed media segments (i.e. one segment per representation).
• Sub segment alignment is required
• Un-multiplexed streams
• Url diversity using the BaseURL element
• Content Protection and accessibility annotations
Media Presentation Description: Representation Base Type
Table lists the MPD elements and attributes that must be supported for compliance to this profile.3
Table — Supported Media Presentation Description elements and attributes
Element or Attribute Name

MPD
@type
@mediaPresentationDuration
@minBufferTime
BaseURL
ProgramInformation
Period
Group
ContentProtection
@schemeIdUri
SchemeInformation
Accessibility
@schemeIdUri
SchemeInformation
Viewpoint
@schemeIdUri
SchemeInformation
Rating
@schemeIdUri
SchemeInformation
@width
@height
@parx
@pary
@lang
@mimeType

Special requirements
(if any)

Shall be “OnDemand”
Shall be present
Shall be present

At most one shall be present
One or more shall be present

Shall be present and shall
indicate a single media type

@frameRate
@numberOfChannels
@samplingRate
@subsegmentAlignmentFlag
Representation
ContentProtection
@schemeIdUri
SchemeInformation
@width
@height
@parx
@pary
@lang
@frameRate
@id
@bandwidth
@dependencyId
@numberOfChannels

3

Source: http://dl.dropbox.com/u/1346434/ISO-IEC_23001-6-DIS.doc

Must be 'true'

Shall be present
Shall be present
@samplingRate
TrickModeType
@alternatePlayoutRate
SegmentInfo
BaseURL

Shall be present

Industry wide Support for MPEG-DASH:
Overwhelm response for the MPEG-DASH from industry. People from all across are deploying and
supporting mpeg-dash.
1. Internet Explorer 11, Google Chrome, Adobe and Mozilla etc. to support MPEG Dash.4 5 6
2. MPEG-DASH Support in YouTube.7 8
3. DASH at ITEC VLC PLUGIN9
4. Adobe, Microsoft, Qualcomm, Others Support MPEG-DASH10
MEDIA PLAYERS THAT SUPPORTS MPEG-DASH:
1. VLC dash plugin
2. MP4Client as part of the GPAC project.11
3. Qt Player as part of libdash project.12
CONCLUSION:
MPEG DASH has been published by the ISO, it seems well on its way to becoming a solid, broadly
accepted standard for the streaming media market. Three years in the making, DASH is poised to
provide a universal platform for delivering streaming media content to multiple screens. Designed
to be very flexible in nature, it promises to enable the re-use of existing technologies (containers,
codecs, DRM, etc.), seamless switching between protocols, and perhaps most importantly, a highquality experience for end users. Furthermore, most of the tech industry’s major players have
already lined up firmly behind DASH. The list of prominent supporters includes Akamai, Dolby,
Samsung, Thomson, Netflix and, most notably, such leading streaming media providers as
Microsoft and Adobe. Apple stands out as one of the few major tech players just started taking interest
in the standard. So there’s a great deal of hope in the industry that MPEG DASH could actually bring in
the entire major players and realize its full market potential. For one thing, Apple, Adobe and
Microsoft must throw their full weight behind the standard and agree to make the switch from
their proprietary HLS protocols in the future despite some clear competitive disadvantages of doing
so.

4

Source: http://www.engadget.com/2013/06/26/internet-explorer-11-to-support-webgl-and-mpegdash/?utm_medium=feed&utm_source=Feed_Classic&utm_campaign=Engadget
5
Source: http://blogs.adobe.com/ktowes/2012/02/adobe-announces-support-for-mpeg-dash-streamingstandard.html
6
Source : http://gpac.wp.mines-telecom.fr/2012/08/23/mpeg-dash-support-in-google-chrome/
7
Source : http://dash-mse-test.appspot.com/
8
Source: http://streamingcodecs.blogspot.com/2013/01/mpeg-dash-support-in-youtube.html
9
Source: http://www-itec.uni-klu.ac.at/dash/
10
Source: http://www.beet.tv/2013/04/mpeg-dash.html
11
Source: http://gpac.wp.mines-telecom.fr/
12
Source: http://www.bitmovin.net/libdash/
MPEG DASH White Paper

Contenu connexe

Tendances

Building a Dash-264 Player
Building a Dash-264 PlayerBuilding a Dash-264 Player
Building a Dash-264 Playerjeff tapper
 
加快互联网核心协议,提高Web速度yuchungcheng
加快互联网核心协议,提高Web速度yuchungcheng加快互联网核心协议,提高Web速度yuchungcheng
加快互联网核心协议,提高Web速度yuchungchengMichael Zhang
 
RTSP Analysis Wireshark
RTSP Analysis WiresharkRTSP Analysis Wireshark
RTSP Analysis WiresharkYoss Cohen
 
Ambari Management Packs (Apache Ambari Meetup 2018)
Ambari Management Packs (Apache Ambari Meetup 2018)Ambari Management Packs (Apache Ambari Meetup 2018)
Ambari Management Packs (Apache Ambari Meetup 2018)Swapan Shridhar
 
Labmeeting - 20150831 - Overhead and Performance of Low Latency Live Streamin...
Labmeeting - 20150831 - Overhead and Performance of Low Latency Live Streamin...Labmeeting - 20150831 - Overhead and Performance of Low Latency Live Streamin...
Labmeeting - 20150831 - Overhead and Performance of Low Latency Live Streamin...Syuan Wang
 
Ambari Management Packs (Apache Ambari Meetup 2018)
Ambari Management Packs (Apache Ambari Meetup 2018)Ambari Management Packs (Apache Ambari Meetup 2018)
Ambari Management Packs (Apache Ambari Meetup 2018)Swapan Shridhar
 
Traffic Characterization
Traffic CharacterizationTraffic Characterization
Traffic CharacterizationIsmail Mukiibi
 
Protocol implementation on NS2
Protocol implementation on NS2Protocol implementation on NS2
Protocol implementation on NS2amreshrai02
 
Mobile Movies with HTTP Live Streaming (CocoaConf DC, March 2013)
Mobile Movies with HTTP Live Streaming (CocoaConf DC, March 2013)Mobile Movies with HTTP Live Streaming (CocoaConf DC, March 2013)
Mobile Movies with HTTP Live Streaming (CocoaConf DC, March 2013)Chris Adamson
 
MiPSO: Multi-Period Per-Scene Optimization For HTTP Adaptive Streaming
MiPSO: Multi-Period Per-Scene Optimization For HTTP Adaptive StreamingMiPSO: Multi-Period Per-Scene Optimization For HTTP Adaptive Streaming
MiPSO: Multi-Period Per-Scene Optimization For HTTP Adaptive StreamingAlpen-Adria-Universität
 
Enhancing the NS-2 Traffic Generator for the MANETs
Enhancing the NS-2 Traffic Generator for the MANETsEnhancing the NS-2 Traffic Generator for the MANETs
Enhancing the NS-2 Traffic Generator for the MANETsIOSR Journals
 
Covert timing channels using HTTP cache headers
Covert timing channels using HTTP cache headersCovert timing channels using HTTP cache headers
Covert timing channels using HTTP cache headersyalegko
 

Tendances (20)

Adaptive Video over ICN @ IETF'87
Adaptive Video over ICN @ IETF'87Adaptive Video over ICN @ IETF'87
Adaptive Video over ICN @ IETF'87
 
HTTP Streaming of MPEG Media
HTTP Streaming of MPEG MediaHTTP Streaming of MPEG Media
HTTP Streaming of MPEG Media
 
Building a Dash-264 Player
Building a Dash-264 PlayerBuilding a Dash-264 Player
Building a Dash-264 Player
 
加快互联网核心协议,提高Web速度yuchungcheng
加快互联网核心协议,提高Web速度yuchungcheng加快互联网核心协议,提高Web速度yuchungcheng
加快互联网核心协议,提高Web速度yuchungcheng
 
Quality of service
Quality of serviceQuality of service
Quality of service
 
20 Years of Streaming in 20 Minutes
20 Years of Streaming in 20 Minutes20 Years of Streaming in 20 Minutes
20 Years of Streaming in 20 Minutes
 
RTSP Analysis Wireshark
RTSP Analysis WiresharkRTSP Analysis Wireshark
RTSP Analysis Wireshark
 
Ambari Management Packs (Apache Ambari Meetup 2018)
Ambari Management Packs (Apache Ambari Meetup 2018)Ambari Management Packs (Apache Ambari Meetup 2018)
Ambari Management Packs (Apache Ambari Meetup 2018)
 
Labmeeting - 20150831 - Overhead and Performance of Low Latency Live Streamin...
Labmeeting - 20150831 - Overhead and Performance of Low Latency Live Streamin...Labmeeting - 20150831 - Overhead and Performance of Low Latency Live Streamin...
Labmeeting - 20150831 - Overhead and Performance of Low Latency Live Streamin...
 
Ambari Management Packs (Apache Ambari Meetup 2018)
Ambari Management Packs (Apache Ambari Meetup 2018)Ambari Management Packs (Apache Ambari Meetup 2018)
Ambari Management Packs (Apache Ambari Meetup 2018)
 
Traffic Characterization
Traffic CharacterizationTraffic Characterization
Traffic Characterization
 
Protocol implementation on NS2
Protocol implementation on NS2Protocol implementation on NS2
Protocol implementation on NS2
 
Rtsp
RtspRtsp
Rtsp
 
TecDoc
TecDocTecDoc
TecDoc
 
Stream oriented communication
Stream oriented communicationStream oriented communication
Stream oriented communication
 
Mobile Movies with HTTP Live Streaming (CocoaConf DC, March 2013)
Mobile Movies with HTTP Live Streaming (CocoaConf DC, March 2013)Mobile Movies with HTTP Live Streaming (CocoaConf DC, March 2013)
Mobile Movies with HTTP Live Streaming (CocoaConf DC, March 2013)
 
MiPSO: Multi-Period Per-Scene Optimization For HTTP Adaptive Streaming
MiPSO: Multi-Period Per-Scene Optimization For HTTP Adaptive StreamingMiPSO: Multi-Period Per-Scene Optimization For HTTP Adaptive Streaming
MiPSO: Multi-Period Per-Scene Optimization For HTTP Adaptive Streaming
 
Computer Networking
Computer NetworkingComputer Networking
Computer Networking
 
Enhancing the NS-2 Traffic Generator for the MANETs
Enhancing the NS-2 Traffic Generator for the MANETsEnhancing the NS-2 Traffic Generator for the MANETs
Enhancing the NS-2 Traffic Generator for the MANETs
 
Covert timing channels using HTTP cache headers
Covert timing channels using HTTP cache headersCovert timing channels using HTTP cache headers
Covert timing channels using HTTP cache headers
 

Similaire à MPEG DASH White Paper

Suppose that you are designing a new video streaming service. You ha.pdf
Suppose that you are designing a new video streaming service. You ha.pdfSuppose that you are designing a new video streaming service. You ha.pdf
Suppose that you are designing a new video streaming service. You ha.pdfanandappliances
 
1. A Survey on Bitrate Adaptation Schemes for Streaming Media over HTTP.pdf
1. A Survey on Bitrate Adaptation Schemes for Streaming Media over HTTP.pdf1. A Survey on Bitrate Adaptation Schemes for Streaming Media over HTTP.pdf
1. A Survey on Bitrate Adaptation Schemes for Streaming Media over HTTP.pdfAliIssa53
 
IRJET- Protected Adaptive Bitrate Streaming using HTTP Live Streaming and...
IRJET-  	  Protected Adaptive Bitrate Streaming using HTTP Live Streaming and...IRJET-  	  Protected Adaptive Bitrate Streaming using HTTP Live Streaming and...
IRJET- Protected Adaptive Bitrate Streaming using HTTP Live Streaming and...IRJET Journal
 
1_MWS2018_Tutorial1_Pham_Internet Delivered Media.pdf
1_MWS2018_Tutorial1_Pham_Internet Delivered Media.pdf1_MWS2018_Tutorial1_Pham_Internet Delivered Media.pdf
1_MWS2018_Tutorial1_Pham_Internet Delivered Media.pdfAliIssa53
 
Streaming video to html
Streaming video to htmlStreaming video to html
Streaming video to htmljeff tapper
 
Three Challenges in Reliable Data Transport over Heterogeneous ...
Three Challenges in Reliable Data Transport over Heterogeneous ...Three Challenges in Reliable Data Transport over Heterogeneous ...
Three Challenges in Reliable Data Transport over Heterogeneous ...Videoguy
 
Standards' Perspective - MPEG DASH overview and related efforts
Standards' Perspective - MPEG DASH overview and related effortsStandards' Perspective - MPEG DASH overview and related efforts
Standards' Perspective - MPEG DASH overview and related effortsIMTC
 
Media Source Extensions
Media Source ExtensionsMedia Source Extensions
Media Source ExtensionsFITC
 
Implementing a Caching Scheme for Media Streaming in a Proxy Server
Implementing a Caching Scheme for Media Streaming in a Proxy ServerImplementing a Caching Scheme for Media Streaming in a Proxy Server
Implementing a Caching Scheme for Media Streaming in a Proxy ServerAbdelrahman Hosny
 
Understanding MPEG DASH
Understanding MPEG DASHUnderstanding MPEG DASH
Understanding MPEG DASHSeung-Bum Lee
 
PackeTV® Mobile Whitepaper
PackeTV® Mobile WhitepaperPackeTV® Mobile Whitepaper
PackeTV® Mobile WhitepaperAndrew Lemert
 
Server-based and Network-assisted Solutions for Adaptive Video Streaming
Server-based and Network-assisted Solutions for Adaptive Video StreamingServer-based and Network-assisted Solutions for Adaptive Video Streaming
Server-based and Network-assisted Solutions for Adaptive Video StreamingEswar Publications
 
MPEG-DASH Conformance and Reference Software
MPEG-DASH Conformance and Reference SoftwareMPEG-DASH Conformance and Reference Software
MPEG-DASH Conformance and Reference SoftwareAlpen-Adria-Universität
 
3. Quality of Experience-Centric Management.pdf
3. Quality of Experience-Centric Management.pdf3. Quality of Experience-Centric Management.pdf
3. Quality of Experience-Centric Management.pdfAliIssa53
 
International Journal of Computational Engineering Research(IJCER)
 International Journal of Computational Engineering Research(IJCER)  International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER) ijceronline
 
A Real-Time Adaptive Algorithm for Video Streaming over Multiple Wireless Acc...
A Real-Time Adaptive Algorithm for Video Streaming over Multiple Wireless Acc...A Real-Time Adaptive Algorithm for Video Streaming over Multiple Wireless Acc...
A Real-Time Adaptive Algorithm for Video Streaming over Multiple Wireless Acc...Priti Kana
 

Similaire à MPEG DASH White Paper (20)

Suppose that you are designing a new video streaming service. You ha.pdf
Suppose that you are designing a new video streaming service. You ha.pdfSuppose that you are designing a new video streaming service. You ha.pdf
Suppose that you are designing a new video streaming service. You ha.pdf
 
1. A Survey on Bitrate Adaptation Schemes for Streaming Media over HTTP.pdf
1. A Survey on Bitrate Adaptation Schemes for Streaming Media over HTTP.pdf1. A Survey on Bitrate Adaptation Schemes for Streaming Media over HTTP.pdf
1. A Survey on Bitrate Adaptation Schemes for Streaming Media over HTTP.pdf
 
Streaming Video Protocol
Streaming Video ProtocolStreaming Video Protocol
Streaming Video Protocol
 
IRJET- Protected Adaptive Bitrate Streaming using HTTP Live Streaming and...
IRJET-  	  Protected Adaptive Bitrate Streaming using HTTP Live Streaming and...IRJET-  	  Protected Adaptive Bitrate Streaming using HTTP Live Streaming and...
IRJET- Protected Adaptive Bitrate Streaming using HTTP Live Streaming and...
 
1_MWS2018_Tutorial1_Pham_Internet Delivered Media.pdf
1_MWS2018_Tutorial1_Pham_Internet Delivered Media.pdf1_MWS2018_Tutorial1_Pham_Internet Delivered Media.pdf
1_MWS2018_Tutorial1_Pham_Internet Delivered Media.pdf
 
Dos presentation by ahlam shakeel
Dos presentation by ahlam shakeelDos presentation by ahlam shakeel
Dos presentation by ahlam shakeel
 
Streaming video to html
Streaming video to htmlStreaming video to html
Streaming video to html
 
Three Challenges in Reliable Data Transport over Heterogeneous ...
Three Challenges in Reliable Data Transport over Heterogeneous ...Three Challenges in Reliable Data Transport over Heterogeneous ...
Three Challenges in Reliable Data Transport over Heterogeneous ...
 
Standards' Perspective - MPEG DASH overview and related efforts
Standards' Perspective - MPEG DASH overview and related effortsStandards' Perspective - MPEG DASH overview and related efforts
Standards' Perspective - MPEG DASH overview and related efforts
 
Media Source Extensions
Media Source ExtensionsMedia Source Extensions
Media Source Extensions
 
Implementing a Caching Scheme for Media Streaming in a Proxy Server
Implementing a Caching Scheme for Media Streaming in a Proxy ServerImplementing a Caching Scheme for Media Streaming in a Proxy Server
Implementing a Caching Scheme for Media Streaming in a Proxy Server
 
Ingest oct-9-update
Ingest oct-9-updateIngest oct-9-update
Ingest oct-9-update
 
Understanding MPEG DASH
Understanding MPEG DASHUnderstanding MPEG DASH
Understanding MPEG DASH
 
PackeTV® Mobile Whitepaper
PackeTV® Mobile WhitepaperPackeTV® Mobile Whitepaper
PackeTV® Mobile Whitepaper
 
Server-based and Network-assisted Solutions for Adaptive Video Streaming
Server-based and Network-assisted Solutions for Adaptive Video StreamingServer-based and Network-assisted Solutions for Adaptive Video Streaming
Server-based and Network-assisted Solutions for Adaptive Video Streaming
 
MPEG-DASH Conformance and Reference Software
MPEG-DASH Conformance and Reference SoftwareMPEG-DASH Conformance and Reference Software
MPEG-DASH Conformance and Reference Software
 
3. Quality of Experience-Centric Management.pdf
3. Quality of Experience-Centric Management.pdf3. Quality of Experience-Centric Management.pdf
3. Quality of Experience-Centric Management.pdf
 
Slide
SlideSlide
Slide
 
International Journal of Computational Engineering Research(IJCER)
 International Journal of Computational Engineering Research(IJCER)  International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
A Real-Time Adaptive Algorithm for Video Streaming over Multiple Wireless Acc...
A Real-Time Adaptive Algorithm for Video Streaming over Multiple Wireless Acc...A Real-Time Adaptive Algorithm for Video Streaming over Multiple Wireless Acc...
A Real-Time Adaptive Algorithm for Video Streaming over Multiple Wireless Acc...
 

Dernier

Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 

Dernier (20)

Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 

MPEG DASH White Paper

  • 1. Dynamic adaptive streaming over HTTP (DASH) White Paper Rajeev Tiwari Principal Software Engineer at Technicolor DASH Overview For past number of years, it was quite difficult to stream live video to a mobile device. Lack of network infrastructure support, bandwidth variability, unified firewall configurations and all created major hurdle’s to live streaming. Earlier, more traditional streaming protocols, designed for small packet formats and managed delivery networks, were anything but firewall-friendly. 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 a 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. As the content is 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 rebuffering events in the playback. Thus, an MPEG-DASH client can seamlessly adapt to changing network conditions, and provide high quality play back without stalls or rebuffering events. MPEG-DASH has evolved as a first International standard for HTTP-based streaming. HTTP streaming has become a dominant approach in commercial deployments. For instance, streaming platforms such as Apple’s HTTP Live Streaming (HLS), Microsoft’s Smooth Streaming (SS), and Adobe’s HTTP Dynamic Streaming (HDS) all use HTTP streaming as their underlying delivery method. However, each implementation uses different manifest and segment formats and therefore, to receive the content from each server, a device must support its corresponding proprietary client protocol. A standard for HTTP streaming of multimedia content would allow a standard-based client to stream content from any standard-based server, thereby enabling interoperability between servers and clients of different vendors. In-order to overcome above restrictions for end user MPEG developed the specification with participation from many experts and with collaboration from other standard groups, such as the Third Generation Partnership Project (3GPP). The resulting standard is known as MPEG Dynamic Adaptive Streaming over HTTP (MPEG-DASH) which resolves the dependency on specific protocol and works independent on platform protocol. DASH is a universal delivery format that provides end users with the best possible video experience by dynamically adapting to changing network conditions. It is technically similar to protocols like SS and HLS in the sense that it provides a manifest definition for the description of multiple bitrates of video and audio available to a client player application. It is then up to the client player to make decisions at run-time about various factors such as network bandwidth, CPU utilization, screen dimensions, etc… to adjust the streaming experience for each viewer. The big differentiator with DASH is that it is an international standard that is now controlled by a standards body – the Motion Picture Experts Group (MPEG) – instead of being controlled by Microsoft (Smooth Streaming) or Apple (HLS). Several companies participated in the creation and standardization efforts around MPEG DASH, including Microsoft, Apple, Netflix, Qualcomm, Ericsson, Samsung, and many more.
  • 2. For a deeper background on MPEG DASH, I recommend you read the overview from the DASH Industry Forum here1. MPEG-DASH Highlighted Features: • Internet friendly. MPEG-DASH uses standard HTTP protocol. It can be deployed using standard web servers and it work with existing Internet infrastructures, including CDNs, caches, firewalls and NATs. • Multiple segment formats (ISO BMFF and MPEG-2 TS) , Codec independence • On-demand, live and time-shift applications. MPEG-DASH supports on-demand, live and time-shift applications and services with a single framework. • Switching and selectable streams. The MPD provides adequate information to the client for selecting and switching between streams, for example, selecting one audio stream from different languages, selecting video between different camera angles, selecting the subtitles from provided languages, and dynamically switching between different bitrates of the same video camera. • Ad insertion. Advertisements can be inserted as a period between periods or segment between segments in both on-demand and live cases. • Compact manifest. The segments’ address URLs can be signaled using a template scheme resulting in a compact MPD. • Fragmented manifest. The MPD can be divided into multiple parts or some of its elements can be externally referenced, enabling downloading MPD in multiple steps. • Common Encryption and Multiple DRM support. The content can be encrypted once and delivered to client supporting various DRM schemes. The supported DRM schemes can be signaled in MPD. • Segments with variable durations. The duration of segments can be varied. With live streaming, the duration of the next segment can also be signaled with the delivery of the current segment. • Multiple base URLs. The same content can be available at multiple URLs—that is, at different servers or CDNs—and the client can stream from any of them to maximize the available network bandwidth. • Clock-drift control for live sessions. The UTC time can be included with each segment to enable the client to control its clock drift. Figure 1 illustrates a simple streaming scenario between an HTTP server and a DASH client. In this figure, the multimedia content is captured and stored on an HTTP server and is delivered using HTTP. The content exists on the server in two parts: Media Presentation Description (MPD), which describes a manifest of the available content, its various alternatives, their URL addresses, and other characteristics; and segments, which contain the actual multimedia bit streams in the form of chunks, in single or multiple files. 1 Source : http://dashif.org/about-dash-industry-forum/
  • 3. Figure 1. To play the content, the DASH client first obtains the MPD. The MPD can be delivered using HTTP, email, thumb drive, broadcast, or other transports. By parsing the MPD, the DASH client learns about the program timing, media-content availability, media types, resolutions, minimum and maximum bandwidths, and the existence of various encoded alternatives of multimedia components, accessibility features and required digital rights management (DRM), media-component locations on the network, and other content characteristics. Using this information, the DASH client selects the appropriate encoded alternative and starts streaming the content by fetching the segments using HTTP GET requests. After appropriate buffering to allow for network throughput variations, the client continues fetching the subsequent segments and also monitors the network bandwidth fluctuations. Depending on its measurements, the client decides how to adapt to the available bandwidth by fetching segments of different alternatives (with lower or higher bitrates) to maintain an adequate buffer.2 The MPEG-DASH specification only defines the MPD and the segment formats. The delivery of the MPD and the media-encoding formats containing the segments, as well as the client behavior for fetching, adaptation heuristics, and playing content, are outside of MPEG-DASH’s scope. The name of this recommendation is “DASH-AVC/264 Implementation Guidelines” and you can download it from here.2 Media Presentation Description (MPD) – Definition and Overview: MPEG-DASH works nearly the same way as the three other major adaptive streaming protocols. DASH presents available stream content to the media player in a manifest (or index) file – called the Media Presentation Description (MPD) – and then supports HTTP download of media segments. The MPD is analogous to an HLS m3u8 file, a Smooth Streaming Manifest file or an HDS f4m file. After the MPD is delivered to the client, the content – whether it’s video, audio, subtitles or other data – is downloaded to clients over HTTP as a sequence of files that is played back contiguously and switching 2 Source: http://dashif.org
  • 4. to different bitrate streams according to network conditions are performed by the client (again, similar to the other adaptive streaming protocols). Media content is composed of single or multiple contiguous segments. The MPD provides sufficient infor mation for a DASH client to provide a streaming service to the user by requesting segments from an HTT P web server and de-multiplexing, decoding and rendering the included media streams. The segment formats specify the formats of the entity body of the HTTP respo nse to an HTTP GET request or a partial HTTP GET with the indicated byte range using HTTP/1.1 to a reso urce identified in the MPD. DASH reuses the segment formats defined in ISO/IEC 1449612 [ISOFF] and ISO/IEC 13818-1. Supported Profiles: MPEG DASH defines and allows for the creation of various profiles. A profile is a set of restrictions of media formats, codecs, protection formats, bitrates, resolutions, and other aspects of the content. For example, the DASH spec defines a profile for ISO BMFF basic on-demand. Content Descriptors for Protection, Accessibility, Content Rating: MPEG DASH offers a flexible set of descriptors for the media content that is being streamed. Profiles of DASH are defined so as to enable interoperability and the signalling of the use of features etc. A profile has an identifier and refers to a set of specific restrictions. Those restrictions might be on features of the media presentation description (MPD) document, usage of the network, media format(s), codec(s) used, protection formats, or on quantitative measures such as bit-rates, segment lengths, screen size, and so on. Profiles defined in this part of ISO/IEC 23001 define restrictions on features of this part of ISO/IEC 23001 only (e.g. not codec types). Externally defined profiles may additionally impose restrictions on other aspects of media delivery. A profile is a claim and a permission; it claims that the media presentation (MPD document and segment formats) conforms to the profile, and gives permission to a reader that implements that profile to read the media presentation, interpret what it recognizes, and ignore the material it does not understand. The profiles with which an MPD complies are indicated in the MPD@profiles attribute. This element is a space-delimited list of profile identifiers each of which is a URI. Profile identifiers defined in this specification are URNs conforming to RFC 3406. URLs may also be used. When a URL is used, it should also contain a month-date in the form mmyyyy; the assignment of the URL must have been authorized by the owner of the domain name in that URL on or very close to that date, to avoid problems when domain names change ownership. ISO Base media file format basic on-demand profile The basic on-demand profile is identified by the URN “urn:mpeg:mpegB:profile:dash:isoff-basic-ondemand” and makes use of the following features: • Single period per media presentation • ISO Base Media File Format segments • Self-initializing indexed media segments (i.e. one segment per representation). • Sub segment alignment is required • Un-multiplexed streams • Url diversity using the BaseURL element • Content Protection and accessibility annotations
  • 5. Media Presentation Description: Representation Base Type
  • 6.
  • 7. Table lists the MPD elements and attributes that must be supported for compliance to this profile.3 Table — Supported Media Presentation Description elements and attributes Element or Attribute Name MPD @type @mediaPresentationDuration @minBufferTime BaseURL ProgramInformation Period Group ContentProtection @schemeIdUri SchemeInformation Accessibility @schemeIdUri SchemeInformation Viewpoint @schemeIdUri SchemeInformation Rating @schemeIdUri SchemeInformation @width @height @parx @pary @lang @mimeType Special requirements (if any) Shall be “OnDemand” Shall be present Shall be present At most one shall be present One or more shall be present Shall be present and shall indicate a single media type @frameRate @numberOfChannels @samplingRate @subsegmentAlignmentFlag Representation ContentProtection @schemeIdUri SchemeInformation @width @height @parx @pary @lang @frameRate @id @bandwidth @dependencyId @numberOfChannels 3 Source: http://dl.dropbox.com/u/1346434/ISO-IEC_23001-6-DIS.doc Must be 'true' Shall be present Shall be present
  • 8. @samplingRate TrickModeType @alternatePlayoutRate SegmentInfo BaseURL Shall be present Industry wide Support for MPEG-DASH: Overwhelm response for the MPEG-DASH from industry. People from all across are deploying and supporting mpeg-dash. 1. Internet Explorer 11, Google Chrome, Adobe and Mozilla etc. to support MPEG Dash.4 5 6 2. MPEG-DASH Support in YouTube.7 8 3. DASH at ITEC VLC PLUGIN9 4. Adobe, Microsoft, Qualcomm, Others Support MPEG-DASH10 MEDIA PLAYERS THAT SUPPORTS MPEG-DASH: 1. VLC dash plugin 2. MP4Client as part of the GPAC project.11 3. Qt Player as part of libdash project.12 CONCLUSION: MPEG DASH has been published by the ISO, it seems well on its way to becoming a solid, broadly accepted standard for the streaming media market. Three years in the making, DASH is poised to provide a universal platform for delivering streaming media content to multiple screens. Designed to be very flexible in nature, it promises to enable the re-use of existing technologies (containers, codecs, DRM, etc.), seamless switching between protocols, and perhaps most importantly, a highquality experience for end users. Furthermore, most of the tech industry’s major players have already lined up firmly behind DASH. The list of prominent supporters includes Akamai, Dolby, Samsung, Thomson, Netflix and, most notably, such leading streaming media providers as Microsoft and Adobe. Apple stands out as one of the few major tech players just started taking interest in the standard. So there’s a great deal of hope in the industry that MPEG DASH could actually bring in the entire major players and realize its full market potential. For one thing, Apple, Adobe and Microsoft must throw their full weight behind the standard and agree to make the switch from their proprietary HLS protocols in the future despite some clear competitive disadvantages of doing so. 4 Source: http://www.engadget.com/2013/06/26/internet-explorer-11-to-support-webgl-and-mpegdash/?utm_medium=feed&utm_source=Feed_Classic&utm_campaign=Engadget 5 Source: http://blogs.adobe.com/ktowes/2012/02/adobe-announces-support-for-mpeg-dash-streamingstandard.html 6 Source : http://gpac.wp.mines-telecom.fr/2012/08/23/mpeg-dash-support-in-google-chrome/ 7 Source : http://dash-mse-test.appspot.com/ 8 Source: http://streamingcodecs.blogspot.com/2013/01/mpeg-dash-support-in-youtube.html 9 Source: http://www-itec.uni-klu.ac.at/dash/ 10 Source: http://www.beet.tv/2013/04/mpeg-dash.html 11 Source: http://gpac.wp.mines-telecom.fr/ 12 Source: http://www.bitmovin.net/libdash/