Skip to content

Commit aded981

Browse files
drewbatgitCopilot
andcommitted
TOC, orientation page, overview, and redirect updates for migrated media playback articles
Excludes PlayReady articles (adaptive-streaming-with-playready.md and hardware-drm.md) from migration - these remain in the UWP section and are removed from the WinUI section instead. - Deletes 11 migrated UWP files (excludes 2 PlayReady articles) - Removes 3 PlayReady files from WinUI dir (hardware-drm, adaptive-streaming-with-playready, playready-client-sdk) - Adds 11 redirects from UWP to WinUI paths - Updates WinUI TOC with 11 articles + overview - Updates UWP TOC to keep PlayReady DRM subtree intact - Updates UWP orientation page with relocation note and updated links - Creates WinUI overview page without PlayReady entries - Fixes broken link to background-audio.md in adaptive-streaming.md Co-authored-by: Copilot <[email protected]>
1 parent ad570ef commit aded981

20 files changed

Lines changed: 129 additions & 2394 deletions

.openpublishing.redirection.json

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10584,6 +10584,61 @@
1058410584
"source_path": "hub/apps/windows-app-sdk/stable-channel.md",
1058510585
"redirect_url": "/windows/windows-app-sdk/release-channels",
1058610586
"redirect_document_id": false
10587+
},
10588+
{
10589+
"source_path": "uwp/audio-video-camera/play-audio-and-video-with-mediaplayer.md",
10590+
"redirect_url": "/windows/apps/develop/media-playback/play-audio-and-video-with-mediaplayer",
10591+
"redirect_document_id": false
10592+
},
10593+
{
10594+
"source_path": "uwp/audio-video-camera/media-playback-with-mediasource.md",
10595+
"redirect_url": "/windows/apps/develop/media-playback/media-playback-with-mediasource",
10596+
"redirect_document_id": false
10597+
},
10598+
{
10599+
"source_path": "uwp/audio-video-camera/integrate-with-systemmediatransportcontrols.md",
10600+
"redirect_url": "/windows/apps/develop/media-playback/integrate-with-systemmediatransportcontrols",
10601+
"redirect_document_id": false
10602+
},
10603+
{
10604+
"source_path": "uwp/audio-video-camera/system-media-transport-controls.md",
10605+
"redirect_url": "/windows/apps/develop/media-playback/system-media-transport-controls",
10606+
"redirect_document_id": false
10607+
},
10608+
{
10609+
"source_path": "uwp/audio-video-camera/system-supported-metadata-cues.md",
10610+
"redirect_url": "/windows/apps/develop/media-playback/system-supported-metadata-cues",
10611+
"redirect_document_id": false
10612+
},
10613+
{
10614+
"source_path": "uwp/audio-video-camera/create-schedule-and-manage-media-breaks.md",
10615+
"redirect_url": "/windows/apps/develop/media-playback/create-schedule-and-manage-media-breaks",
10616+
"redirect_document_id": false
10617+
},
10618+
{
10619+
"source_path": "uwp/audio-video-camera/adaptive-streaming.md",
10620+
"redirect_url": "/windows/apps/develop/media-playback/adaptive-streaming",
10621+
"redirect_document_id": false
10622+
},
10623+
{
10624+
"source_path": "uwp/audio-video-camera/hls-tag-support.md",
10625+
"redirect_url": "/windows/apps/develop/media-playback/hls-tag-support",
10626+
"redirect_document_id": false
10627+
},
10628+
{
10629+
"source_path": "uwp/audio-video-camera/dash-profile-support.md",
10630+
"redirect_url": "/windows/apps/develop/media-playback/dash-profile-support",
10631+
"redirect_document_id": false
10632+
},
10633+
{
10634+
"source_path": "uwp/audio-video-camera/media-casting.md",
10635+
"redirect_url": "/windows/apps/develop/media-playback/media-casting",
10636+
"redirect_document_id": false
10637+
},
10638+
{
10639+
"source_path": "uwp/audio-video-camera/enable-remote-audio-playback.md",
10640+
"redirect_url": "/windows/apps/develop/media-playback/enable-remote-audio-playback",
10641+
"redirect_document_id": false
1058710642
}
1058810643
]
1058910644
}

hub/apps/develop/media-playback/adaptive-streaming-with-playready.md

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

hub/apps/develop/media-playback/adaptive-streaming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ If you want to register event handlers for the bound adaptive media source, you
112112
* [HLS tag support](hls-tag-support.md) 
113113
* [Dash profile support](dash-profile-support.md) 
114114
* [Play audio and video with MediaPlayer](play-audio-and-video-with-mediaplayer.md)
115-
* [Play media in the background](background-audio.md) 
115+
 

0 commit comments

Comments
 (0)