Skip to content

Commit 13a6577

Browse files
Merge pull request #105220 from Juliako/updatev2
removed //docs.microsoft.com/en-us/azure/media-services/previou…
2 parents e845e69 + 9c6e9dd commit 13a6577

8 files changed

+7
-87
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48860,6 +48860,11 @@
4886048860
"source_path": "articles/cognitive-services/Speech-Service/speech-devices-sdk-windows-quickstart.md",
4886148861
"redirect_url": "/azure/cognitive-services/speech-service/speech-devices-sdk-quickstart?pivots=platform-windows",
4886248862
"redirect_document_id": false
48863+
},
48864+
{
48865+
"source_path": "articles/media-services/previous/media-services-develop-video-players.md",
48866+
"redirect_url": "/azure/media-services",
48867+
"redirect_document_id": false
4886348868
}
4886448869
]
4886548870
}

articles/media-services/previous/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,6 @@
397397
items:
398398
- name: Playback media with existing players
399399
href: media-services-playback-content-with-existing-players.md
400-
- name: Playback media with Media Player
401-
href: media-services-develop-video-players.md
402400
- name: Other playback options
403401
items:
404402
- name: Smooth streaming Windows Store application

articles/media-services/previous/media-services-develop-video-players.md

Lines changed: 0 additions & 74 deletions
This file was deleted.

articles/media-services/previous/media-services-dotnet-get-started.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,6 @@ To test progressive download, paste a URL into a browser (for example, Internet
374374
For more information, see the following topics:
375375

376376
- [Playing your content with existing players](media-services-playback-content-with-existing-players.md)
377-
- [Develop video player applications](media-services-develop-video-players.md)
378377
- [Embedding an MPEG-DASH Adaptive Streaming Video in an HTML5 Application with DASH.js](media-services-embed-mpeg-dash-in-html5.md)
379378

380379
## Download sample

articles/media-services/previous/media-services-embed-mpeg-dash-in-html5.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.author: juliako
2020
# Embedding an MPEG-DASH Adaptive Streaming Video in an HTML5 Application with DASH.js
2121

2222
## Overview
23-
MPEG-DASH is an ISO standard for the adaptive streaming of video content, which offers significant benefits for developers wanting to deliver high-quality, adaptive video streaming output. With MPEG-DASH, the video stream adjusts automatically to a lower definition when the network becomes congested. This reduces the likelihood of the viewer seeing a "paused" video while the player downloads the next few seconds to play (aka buffering). As network congestion reduces, the video player will in turn return to a higher-quality stream. This ability to adapt the bandwidth required also results in a faster start time for video. That means that the first few seconds can be played in a fast-to-download lower quality segment and then step up to a higher quality once sufficient content has been buffered.
23+
MPEG-DASH is an ISO standard for the adaptive streaming of video content, which offers significant benefits for developers wanting to deliver high-quality, adaptive video streaming output. With MPEG-DASH, the video stream adjusts automatically to a lower definition when the network becomes congested. This reduces the likelihood of the viewer seeing a "paused" video while the player downloads the next few seconds to play (that is, it reduces the likelihood of buffering). As network congestion reduces, the video player will in turn return to a higher-quality stream. This ability to adapt the bandwidth required also results in a faster start time for video. That means that the first few seconds can be played in a fast-to-download lower quality segment and then step up to a higher quality once sufficient content has been buffered.
2424

2525
Dash.js is an open-source MPEG-DASH video player written in JavaScript. Its goal is to provide a robust, cross-platform player that can be freely reused in applications that require video playback. It provides MPEG-DASH playback in any browser that supports the W3C Media Source Extensions (MSE), today that is Chrome, Microsoft Edge, and IE11 (other browsers have indicated their intent to support MSE). For more information about DASH.js, js see the GitHub dash.js repository.
2626

@@ -109,7 +109,6 @@ To play a video, point your browser at the basicPlayback.html file and click pla
109109
[!INCLUDE [media-services-user-voice-include](../../../includes/media-services-user-voice-include.md)]
110110

111111
## See Also
112-
[Develop video player applications](media-services-develop-video-players.md)
113112

114113
[GitHub dash.js repository](https://github.com/Dash-Industry-Forum/dash.js)
115114

articles/media-services/previous/media-services-inserting-ads-on-client-side.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,3 @@ The following sample shows how to schedule a mid-roll overlay ad.
844844

845845
## Provide feedback
846846
[!INCLUDE [media-services-user-voice-include](../../../includes/media-services-user-voice-include.md)]
847-
848-
## See Also
849-
[Develop video player applications](media-services-develop-video-players.md)
850-

articles/media-services/previous/media-services-playback-content-with-existing-players.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ To test HLS URLs you can also use:
6262
* **Safari** on an iOS device or
6363
* **3ivx HLS Player** on Windows.
6464

65-
## Developing video players
66-
For information about how to develop your own players, see [Developing video players](media-services-develop-video-players.md)
67-
6865
## Media Services learning paths
6966
[!INCLUDE [media-services-learning-paths-include](../../../includes/media-services-learning-paths-include.md)]
7067

articles/media-services/previous/scenarios-and-availability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ For information about availability in datacenters, see the [Availability](#avail
132132

133133
## Consuming content
134134

135-
Azure Media Services provides the tools you need to create rich, dynamic client player applications for most platforms including: iOS Devices, Android Devices, Windows, Windows Phone, Xbox, and Set-top boxes. The following topic provides links to SDKs and Player Frameworks that you can use to develop your own client applications that can consume streaming media from Media Services. For more information, see [Developing video payer applications](media-services-develop-video-players.md)
135+
Azure Media Services provides the tools you need to create rich, dynamic client player applications for most platforms including: iOS Devices, Android Devices, Windows, Windows Phone, Xbox, and Set-top boxes.
136136

137137
## Enabling Azure CDN
138138

0 commit comments

Comments
 (0)