LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-11-2010, 12:31 AM   #1
davefromcamp
LQ Newbie
 
Registered: Sep 2010
Posts: 10

Rep: Reputation: 7
mp3 server help


I am fresh into linux. I have spent hours trying to find a goo mp3 server software. My goal is to have all my music on my NAS, use my old Pentium 3 to play that music to my wireless speakers. I want to control this from any computer/droid etc web browser. I have tried amarok and banshee to no avail. rhythmbox sounded like the best option with rhythmweb. I can get the plugin to show up in rhythmbox (select/unselect) but cannot get any browser to display as it seems so many others can. i have tried name-desktop.local:8000 along with the ip xxx.xxx.xxx.xxx:8000. What gives? Does anyone else run a server like I want? Please help. I do like linux but in my searching I found winamp has wawi that may work. I don't want to stream only control. I might install windows instead but would like to tough out this linux trial. thanks for any help!
 
Old 09-11-2010, 07:10 AM   #2
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
I've had good luck with a couple of things. Icecast was one of the first things I used, but after a bit I found that Ampache fit my needs a lot better. The downside to Ampache is that you do have to run a web server, buit that isn't a big deal on most Linux distros. On the upside, it works nicely over a web browser, it has an Android client (Amdroid) which means I can access my mp3 collection from my car, and it works well with Amarok.

I'm running my Ampache setup on a Pentium 4 along with a lot of other things, so if your not bogging it down with a ton of other stuff, a Pentium 3 should be able to serve out music pretty well.

Last edited by Hangdog42; 09-11-2010 at 07:11 AM.
 
Old 09-11-2010, 09:08 AM   #3
estabroo
Senior Member
 
Registered: Jun 2008
Distribution: debian, ubuntu, sidux
Posts: 1,126
Blog Entries: 2

Rep: Reputation: 124Reputation: 124
firefly is a nice media server it uses the mt-daap protocol so it's itunes compatible
 
Old 09-12-2010, 01:19 AM   #4
davefromcamp
LQ Newbie
 
Registered: Sep 2010
Posts: 10

Original Poster
Rep: Reputation: 7
thanks so far

ampache I'll try that out. Is it difficult to set up? But that sounds exactly what I want. So pretty much it could stream to my droid and/or control my playlist to my speakers? The later is all I really want. I'm going to shove this p3 away and just have it access my mp3s on the NAS and ship it out to my speakers which have their own amp. Thanks all anymore suggestions would be sweet.
 
Old 09-12-2010, 07:38 AM   #5
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Ampache is pretty easy to set up, but you need a web server that can handle PHP and you'll need MySQL running. Most of the big-name distros will do this out of the box, but with a P3, you might be looking at some of the cut-down distros and then you may have to pay attention. What distro(s) are you considering?

Oh, by the way, if you're looking at accessing Ampache from outside your LAN, you'll probably want to look into getting a domain name. I use one from no-ip.org, but there are several other free or low-cost services that work without all the hassle of going for a full-blown domain.

Last edited by Hangdog42; 09-12-2010 at 07:41 AM.
 
Old 09-13-2010, 04:26 PM   #6
davefromcamp
LQ Newbie
 
Registered: Sep 2010
Posts: 10

Original Poster
Rep: Reputation: 7
I set up ampache don't know how it worked but it did. It seems that it downloads the file to the local machine... I want to play/control the file on the host. I can now access my music anywhere which is cool but I want to change songs etc remotely but it seem ampache does this in reverse, can play files anywhere. Is there another option?
 
Old 09-13-2010, 04:27 PM   #7
davefromcamp
LQ Newbie
 
Registered: Sep 2010
Posts: 10

Original Poster
Rep: Reputation: 7
also it didn't load all my music stopped at 2000 songs... it may still be figuring things out we'll see it's a pentium 3
 
Old 09-13-2010, 04:50 PM   #8
Dark_Helmet
Senior Member
 
Registered: Jan 2003
Posts: 2,786

Rep: Reputation: 374Reputation: 374Reputation: 374Reputation: 374
I set up an MP3 streaming box once a long while back with gnump3d. I was happy with it.

EDIT: Sorry, gnump3d streams to a remote computer and won't play on the server itself (at least not that I'm aware of). XBMC below will play on the XBMC server. XBMC was also (originally) developed to run on the original XBox hardware. So I think a P3 should have the horsepower to run it reasonably well.

http://www.gnu.org/software/gnump3d/

When I first used it, it was a collection of Perl scripts. It had a small number of config options (port, users and passwords, etc.). So it was easy and quick to get running. It provided a simple web interface that gave a theme-based directory listing of your library. You could stream individual songs or kick off a playlist. I never had a problem with it.

It's been a while, so some things may have changed since my experience with it.

I've started messing with XBMC recently:

http://xbmc.org/

Depending on your long-term plans, XBMC may be worth looking into. Also, there is an XBMC remote control app (free) for Android based phones.

Last edited by Dark_Helmet; 09-13-2010 at 05:03 PM.
 
Old 09-13-2010, 04:55 PM   #9
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Quote:
It seems that it downloads the file to the local machine... I want to play/control the file on the host
I'm not entirely sure what you're after here. The files do have to be sent to the client since that is what is connected to the audio system.


Quote:
I can now access my music anywhere which is cool but I want to change songs etc remotely but it seem ampache does this in reverse
Sorry, maybe I'm just being thick tonight, but what do you mean by "change songs remotely?" Aren't you changing things using whatever interface you have at hand?

Quote:
also it didn't load all my music stopped at 2000 songs... it may still be figuring things out we'll see it's a pentium 3
Yeah, give it a bit. As far as I know there isn't a file limit.
 
Old 09-13-2010, 05:42 PM   #10
davefromcamp
LQ Newbie
 
Registered: Sep 2010
Posts: 10

Original Poster
Rep: Reputation: 7
Thank you again for any help with people like you out there linux would be dead to me. I'm surprised I've made it this far. Ok I have all my mp3s on a NAS and can access them via my ps3. This computer will always be on and is connected to speakers for my house. Currently I need to attach a monitor can change songs. I want to be able to change songs from any computer that way I can have this computer sitting in a corner. Like an IR remote changes the channel I want to be able to play and change music remotely. Now with ampache I can download or stream to any computer, I almost want this in reverse, control the source playlist from anywhere and add songs as I wish. Maybe ampache can do this but I canot initiate play without downloading the m3u file. I want to be on my windows desktop/laptop/or droid and play/select song to play on the house speakers which are attached to the p3. Does that make sense? I tried rhythmweb for rhythmbox and thought this may help but never was able to access xxx.xxx.xxx.xxx:8000 (p3:8000) and I port forwarded my router to my p3. Thanks
 
Old 09-13-2010, 06:27 PM   #11
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,235

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
MPD sounds like what you want.

http://www.musicpd.org/

It also has web clients, and you can route the output through Icecast if you want.
 
Old 09-13-2010, 09:42 PM   #12
davefromcamp
LQ Newbie
 
Registered: Sep 2010
Posts: 10

Original Poster
Rep: Reputation: 7
when I search you tube videos of mpd THAT IS EXACTLY what I want! But still haven't found a way to set it up. It looks so highly customizable that I have no idea where to begin. did everything in this tutorial:
http://tuxtraining.com/2009/01/30/se...nd-mpc-locally

and when I open sonata nothing is inside. any ways to set this up?
 
Old 09-14-2010, 07:09 AM   #13
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Quote:
control the source playlist from anywhere and add songs as I wish.
Ah, I get it now. Yeah, you're right that you do have to send the m3u to Ampache to get this to happen. Dugan is right, mpd is a good choice.

Quote:
But still haven't found a way to set it up.
Lets start by checking if mpd is actually running on your server. Do you see mpd in the ps -A output? If you look at the netstat -pane | grep LISTENING output, is mpd there on the port you set? Also take a look in the mpd.error file you set up and see if there are any clues. Finally, do you have a firewall in place?
 
Old 09-14-2010, 11:48 AM   #14
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,235

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
Quote:
Originally Posted by davefromcamp View Post
and when I open sonata nothing is inside. any ways to set this up?
Well, you edit the configuration file to tell mpd where your media is, and then you build the database with mpd --create-db, and then you need to start mpd. Then clients can connect to it.

http://mpd.wikia.com/wiki/Configuration

And if you decide you don't like Sonata, you can try this client. Not that I have any reason to be biased towards it or anything:

http://www.vcn.bc.ca/~dugan/quetzalcoatl.html

Last edited by dugan; 09-14-2010 at 11:51 AM.
 
Old 09-14-2010, 08:47 PM   #15
davefromcamp
LQ Newbie
 
Registered: Sep 2010
Posts: 10

Original Poster
Rep: Reputation: 7
well again almost there... installed mpd set up my /etc/mpd.conf and changed all the permisions which was tough but figured out terminal could do it. now no matter what port I run I get this message:

listen: bind to 127.0.0.1:xxxx failed: Address already in use (continuing anyway, because at least one address is bound)

wtf? this is after I made sure mpd was stopped by mpd --kill then followed with mpd --create-db. No luck. Any suggestions?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
need to find a mp3 server fuzzhead85 Linux - Software 3 09-16-2010 08:35 PM
What mp3 server? powadha Linux - Software 0 08-22-2007 12:25 PM
mp3 home server linuxhippy Linux - Security 3 06-19-2006 06:01 PM
In-car Mp3 server djrevelation Linux - General 1 11-25-2004 08:34 PM
Apache MP3 server GreenerLinux Linux - Networking 0 02-02-2004 03:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:46 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration