I managed to cast to an audio group. For me, the group had the same ip as one of the chromecasts in the group, but with different port, which I could set with --sout-chromecast-port=42276 I found the port using pychromecast in python: > import pychromecast > chromecasts = pychromecast.get_chromecast...