Play music off network share

Discussion about my Wifi Radio project at http://mightyohm.com/wifiradio/ or my WL-520gU talk at NOTACON.
Post Reply
boozelclark
Posts: 5
Joined: Thu Oct 06, 2011 9:03 am

Play music off network share

Post by boozelclark »

Hi

I have a server on my home network with a share that contains all my music. How do i get my mpd router radio to play those files over the network?

Can i set a network share as the music folder? if so how?

Thanks,
User avatar
gerben
Posts: 164
Joined: Sat Oct 16, 2010 8:41 am
Location: Netherlands

Re: Play music off network share

Post by gerben »

What kind of protocols does this server provide. FTP, NFS, Samba(windows share), AFP,...?
boozelclark
Posts: 5
Joined: Thu Oct 06, 2011 9:03 am

Re: Play music off network share

Post by boozelclark »

It's a windows share but could add ftp if needed.
User avatar
gerben
Posts: 164
Joined: Sat Oct 16, 2010 8:41 am
Location: Netherlands

Re: Play music off network share

Post by gerben »

Search this forum for SAMBA share. e.g. viewtopic.php?f=2&t=305&p=1330&hilit=samba#p1330

It is on my todo list sometime. Not sure if it is possible on a WL520GU with it's limited amount of disk space and cpu power. Please share if you get it to work.
boozelclark
Posts: 5
Joined: Thu Oct 06, 2011 9:03 am

Re: Play music off network share

Post by boozelclark »

Hi

I found out it is possible using cifs.

install kmod-fs-cifs & cifsmount
do insmod cifs
then mount.cifs //networkshare/shape /mnt/share

There is a bug in kamikaze however that prevents this.
cant do (insmod cifs)
I installed backfire and got it to work however there then just isnt enough space for mpd so i need a minimal build of backfire with out the web interface and stuff. My problem now is that you need a linux machine to do this so i'm hoping someone can build a minimal brcm 2.4 backfire image for me.

I'm not sure exactly how the cpu will handle it but i'm assuming if it can stream off the net it will be fine over the network.

If you have a linux machine please will you make an image for me.
heres the guide http://wiki.openwrt.org/doc/howto/obtai ... e.generate

Thanks,
lostmyshape
Posts: 6
Joined: Thu Mar 31, 2011 11:16 am

Re: Play music off network share

Post by lostmyshape »

I had this exact setup working a while back, but some bugs in backfire prevented me from putting it in use (I can't remember but I think it was mpd and has since been fixed). I got around the space issue by using extroot. Worked great off a little 4GB flash drive and usb hub.
boozelclark
Posts: 5
Joined: Thu Oct 06, 2011 9:03 am

Re: Play music off network share

Post by boozelclark »

Thanks, i have bricked my router but if i can fix it ill give that a try.
Post Reply