OpenWrt Forum Archive

Topic: mpc/mpd streaming shoutcast problem: "unsupported URI scheme"?

The content of this topic has been archived on 31 Mar 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hi,

I have been struggling with this problem for a few days now and would appreciate any insight or help:

I am trying to build my own image using kamikze 8.09 to build the Wifi Radio following instruction from mightyohm.com. I've noticed that using opkg to install mpc, mpd from the server setup by mightyohm using version 0.13 works fine. But if I build the image to include mpc, mpd, the version would be 0.14 and I would get this error message:

root@OpenWrt:~# mpc add http://relay3.slayradio.org:8000/
adding: http://relay3.slayradio.org:8000/
error: ACK [50@0] {add} unsupported URI scheme
root@OpenWrt:~#

Does anyone have any idea how to fix this problem?

Thanks a lot. CJ

for http streaming, recompile with libcurl
IIRC, someone has made avail. the package for 8.09

Thanks for the info.

Can anyone tell me how to check out this package?

I use svn to check out 8.09 only two weeks ago so this new lib curl probably is not included...

Thanks, CJ

AFAIK, libcurl has avail. in openwrt/kamikaze for a while
anwayz, I modified that mpd make file to include/use libcurl
user jouke has made it avail. http://forum.openwrt.org/viewtopic.php?id=19384

The discussion might have continued from here.