![]() |
Radio + Moode + Dlna + Android - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: Radio + Moode + Dlna + Android (/showthread.php?tid=868) |
Radio + Moode + Dlna + Android - anglade - 01-05-2019 Hi everyone, I would want to listen my moode's radio/playlist on my android tablet. I search if it's possible and if yes, how can i do ? I activated minidlna, installed a client on my tablet and i saw the moode's music file and it's ok for playing this file but i saw the playlists as directory, not as file that i can play. I have read a lot but always no solution. Can you help me about that ? It's perhaps a dummy question but i don't see solution. Thanks in advance RE: Radio + Moode + Dlna + Android - Tim Curtis - 01-05-2019 Enter http://IP_ADDRESS_OF_MOODE in your Browser RE: Radio + Moode + Dlna + Android - anglade - 01-05-2019 (01-05-2019, 03:25 PM)Tim Curtis Wrote: Enter http://IP_ADDRESS_OF_MOODE in your Browser Thanks but i don't want to control moode with my tablet. For example, moode play a webradio and i would want that the "sound" played by moode are broadcasting to my tablet My tablet would be in another room. RE: Radio + Moode + Dlna + Android - Tim Curtis - 01-05-2019 One way to do it is to add the httpd output plugin to mpd.conf and then use a client like VLC to connect to the stream. https://www.musicpd.org/doc/html/plugins.html#encoder-plugins Something like below added to the end of mpd.conf Code: audio_output { Then restart MPD Code: sudo systemctl restart mpd Then install VLC on your Tablet and connect to the MPD http stream while its playing Code: http://moode:8000 -Tim RE: Radio + Moode + Dlna + Android - anglade - 01-05-2019 Thanks a lot, it's exactly what i wanted. A last question : the mpd.conf file is automatically generated by a the UI, there's a method to keep the "manual changes" in mpd.conf ? RE: Radio + Moode + Dlna + Android - Tim Curtis - 01-05-2019 Not really, but if I get more requests for the http stream I'll add it as a feature :-) |