mpc error: "unsupported URI scheme"???

Discussion about my Wifi Radio project at http://mightyohm.com/wifiradio/ or my WL-520gU talk at NOTACON.
Post Reply
cj6666
Posts: 24
Joined: Fri Apr 24, 2009 8:01 am

mpc error: "unsupported URI scheme"???

Post 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
User avatar
mightyohm
Site Admin
Posts: 1064
Joined: Fri Apr 03, 2009 10:29 pm
Location: Seattle, WA
Contact:

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

Post 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!).
cj6666
Posts: 24
Joined: Fri Apr 24, 2009 8:01 am

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

Post by cj6666 »

Thanks Jeff. Look like I'll just keep on using older version then.
Post Reply