Mar 04 2022 12:06 PM - edited Mar 04 2022 12:06 PM
We have a number of AVDs that are showing 'Media Not Connected'. It's not a universal issue in our environment by any means. We have tried our current packaged version as well as current versions downloaded directly from MS.
Test device: Windows 10 21H1
Remote Desktop WebRTC Redirector Service installed: 1.1.2106.14001 (Reinstalled for testing)
For troubleshooting:
Zscaler: Disabled
McAfee ENS: Uninstalled
Windows Advanced Firewall: Disabled (Azure firewall is up)
Teams Uninstalled
Dirs removed or verified to have been removed:
Teams Reinstalled:
Results after all that:
"You have Microsoft Teams Version 1.4.00.32771 (64-bit). AVD Media Not Connected."
Once again, installing the current version from MS results in the same problem. Our package's media is due for a media update.
Am I missing something that might be preventing Teams from showing 'AVD Media Optimized'?
Mar 06 2022 02:03 AM
Mar 07 2022 10:19 AM - edited Mar 07 2022 10:57 AM
I've updated the WebRTC client and reinstalled Teams to no effect. How do you increase the timeout for WebRTC, is it a registry value that needs to be added?
Mar 09 2022 10:00 AM
Mar 09 2022 11:43 AM
@pcluskey
I added the new property:
New-ItemProperty -Path 'hklm:\SYSTEM\CurrentControlSet\Control\Terminal Server\AddIns\WebRTC Redirector' -Name 'HandshakeTimeout' -Value 20000 -PropertyType DWORD
It didn't seem to correct the issue, I even increased it to 100000 just to see with no luck. Thank you very much for your suggestion though. Maybe it wil have an effect on some of the other devices with this issue.
Apr 18 2022 09:46 AM
SolutionFeb 02 2023 10:37 PM
@Yun_Liu Did you end up finding a resolution to the problem you were investigating. I think we are having the same problem.
Feb 03 2023 11:27 AM
Have you tried updating both the host WebRTC redirector service and the Remote Desktop client to the latest version?
Feb 03 2023 11:36 AM
@Yun_Liu Yes we have. We have made sure that Remote Desktop Client is up to date. We rebuilt a Cloud PC yesterday with using the image "Windows 10 Enterprise + Microsoft 365 Apps 22H2". The problem immediately appeared.
Feb 03 2023 11:49 AM
Feb 03 2023 12:43 PM
Feb 03 2023 01:52 PM
Feb 03 2023 02:35 PM
Feb 06 2023 03:01 PM
Feb 23 2023 01:28 PM
Feb 27 2023 08:00 PM
We learn't the following using a Microsoft Support Case.
MSRDC versions 1.2.3667, 1.2.3770 and 1.2.3918 have inherited a dependency on msvcp140.dll and client machines without this binary installed will cause optimizations to fail. Upcoming MSRDC release (2/28) will have a fix to address this,
Installing the latest VC++ redistributable - Latest supported Visual C++ Redistributable downloads | Microsoft Learn resolves the problem.
Apr 18 2022 09:46 AM
Solution