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
Last revisionBoth sides next revision
projects:pimpd [2021/08/18 13:56] – [Listening to the music] hibbyprojects:pimpd [2021/08/24 21:04] hibby
Line 55: Line 55:
 ===== Listening to the music ===== ===== Listening to the music =====
  
-==== HTTP Stream ====+==== Speakers ====
  
-The MPD audio plays directly out to the social room speakersIt also broadcasts on the space network via icecast. To listen inuse an icecast player (VLC works well) and play the following network address:+Currently, the playback-pi is configured to play whatever mpd is pushing to snapcast. 
 + 
 +This is connected to the loudspeakers at the media workstationon the audio switch input 1.
  
-    http://172.23.152.9:8000/Stream.m3u (Note the uppercase S) 
  
 ==== Snapclient ==== ==== Snapclient ====
Line 72: Line 73:
 To shut it up,  To shut it up, 
 <code># systemctl stop snapclient</code> <code># systemctl stop snapclient</code>
 +
 +==== HTTP Stream ====
 +
 +It also broadcasts on the space network via HTTP. To listen in, use an icecast player (VLC works well) and play the following network address:
 +
 +    http://172.23.152.9:8000/Stream.m3u (Note the uppercase S)
 +
 +This will lag the snapcast stream by some undefined quantity of time.
 +
 ===== Blame ===== ===== Blame =====
  
Line 89: Line 99:
 Graphical frontend is [[https://github.com/jcorporation/myMPD|myMPD]] started at boot using the default systemd unit it ships with. It is configured to not provide an ssl service due to certificates being hard.  Graphical frontend is [[https://github.com/jcorporation/myMPD|myMPD]] started at boot using the default systemd unit it ships with. It is configured to not provide an ssl service due to certificates being hard. 
  
 +Snapcast is provided by [[https://packages.debian.org/stable/sound/snapserver|snapserver]] from Debian, and requires the following config in ''/etc/mpd.conf'':
 +<code> 
 +audio_output {
 +        type            "fifo"
 +        name            "my pipe"
 +        path            "/tmp/snapfifo"
 +        format          "44100:16:2"
 +        mixer_type      "software"
 +}
 +</code>
 ====== Future Ideas ====== ====== Future Ideas ======
  
 https://github.com/badaix/snapcast https://github.com/badaix/snapcast
  
-{{tag>project active music hibby}}+{{tag>project active music hibby alford}}
  
projects/pimpd.txt · Last modified: 2022/10/05 15:52 by hibby