User Tools

Site Tools


projects:pimpd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
projects:pimpd [2021/07/13 10:36] hibbyprojects:pimpd [2021/08/18 13:56] – [Listening to the music] hibby
Line 4: Line 4:
 Music in the space is controlled by a VM on [[projects:alford|Alford]] running MPD. [[User:hibby|hibby]] is responsible for this project. It used to live on a Pi, hence the name. Music in the space is controlled by a VM on [[projects:alford|Alford]] running MPD. [[User:hibby|hibby]] is responsible for this project. It used to live on a Pi, hence the name.
  
-<del>The address for the Pi MPD is '''pimpd.57north.org.uk''' or '''172.23.152.9'''</del> Address details will be available once there is a network in place. +The address for the Pi MPD is '''pimpd.57north.org.uk''' or '''172.23.152.9'''
 ===== Controlling the Music ===== ===== Controlling the Music =====
  
Line 55: Line 54:
  
 ===== Listening to the music ===== ===== Listening to the music =====
 +
 +==== HTTP Stream ====
  
 The MPD audio plays directly out to the social room speakers. It also broadcasts on the space network via icecast. To listen in, use an icecast player (VLC works well) and play the following network address: The MPD audio plays directly out to the social room speakers. It also broadcasts on the space network via icecast. To listen in, use an icecast player (VLC works well) and play the following network address:
Line 60: Line 61:
     http://172.23.152.9:8000/Stream.m3u (Note the uppercase S)     http://172.23.152.9:8000/Stream.m3u (Note the uppercase S)
  
 +==== Snapclient ====
 +
 +The mpd server uses [[https://github.com/badaix/snapcast|snapcast]] to broadcast audio to the network and ensure all players are in sync. 
 +
 +On Debian, you only need to do the following while on our network to make your laptop sing in sync:
 +
 +<code># apt install snapclient </code>
 +<code># systemctl start snapclient</code>
 +
 +To shut it up, 
 +<code># systemctl stop snapclient</code>
 ===== Blame ===== ===== Blame =====
  
projects/pimpd.txt · Last modified: 2022/10/05 15:52 by hibby