jcorporation / myMPD

myMPD is a standalone and mobile friendly web mpd client with a tiny footprint and advanced features.
https://jcorporation.github.io/myMPD/
GNU General Public License v3.0
418 stars 65 forks source link

Support redirecting url #149

Closed parkmino closed 5 years ago

parkmino commented 5 years ago

When a redirecting url is added, the stream does not play. The redirected url itself plays well. e.g. http://serpent0.duckdns.org:8088/kbsfm.pls

jcorporation commented 5 years ago

Streams are handled directly by mpd. Nothing to fix in myMPD.

parkmino commented 5 years ago

I know mpd does not handle properly either. However some mpd clients like cantata and skympc plays this stream. That's why I asked. Upmpdcli accepted my issue and plays this steram as well.

jcorporation commented 5 years ago

Can you give me the link to the upmpdcli issue?

jcorporation commented 5 years ago

Found: https://www.lesbonscomptes.com/upmpdcli/github-issues/upmpdcli-html/issue-105.html.

upmpdcli uses a script to handle streaming urls. myMPD only transfers the url to MPD.

You should open this issue for MPD itself.