mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[GH-ISSUE #431] Why is multiroom not supported? #275
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#275
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gijswijs on GitHub (Feb 4, 2020).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/431
I saw a previous issue about multiroom referring to Snapcast.
I totally understand how snapcast could be a solution to multiroom, but it seems slight overkill.
The way I understand Spotify Connect, is that clients announce that they support multiroom. With multiple multiroom devices discovered, the Spotify app will show the option to play on all multiroom devices at the same time.
Couldn't Librespot support this "announcing" of multiroom support that now seems part of the Spotify Connect API?
@devgianlu commented on GitHub (Feb 4, 2020):
Do you know of a brand/device that does this? I have never seen such a thing on Spotify.
@gijswijs commented on GitHub (Feb 4, 2020):
My Raumfeld-s support it see: https://blog.teufelaudio.com/spotify-multiroom-with-raumfeld/
Urbanears: https://support.urbanears.com/hc/en-us/articles/115002243069-How-to-Speakers-Play-in-Multi-Mode-via-Spotify-Connect
But I've don some more investigation, and I think those devices use an approach similar to Snapcast.
So the device itself sets up a multiroom "server", and then announces the multiroom server as a spotify connect client.
Spotify announced last December that they have no plans right now for supporting this. (https://community.spotify.com/t5/Live-Ideas/Connect-Multiple-Speakers-Devices-simultaneously/idi-p/614088)
Thank you for replying, I now know and understand more.