DVS not appearing in Dante Controller on Windows
If you’re not seeing DVS appearing within Dante Controller, it’s possible that port 4440 is in use by another application
Run CMD with admin rights, and check what is using 4440 port
netstat -a -o -p UDP | findstr 4440
Then, check what app is behind this PID
tasklist | findstr 892
If it’s something different than apec app, you need to use Task manager to close application, and restart DVS. More about that (with screenshots) can be found below.
Second way:
In CMD as Admin run
netstat -a -o -p UDP
Find application using 4440
In Task Manager > Details > Find application using PID *
The above example shows that the Dante APEC is using this port, which is correct. If the application using this PID is something other than AP, the service will need to end/application stopped.
Once ended, restart DVS and this should then show in the Dante Controller.