Skip to content

Commit ccbd4e9

Browse files
authored
Merge pull request #190392 from Heidilohr/work-mmr-updates
Updating MMR article.
2 parents 6918de3 + 3267490 commit ccbd4e9

File tree

1 file changed

+27
-54
lines changed

1 file changed

+27
-54
lines changed

articles/virtual-desktop/multimedia-redirection.md

Lines changed: 27 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Multimedia redirection on Azure Virtual Desktop - Azure
33
description: How to use multimedia redirection for Azure Virtual Desktop (preview).
44
author: Heidilohr
55
ms.topic: how-to
6-
ms.date: 08/17/2021
6+
ms.date: 03/15/2022
77
ms.author: helohr
88
manager: femila
99
---
@@ -16,16 +16,26 @@ manager: femila
1616
>[!NOTE]
1717
>Azure Virtual Desktop doesn't currently support multimedia redirection on Azure Virtual Desktop for Microsoft 365 Government (GCC), GCC-High environments, and Microsoft 365 DoD.
1818
>
19-
>Multimedia redirection on Azure Virtual Desktop is only available for the Windows Desktop client on Windows 10 machines. Multimedia redirection requires the Windows Desktop client, version 1.2.2222 or later.
19+
>Multimedia redirection on Azure Virtual Desktop is only available for the Windows Desktop client on Windows 11, Windows 10, or Windows 10 IoT Enterprise devices. Multimedia redirection requires the Windows Desktop client, version 1.2.2999 or later.
2020
21-
Multimedia redirection (MMR) gives you smooth video playback while watching videos in your Azure Virtual Desktop browser. Multimedia redirection remotes the media element from the browser to the local machine for faster processing and rendering. Both Microsoft Edge and Google Chrome support the multimedia redirection feature. However, the public preview version of multimedia redirection for Azure Virtual Desktop has restricted playback on YouTube. To test YouTube within your organization's deployment, you'll need to [enable an extension](#managing-group-policies-for-the-multimedia-redirection-browser-extension).
21+
Multimedia redirection (MMR) gives you smooth video playback while watching videos in your Azure Virtual Desktop browser. Multimedia redirection remotes the media content from the browser to the local machine for faster processing and rendering. Both Microsoft Edge and Google Chrome support the multimedia redirection feature. However, the public preview version of multimedia redirection for Azure Virtual Desktop has restricted playback on sites in the "Known Sites" list. To test sites on the list within your organization's deployment, you'll need to [enable an extension](#managing-group-policies-for-the-multimedia-redirection-browser-extension).
22+
23+
## Websites that work with MMR
24+
25+
The following list shows websites that are known to work with MMR. MMR is supposed to work on these sites by default, when you haven't selected the **Enable on all sites** check box.
26+
27+
- YouTube
28+
- Facebook
29+
- Fox Sports
30+
- IMDB
31+
- Sites with embedded YouTube videos, such as Medium, Udacity, Los Angeles Times, and so on.
2232

2333
## Requirements
2434

2535
Before you can use Multimedia Redirection on Azure Virtual Desktop, you'll need
2636
to do these things:
2737

28-
1. [Install the Windows Desktop client](./user-documentation/connect-windows-7-10.md#install-the-windows-desktop-client) on a Windows 10 or Windows 10 IoT Enterprise device that meets the [hardware requirements for Teams on a Windows PC](/microsoftteams/hardware-requirements-for-the-teams-app#hardware-requirements-for-teams-on-a-windows-pc/). Installing version 1.2.2222 or later of the client will also install the multimedia redirection plugin (MsMmrDVCPlugin.dll) on the client device. To learn more about updates and new versions, see [What's new in the Windows Desktop client](/windows-server/remote/remote-desktop-services/clients/windowsdesktop-whatsnew).
38+
1. [Install the Windows Desktop client](./user-documentation/connect-windows-7-10.md#install-the-windows-desktop-client) on a Windows 11, Windows 10, or Windows 10 IoT Enterprise device that meets the [hardware requirements for Teams on a Windows PC](/microsoftteams/hardware-requirements-for-the-teams-app#hardware-requirements-for-teams-on-a-windows-pc/). Installing version 1.2.2999 or later of the client will also install the multimedia redirection plugin (MsMmrDVCPlugin.dll) on the client device. To learn more about updates and new versions, see [What's new in the Windows Desktop client](/windows-server/remote/remote-desktop-services/clients/windowsdesktop-whatsnew).
2939

3040
2. [Create a host pool for your users](create-host-pools-azure-marketplace.md).
3141

@@ -38,12 +48,14 @@ to do these things:
3848

3949
To learn more about the Insiders program, see [Windows Desktop client for admins](/windows-server/remote/remote-desktop-services/clients/windowsdesktop-admin#configure-user-groups).
4050

41-
4. Use [the MSI installer (MsMmrHostMri)](https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RWIzIk) to install the multimedia redirection extensions for your internet browser on your Azure VM. Multimedia redirection for Azure Virtual Desktop currently only supports Microsoft Edge and Google Chrome.
51+
4. Use [the MSI installer (MsMmrHostMri)](https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RWIzIk) to install both the host native component and the multimedia redirection extensions for your internet browser on your Azure VM.
4252

4353
## Managing group policies for the multimedia redirection browser extension
4454

4555
Using the multimedia redirection MSI will install the browser extensions. However, as this service is still in public preview, user experience may vary. For more information about known issues, see [Known issues](#known-issues-and-limitations).
4656

57+
Keep in mind that when the IT admin installs an extension with MSI, the users will see a prompt that says "New Extension added." In order to use the app, they'll need to confirm the prompt. If they select **Cancel**, then their browser will uninstall the extension. If you want the browser to force install the extension without any input from your users, we recommend you use the group policy in the following section.
58+
4759
In some cases, you can change the group policy to manage the browser extensions and improve user experience. For example:
4860

4961
- You can install the extension without user interaction.
@@ -54,7 +66,13 @@ In some cases, you can change the group policy to manage the browser extensions
5466

5567
To configure the group policies, you'll need to edit the Microsoft Edge Administrative Template. You should see the extension configuration options under **Administrative Templates Microsoft Edge Extensions** > **Configure extension management settings**.
5668

57-
The following code is an example of a Microsoft Edge group policy that makes the browser install the multimedia redirection extension and only lets multimedia redirection load on YouTube:
69+
The following code is an example of a Microsoft Edge group policy that doesn't restrict site access:
70+
71+
```cmd
72+
{ "joeclbldhdmoijbaagobkhlpfjglcihd": { "installation_mode": "force_installed", "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx" } }
73+
```
74+
75+
This next example group policy makes the browser install the multimedia redirection extension, but only lets multimedia redirection load on YouTube:
5876

5977
```cmd
6078
{ "joeclbldhdmoijbaagobkhlpfjglcihd": { "installation_mode": "force_installed", "runtime_allowed_hosts": [ "*://*.youtube.com" ], "runtime_blocked_hosts": [ "*://*" ], "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx" } }
@@ -103,63 +121,18 @@ To quickly tell if multimedia redirection is active in your browser, we've added
103121
Selecting the icon will display a pop-up menu that has a checkbox you can select to enable or disable multimedia redirection on all websites. It also lists the version numbers for each component of the service.
104122

105123
## Support during public preview
106-
Microsoft Support is not handling issues for multimedia redirection during public preview.
107-
108-
If you run into any issues, you can tell us in the feedback hub on both the client and VM host.
109-
110-
To send us feedback:
111-
112-
1. Open the **feedback hub** on both the client and server.
113-
114-
2. Select **Report a problem**.
115-
116-
3. Use the same title on both issue reports, but specify where you're submitting the report from by putting either "[Client]" or "[Host]" at the beginning.
117-
118-
For example, if you're submitting an issue from the client, you'd format it like this:
119-
120-
>[Client] Title of your report
121-
122-
If you're submitting an issue from the host, you'd format it like this:
123-
124-
>[Host] Title of your report
125-
126-
4. In the **Explain in more detail** field, describe the issue you're experiencing. We recommend also including the URL of the video you were watching when the issue happened.
127-
128-
5. Once you're done, select **Next**.
129-
130-
6. Select the **Problem** bubble, then select **Apps** and **Remote Desktop** from the two drop-down menus, as shown in the following screenshot.
131-
132-
![A screenshot of the "2. Choose a category" window. The user has selected the Problem bubble, then has selected Apps and Remote Desktop in the drop-down menus below it.](media/problem-category.png)
133-
134-
7. Select **Next**.
135-
136-
8. Check to see if there's a similar issue in the list to the one you plan to submit.
137-
138-
- If a bubble appears that links to an active bug, make sure the bug's description matches the issue you're reporting. If it does, select the bubble, then select **Link to bug**, as shown in the following screenshot.
139-
140-
![A screenshot of the "3. Find similar feedback" window. The user has selected the bubble for the option "Link to bug number 32350300 Active."](media/link-to-bug.png)
141-
142-
- If you don't see a similar issue, select **Make new bug**.
143-
144-
![A screenshot of the "3. Find similar feedback window." This time, the "Link to bug" option is absent, and the user has instead selected "Make new bug."](media/make-new-bug.png)
145-
146-
9. Select **Next**.
147-
148-
10. In the **Add more details** window, select **Include data about Remote Desktop (Default)**, then answer all questions with as much detail as possible.
149-
150-
If you'd like to add a video recording of the issue, select **Include data about Remote Desktop (Default)**, then select the **Start recording** button. While recording, open Remote Desktop and do the process that led to the issue happening. When you're done, return to the browser, then test the video to make sure it recorded properly.
151124

152-
Once you're done, agree to send the attached files and diagnostics to Microsoft, then select **Submit**.
125+
If you run into issues while using the public preview version of multimedia redirection, we recommend contacting Microsoft Support.
153126

154127
### Known issues and limitations
155128

156129
The following issues are ones we're already aware of, so you won't need to report them:
157130

158-
- Multimedia redirection only works on the Windows Desktop client, not the web client.
131+
- Multimedia redirection only works on the [Windows Desktop client](/windows-server/remote/remote-desktop-services/clients/windowsdesktop#install-the-client), not the web client.
159132

160133
- Multimedia redirection doesn't currently support protected content, so videos from Pluralsight and Netflix won't work.
161134

162-
- During public preview, multimedia redirection will be disabled on all sites except YouTube. However, if you have the extension, you can enable multimedia redirection for all websites. We added the extension so organizations can test the feature on their company websites.
135+
- During public preview, multimedia redirection will be disabled on all sites except for the sites listed in [Websites that work with MMR](#websites-that-work-with-mmr). However, if you have the extension, you can enable multimedia redirection for all websites. We added the extension so organizations can test the feature on their company websites.
163136

164137
- There's a small chance that the MSI installer won't be able to install the extension during internal testing. If you run into this issue, you'll need to install the multimedia redirection extension from the Microsoft Edge Store or Google Chrome Store.
165138

0 commit comments

Comments
 (0)