Ich habe mein Multiroom Sound System, basierend auf einem rPi Netzwerk, um eine Funktion erweitert. Nun kann man als Eingang auch einen Chromecast ansprechen.
Die allgemeine Beschreibung habe ich unter HomeNetwork aktualisiert.
Der Setup dazu sieht so aus:
Handy –> Chromecast –> HDMI Splitter –> USB SoundCard –> rPI –> WaveIn Plugin of SqueezeBox –> SqueezeLight music clients
Auf der SqueezeBox muss man zuerst das Wavein Plugin installieren.
Unter Linux dann folgenden Befehl eingeben, um herauszufinden, welches Gerät (die USB Soundkarte) man ansprechen muss:
pi@max2play:~ $ arecord -l **** List of CAPTURE Hardware Devices **** card 1: Device [USB Audio Device], device 0: USB Audio [USB Audio] Subdevices: 0/1 Subdevice #0: subdevice #0
Bei mir ist es also das Gerät 1, subdevice 0.
Nun auf der SqueezeBox einen neuen Favoriten mit einem beliebigen Namen anlegen und bei der URL folgendes konfigurieren (wavin:plughw:[Gerät],[subdevice]):
wavin:plughw:1,0
Auf dem mobilen Gerät kann jede beliebige Applikation verwendet werden, die an ein Chromcast Gerät streamen kann, wie z.B. TuneIn, BubbleUPnP, VRadio, Youtube,…
Wie man sieht kann man das eigene Multiroom sound System immer noch besser machen 😉
After some time of investigation and reseach, I think I have found and implemented a quite nice solution in my IT home network in respect to a multiroom sound and media solution.
I have compiled a few static pages on my home page explaining the details.
In total the complete environment including the web server consists now of three Raspberry Pi 3 B+ devices and one very cute Raspberry Pi Zero W device.
There are plenty of bluetooth enabled speakers avalailable on the market. It depends more on the other use cases (outdoor, indoor, sound quality, fixed or movable) which speaker is the best solution for you.
WLAN speakers
Also there are plenty of speakers now available with built in WLAN capabilities.
Use cases
Outdoor use case
For going outdoor you should select speakers that can handle water, like e.g. the Sony SRS-XB31.
Also setting up a WLAN including a router and connecting the speakers is not so easy to handle.
In this case it maybe makes more sense to restrict oneself to a bluetooth party chain solution only. This is some offering by Sony.
Upgrading an existing environment
Some people, of course, have an already existing environment and want to upgrade or extend it.
A very good description how this can be done is given by Euronics.
Proprietary solutions
A very good overview for commercial and complete proprietary solutions is given by Conrad.
If you are fine with using the Mac or a windows machine as a server, Airfoil is a quite nice solution. You can stream any application running on your server synchronously to plenty of devices, including multiple bluetooth devices.
I’m going for the max2play solution now. Yes, it’s more costly as you have to have multiple Raspberry clients running. But you are more flexible as well. And it makes more fun playing around with the Raspis 😉
Pros:
Use of Rpi output or USB soundcard or expensive DAC to connect to the speaker
Play different music in different rooms
Control it remotely, also via an app like squeezer
Don’t need a Windows or Mac as a server
Cons:
Cannot connect to multiple bluetooth devices with one RPi