notandy / ympd

Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS
http://www.ympd.org
GNU General Public License v2.0
523 stars 144 forks source link

add http-stream support, URL is hardcoded for now #20

Open parabelboi opened 10 years ago

parabelboi commented 10 years ago

hi notandy, the stream url is still hardcoded to some http://mpd:8000/mpd.ogg dont know whether mpd can provide this info on the other hand: maybe better to make the stream URL configurable on the client side: if mpd also streams to a broadcaster, one wants to check whether the stream is "on air" too.

mgaunard commented 9 years ago

This should either be an option on the command line or in the browser

mgaunard commented 9 years ago

I tested this with Chrome, it appears that the local volume slider doesn't work.

SuperBFG7 commented 9 years ago

For my updated version that tries to derive the stream url, stores it in a cookie and makes it configurable see: https://github.com/SuperBFG7/ympd/tree/local_play