Page 1 of 1

mpc error: "unsupported URI scheme"???

Posted: Fri May 01, 2009 4:54 pm
by cj6666
Hi,

I am trying to build my own image. All is working fine except when I tried to use mpc, I got this error:

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:~#

It seems like mpc is saying it won't stream shoutcast format? If so, how can I fix that?

The image I am building are from OpenWrt and I included mpd, mpc and USB drivers from the build.
So all should be up to date.

Thanks, CJ

Re: mpc error: "unsupported URI scheme"???

Posted: Sun May 03, 2009 8:43 pm
by mightyohm
This happens with mpd 0.14 and I think has to do with a libcurl issue. I downgraded back to mpd 0.13.2 because of this (and because mpd 0.14 also depends on glib2, which takes up a few hundred kB of flash!).

Re: mpc error: "unsupported URI scheme"???

Posted: Mon May 04, 2009 6:48 am
by cj6666
Thanks Jeff. Look like I'll just keep on using older version then.