Forum Discussion
Vanbogie1200
Mar 04, 2022Copper Contributor
AVD Media Not Connected
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 dow...
- Apr 18, 2022We are investigating this issue as some other customers are having this issue as well. If updating the WebSocket service (1.4.2111.18001) didn't solve the issue, we need more info to troubleshoot. Please file a support ticket and we will contact you for more information.
pcluskey
Mar 09, 2022Brass Contributor
when we were using a specific version of the client before the public release, the regkey was:
• [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\AddIns\WebRTC Redirector]
Set "HandshakeTimeout" to something greater than 10000 (decimal) as below.
please note I'm not taking any responsibility for this and haven't tested this setting out (because the latest release sorted the issue out for us anyway) and if you're getting the issue on only a small number of users you may end up making things worse.
• [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\AddIns\WebRTC Redirector]
Set "HandshakeTimeout" to something greater than 10000 (decimal) as below.
please note I'm not taking any responsibility for this and haven't tested this setting out (because the latest release sorted the issue out for us anyway) and if you're getting the issue on only a small number of users you may end up making things worse.
Vanbogie1200
Mar 09, 2022Copper Contributor
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.