yes, you can set audio0 to your VM e.g:
Bash:qm set <VMID> --audio0 sync=1
root@proxmox:~# sudo qm set <104> --audio0 sync=1
-bash: syntax error near unexpected token `104'
So, I am new with proxmox, so I am sure that I am doing something wrong, but this is what I am getting:
root@proxmox:~# qm set 104 --audio0 sync=1
400 Parameter verification failed.
audio0: invalid format - format error
audio0.device: property is missing and it is not optional
audio0.sync: property is not defined in schema and the schema does not allow additional properties
root@proxmox:~# qm set 104 --audio=0 sync=1
400 too many arguments
qm set <vmid> [OPTIONS]
Thanks for clarifying that, I do have the same out of sync problem when using SPICE though, so would this solution fix it?The audio device that can be set for a VM has no use when you access the VM via RDP. It is useful if you need an audio device for processing (backend driver=none) or if you access the VM via Spice (backend driver=spice).
If you use RDP, then audio is handled directly by RDP inside the VM. From a Proxmox VE side, there are no settings related to that. Looking for solutions focused on RDP itself will hopefully give you something useful.
Yeah unfortunetly I already tried that, and the audio and video is still out of sync with spice, that is why I thought to give rdp a try.If you use spice and want to watch video, add the audio device with the spice backend. That should be all you need to do.
What you can try as well is in the options panel of the VM in the "spice enhancements" to test the different options for video streaming. In my experience it really depends on the individual situation what works best.
But be prepared that, depending on your network and latency, that it also might not work that well.
Is there any Option to make project via Win11 to a device possible?If you use spice and want to watch video, add the audio device with the spice backend. That should be all you need to do.
What you can try as well is in the options panel of the VM in the "spice enhancements" to test the different options for video streaming. In my experience it really depends on the individual situation what works best.
But be prepared that, depending on your network and latency, that it also might not work that well.