Announcing support for HLS and DASH in Windows 10
Introduced support for Proffesinal Quality Video using Media Source Extension(MSE) and Encrypted Extension (EME). With Windows 10, Microsoft is announcing feature update to windows 10 version 2004 browser support How To Get Help in Windows 10 Keyboard for HTTP Live Streaming (HLS) and enhanced support for MPEG DASH in the new EdgeHTML rendering engine. These new features Get Help in Windows 10 automate adaptive streaming windows 10 version 2004 problems, and make it very simple for Web sites to take advantage of professional quality video.
Taking advantage of these new features is as simple as setting a media manifest as the HTMLmedia element source. New streaming features in Windows 10 do the rest. These include:
- Automated support for the HLS and DASH adaptive bitrate streaming protocols.
- Support for MPEG-2 Transport Streams within Media Source Extensions.
These new features reflect our strong belief that everyone benefits from common media delivery and encoding formats, and also reflect our ongoing commitment to simplify the development How To Get Help in Windows 10 Keyboard of plugin-free video delivery on the Web.
Adaptive Bitrate Streaming
Web-delivered video content has rapidly shifted away from downloading and playing a single video file to an feature update to windows 10 version 2004 adaptive approach designed to support a broad array of network conditions Get Help in Windows 10. Unlike playback of a single file, adaptive streaming allows Web developers to host multiple bitrate versions of a single video on their server, and then author an intelligent client that dynamically switches between these versions during How To Get Help in Windows 10 Keyboard playback. This allows the client to react to changing network and device conditions in order to provide the best possible experience for the user.
As you can imagine, building a client that handles adaptive streaming can be a lot of work, even starting with reference designs like the DASH.js reference player. Client JavaScript which windows 10 version 2004 problems utilizes Media Source Extensions APIs often needs to do some heavy lifting, including:
- Parsing content manifests or file headers to identify available media files and bitrate information
- Setting and managing one or moreSourceBuffer as the HTMLMediaElement source
- Downloading and appending content segments to the SourceBuffer(s)
- Handling media events such as seek and scrub
- Tracking performance and adapting segment bitrates to fit current conditions
Some Web sites will want to control these details of streaming, and for them Media Source Extension APIs are sufficient. They will be able to continue using them in Internet Explorer. But other sites will benefit from automating these details.
HLS and DASH
While a wide range of video streaming protocols have been introduced and adopted over the years, two stand out today: HTTP Live Streaming (HLS) and Dynamic Adaptive Streaming over HTTP (DASH). HLS is a video delivery protocol developed by feature update to windows 10 version 2004 Apple and required for long-form video delivery to iOS devices over a cellular network. This protocol has seen broad adoption over the past few years, and is supported natively in all Safari endpoints, as well as in Chrome on Android. DASH, on the other hand, is an ISO standard that has been developed through close collaboration How To Get Help in Windows 10 Keyboard by many companies and is beginning to see uptake throughout the video ecosystem. Each of these protocols Get Help in Windows 10 offers unique advantages and disadvantages, and we are excited to bring native support for both to Windows 10.
It’s normal for HLS implementations to accept a manifest (.m3u8 or .m3u) as a media source. An adaptive video windows 10 version 2004 problems element using HLS can be declared simply in HTML by setting the manifest as a source, like this:
The concept is as simple as HTML5 media, and with properly prepared MPEG-TS content, provides a simple means for Web sites to implement adaptive streaming. We’ve extended this concept to DASH as well, so Web sites with DASH ISO-BMFF content can set a DASH manifest (.mpd) as a source to implement adaptive streaming. MPEG DASH categorizes this as Type 1 streaming. It couldn’t be simpler.
The details are important, so here are a few about how we’ve implemented HLS and enhanced DASH:
- HLS: Our native HLS player fully supports up to protocol version 4. HLS is designed to work with MPEG2-Transport Streams, and we’re excited to include support for this from within our Media Source Extensions implementation as well (more on this below).
- DASH: Our native DASH player is designed to work with the Live Profile as defined in the ISO specification Get Help in Windows 10. Our initial release is focused on supporting feature update to windows 10 version 2004 single period video on demand (VOD) content, but we’ll be working with the windows 10 version 2004 problems industry to introduce How To Get Help in Windows 10 Keyboard additional features based on feedback and marketplace trends. This profile is designed to work with ISO-BMFF MP4 content, which has been supported by our Media Source Extensions implementation since Windows 8.1.
Media Source Extensions
These new HLS and DASH features in IE will dramatically simplify development of Web delivered video applications. They aren’t the only solution, but a new simple option. We recognize that for some developers it is necessary to maintain a custom streaming stack. For them, we have added MPEG-2 Transport Stream support to MSE. With Windows 8.1 we introduced support for ISO-BMFF MP4 content in MSE, and with Windows 10, we will now support both ISO-BMFF and MPEG-TS. This gives Web developers the option of using our abstraction layer that automates adaptive bitrate streaming details or implementing a fully custom solution using either format.
Trying This Yourself
These features are part of the Experimental Web that’s provided in Windows 10. HLS is in Technical Preview releases now, and DASH is currently still in development, but expected feature update to windows 10 version 2004 to be windows 10 version 2004 problems in preview releases very soon.
To try these features yourself, first enable the Experimental Web using the “about:flags” settings we’ve previously described in our Living on the edge blog. Disable plugins as well Get Help in Windows 10, since some sites rely on plugins first and fall back to HLS. With the Experimental Web enabled and plugins disabled, try any site that uses HLS or DASH for video delivery. Some examples are:
If you are interested in building a page of your own, simply set the source of a <video> tag to a conformant .m3u8 (HLS) or .mpd (DASH) and IE will recognize the content and begin playback.
As with any preview release, we still have work to do to polish the feature before broad release, but we’d love your feedback on the experience as it stands today. In coming releases you’ll see additional improvements to both our HLS and DASH parsers, as well as the streaming How To Get Help in Windows 10 Keyboard engine that controls Get Help in Windows 10 the experience. We look forward to continuing windows 10 version 2004 problems our work with the broader feature update to windows 10 version 2004 industry to develop an interoperable and plugin-free future for Web delivered video.
Comments
Post a Comment