Hello,
I am unable to cast from Chrome to my Google nest speakers. It still works fine from my phone or another machine on the network, but it's not working from any guest VMs.
The error I get from my Windows guest VMs is "casting tab audio is not supported on this device".
Here's my networking configuration:
Is there something I need to do to get multicast working properly between guest VMs and other devices on the network?
Thanks
I am unable to cast from Chrome to my Google nest speakers. It still works fine from my phone or another machine on the network, but it's not working from any guest VMs.
The error I get from my Windows guest VMs is "casting tab audio is not supported on this device".
Here's my networking configuration:
Code:
auto lo
iface lo inet loopback
iface enx84afec73d6ec inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.10/24
gateway 192.168.1.1
bridge_ports enx84afec73d6ec
bridge_stp off
bridge_fd 0
Is there something I need to do to get multicast working properly between guest VMs and other devices on the network?
Thanks