Cannot cast to Google nest.

Jan 2, 2021
10
0
1
36
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:

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
 
Hey,

do you run the same OS in the VMs as on the other machines in your network?
 
Yeah, I tried a few of those things, like
Code:
  post-up ( echo 1 > /sys/devices/virtual/net/$IFACE/bridge/multicast_querier )

I also tried "Re-Enabling the media Router" in the 2nd link.
The rest seem irrelevant, as it works just fine using the same set up but using a machine on the network instead of a VM.

Edit: I tried this instead too:
Code:
post-up ( echo 1 > /sys/devices/virtual/net/$IFACE/bridge/multicast_querier )
post-up ( echo 0 > /sys/class/net/$IFACE/bridge/multicast_snooping )

Thought for sure that would have worked, guess not.
 
Last edited:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!