Forum Discussion
App Streaming from 3rd party within AVD VM
Hi Kevhal,
This is a hard one. You will have to analyse packet loss and latency using tools such as PsPing, WinMTR and WireShark.
Also check the data path regarding:
- Azure Network Virtual Appliances and proxies
- Azure Network Security Group rules
- Windows Defender Firewall rules
- Third-party Antivirus programs
- High Azure VM CPU usage and disk IOPS
Also perform tests on a clean Azure VM on a new Azure Virtual Network.
In the past I resolved similar issues by moving all resources to a new Azure Virtual Network.
Please keep me posted!
Ok so some progress. After a bit of a fight with Microsoft, managed to get a GPU Sku to test this with.
Once we installed the Nvidia drivers the NICE DCV stream works perfectly. So it looks like it's just too graphic intensive for AVD to cope with natively.
Just need to work out a plan if the customer is willing to pay the additional cost/Microsoft not keen on handing out GPU capacity.
Thanks