Snapcast VS mpd

Compare Snapcast vs mpd and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Snapcast mpd
66 59
5,715 2,059
- 2.0%
8.4 9.8
3 days ago 8 days ago
C++ C++
GNU General Public License v3.0 only GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Snapcast

Posts with mentions or reviews of Snapcast. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-05.
  • Why is Spotify not implementing this?
    1 project | news.ycombinator.com | 31 Jul 2023
    https://github.com/badaix/snapcast!

    Works perfectly on pis scattered around the house.

  • MultiRoom MulitCast Spotify Sound System Recommendations
    1 project | /r/homeautomation | 21 May 2023
    Snapcast: The cheapest and most modular option is deploying small form factor linux clients (raspberry pis, or any host all) with an audio interface (3.5mm, RCA, or otherwise), and connect the audio output interface to your choice of speaker. Snapcast is the open-source multi-room brains. It works well in my experience, but it is tricky to get setup properly to start with. Spotify Connect support is possible so you can launch your Spotify listening session from the Spotify app. Snapcast also integrates into Home Assistant for ease of adding/removing clients from the active listening sessions (yes, plural. You can have multiple listening sessions from multiple audio input sources at once).
  • Audio options for 3 to 5 zones.
    1 project | /r/homeautomation | 1 May 2023
    - snapcast - this server/client software will broadcast synchronized audio from any source to any snapcast client. The server and clients can all run on the same computer. Individual clients are assigned to their own usb soundcard. Source and volume for each client is controlled through the webpage and/or homeassistant.
  • I don't want streaming music, I just want to stream my music
    22 projects | news.ycombinator.com | 5 Apr 2023
    I have a music library on my home server that I use mopidy to play via the iris plugin integrated into my home assistant UI. It plays over Snapcast which streams over the network to multiple devices in the home with independent volume control. I can fire up the Snapcast client in my phone to get it going there as well, which does work over vpn if I'm away, though I generally just fire up the files from my phones SD card for out-of-home listening. I recently started using whipper on Linux to extract audio from craigslist cds.

    https://mopidy.com/

    https://mopidy.com/ext/iris/

    https://github.com/badaix/snapcast

    https://github.com/whipper-team/whipper

  • Whole home sync'd rpi audio w plex, spotify, airplay
    5 projects | /r/selfhosted | 4 Apr 2023
    You want SnapCast. You'd run snapserver on your Linux box and snapclient on your Pi's. Snapserver has support for Airplay (via shairport-sync) and Spotify (via librespot). I recommend using MPD for your music library, as I don't think PlexAmp can output audio in a way that's useful for snapserver.
  • Camper Touchscreen Audio Setup
    3 projects | /r/raspberry_pi | 31 Mar 2023
    Instead of splitting audio from the jack output you can create a Little network with a router and have more rpi streaming music over It using snapcastsnapcast .
  • Recommendations for Multi-Room Speaker With Multiple Audio Sources?
    1 project | /r/homeautomation | 1 Mar 2023
    If you're into the idea of an open-source client/server architecture, then there's Snapcast. If you have a few Raspberry Pis (one per output source) or any other box that can run Linux and has an audio out interface, then this is cheap and easy with an active Home Assistant integration too.
  • Question about muti-room audio solutions
    3 projects | /r/selfhosted | 28 Feb 2023
  • Whole Home Audio - Design Help
    3 projects | /r/linuxaudio | 30 Jan 2023
    I'm setting up a whole home audio set up and looking for suggestions in the design. Currently, I run Snapcast on Raspberry pis connected to various soundbars or amps. It's working ok, but has issues (Mostly on some of the 2.4GHz WiFi Pis that can't keep up with the bandwidth).
  • Looking for a good music playlist generator
    2 projects | /r/jellyfin | 7 Jan 2023
    For the multi-room audio, check out snapcast. If you like it, we could try to convince the Symfonium dev to add the ability to cast music directly to snapcast, which I would love to have!

mpd

Posts with mentions or reviews of mpd. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-20.
  • MphpD - A PHP library for MPD
    2 projects | /r/PHP | 20 Jul 2023
    Last week I released v1.0.0 of MphpD - a fully-featured, dependency-free PHP library for the Music Player Daemon. It's my first take on a library so feedback and suggestions is very much welcome and appreciated.
  • Any ideas?
    1 project | /r/BudgetAudiophile | 10 Jul 2023
    mpd server + mpd clients? https://www.musicpd.org/
  • Festival v1.0.0 - A music player
    6 projects | /r/rust | 28 Jun 2023
    Eventually I'd like to continue with the other frontends I have planned, starting with festivald which will be a music daemon, similar to mpd.
  • Jukebox/local radio via UDP
    1 project | /r/javahelp | 20 Jun 2023
    It's not written in Java, but if you want to look at some source code and/or protocols to see how it's already been done, look at mpd (https://www.musicpd.org/). IIRC, it actually uses TCP.
  • Unable to use mpd
    1 project | /r/linuxquestions | 6 Jun 2023
  • Suche Empfehlung für Soundsetup für Wohnzimmer in Mietwohnung
    1 project | /r/de_EDV | 2 Jun 2023
  • How do I use Server as Speakers?
    5 projects | /r/selfhosted | 16 Apr 2023
    Well, it’s a slightly odd use case in that normally the server would just be the server and not also the player, but given the kit you’ve got it makes sense. Probably what you want is MPD plus one of the MPD web clients.
  • I don't want streaming music, I just want to stream my music
    22 projects | news.ycombinator.com | 5 Apr 2023
  • Whole home sync'd rpi audio w plex, spotify, airplay
    5 projects | /r/selfhosted | 4 Apr 2023
    You want SnapCast. You'd run snapserver on your Linux box and snapclient on your Pi's. Snapserver has support for Airplay (via shairport-sync) and Spotify (via librespot). I recommend using MPD for your music library, as I don't think PlexAmp can output audio in a way that's useful for snapserver.
  • Kubuntu and xRDP
    1 project | /r/Kubuntu | 4 Mar 2023
    If it is just music, have you considered MPD or similar? An entire DE seems like overkill. There are several good options for doing this and they're not difficult to set up. Even good ol' VLC has an HTTP interface option so you can set it to allow connections from your LAN, then launch in that headless mode, inside tmux or as a service, limited to files from a specific directory tree. It's then controllable from any device on your LAN has a web browser.

What are some alternatives?

When comparing Snapcast and mpd you can also consider the following projects:

balena-sound - Build a single or multi-room streamer for an existing audio device using a Raspberry Pi! Supports Bluetooth, Airplay and Spotify Connect

Mopidy - Mopidy is an extensible music server written in Python

Icecast - Icecast streaming media server (Mirror) - Please report bugs at https://gitlab.xiph.org/xiph/icecast-server/issues

owntone-server - Linux/FreeBSD DAAP (iTunes) and MPD media server with support for AirPlay 1 and 2 speakers (multiroom), Apple Remote (and compatibles), Chromecast, Spotify and internet radio.

moOde Audio - moOde sources and configs

squeezelite-esp32 - ESP32 Music streaming based on Squeezelite, with support for multi-room sync, AirPlay, Bluetooth, Hardware buttons, display and more

LMS - Lightweight Music Server. Access your self-hosted music using a web interface.

Volumio - Volumio 2 - Audiophile Music Player

VideoLAN Client (VLC) - VLC media player - All pull requests are ignored, please follow https://wiki.videolan.org/Sending_Patches_VLC/

Jellyfin - The Free Software Media System