No volume? #473
-
I have an mpd server set up and running and I installed mympd on it. I managed to access the webgui from a different machine on my lan and am able to see and play the music I have on the mpd server. However, there is no audio and the volume controls are disabled for some reason. I have been able to play my mpd stream through other means, like using MPD Remote from my phone, Foobar2000, Clementine or even just a browser tab pointed directly at the mpd server IP address. I just can't get any sound out of mympd. Does anyone know how to fix this? Thanks. EDIT: I've just installed it on another MPD server I have running. The first is in a VM and I did not have an audio device passed through into the VM. However, the audio still did not work after I had configured the VM with an audio device. It is this second mpd server that is running on a bare metal Debian server that I have been able to listen to previously. However, I also have an Apache server running on this Debian server and it appears to be interfering with the webGUI for myMPD. In my browser I can simply go to the VM's IP address to see the myMPD webGUI, however going to my physical MPD server's IP address brings up the Apache server and specifying the port I configured in /etc/mympd.conf doesn't work either. Any help is appreciated. EDIT AGAIN: Okay so it turns out mympd just wasn't running on the physical server. I can now access the webGUI for it. However, I still cannot get audio from the webGUI. Is that not something that is supposed to happen? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
You should configure MPD outputs according to your configuration, that is not the job of myMPD. myMPD can play the MPD http stream: https://github.com/jcorporation/myMPD/wiki/Local-playback |
Beta Was this translation helpful? Give feedback.
-
myMPD proxies the stream from /stream uri to 127.0.01:8000 as documented. You must enable the output in the volume menu and the local playback in the settings dialog. MPD disables volume control if no output with a mixer is present, this is no myMPD setting. The ssl errors from mongoose are strange, please attach debug logs from startup of myMPD. |
Beta Was this translation helpful? Give feedback.
myMPD proxies the stream from /stream uri to 127.0.01:8000 as documented. You must enable the output in the volume menu and the local playback in the settings dialog.
MPD disables volume control if no output with a mixer is present, this is no myMPD setting.
The ssl errors from mongoose are strange, please attach debug logs from startup of myMPD.