LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-14-2013, 01:27 PM   #1
tobiaspc
LQ Newbie
 
Registered: Feb 2013
Distribution: Debian 6.06, openSUSE 12.2
Posts: 11

Rep: Reputation: Disabled
Question Software for streaming music over LAN / Internet


I´m serching a software that streams my Music over LAN and Internet(Portforwarding) to me. I just want to copy a directory to /var/www/ and open iport in my browser. Then i want to be able to browse my music files, create a playlist, get an URL which i can open in VLC and want to hear my music. The whole thing should NOT user Java(I hate that shit!).It should be highly customizable and run as a demon(/etc/init.d/musicserver start|stop|reload|restart|status). Bonus for not using Mysql!

I tryed Zeya, its nice, but no playlist support, no editing, no db update usw.
I´m currently running Debian 6 & Apache2.
Is that possible, is there such a software?
 
Old 02-14-2013, 08:28 PM   #2
corrosivemisery
LQ Newbie
 
Registered: Jul 2007
Posts: 19

Rep: Reputation: 9
I use MPD for this purpose. I can also stream off my lan over the internet.

Basically I have MPD setup and running on a file server where my music collection resides. Then I can connect with GMPC and not only edit playlists and browse the collection, but I an also stream right to mplayer which is setup and controlled through the shout plugin of GMPC.

You can stream MPD from to any software you want, I just find controlling and listening from the same app to be easier.

I also have an android, and MPDroid (on the playstore) basically works the same way as GMPC and also allows for streaming.

This link talks about how to configure steaming (toward the bottom):

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

Hope that helps.

-Corr

Last edited by corrosivemisery; 02-14-2013 at 08:30 PM.
 
1 members found this post helpful.
Old 02-14-2013, 09:22 PM   #3
rtmex
LQ Newbie
 
Registered: Apr 2007
Location: Puebla, Mexico
Distribution: Debian
Posts: 13

Rep: Reputation: 1
Do you know Icecast?

http://www.icecast.org
 
1 members found this post helpful.
Old 02-16-2013, 07:10 AM   #4
tobiaspc
LQ Newbie
 
Registered: Feb 2013
Distribution: Debian 6.06, openSUSE 12.2
Posts: 11

Original Poster
Rep: Reputation: Disabled
Thank you for your replys.

Here it says: MDP is NOT a server that serves music to clients, clients are just remote controls. So not MPD.

Icecast sounds good, but i cannot figure out how to add directorys and play music. I dont want mountpoints and such things, i just want a software that can be configured via webinterface and can stream music from a directory to my pc.

Last edited by tobiaspc; 02-16-2013 at 07:12 AM.
 
Old 02-17-2013, 07:50 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
I've been using Ampache for a bit now to stream music to wherever I happen to be. The built-in flash player works decently if there is no other alternative. The Amdroid app works pretty well on Android phones and the Ampache API can be used by some players like Amarok. It loses your bonus points because it does use MySQL
 
Old 02-17-2013, 10:20 AM   #6
tobiaspc
LQ Newbie
 
Registered: Feb 2013
Distribution: Debian 6.06, openSUSE 12.2
Posts: 11

Original Poster
Rep: Reputation: Disabled
Ampache looks really good! I will see how it works! Thanks!
 
Old 02-17-2013, 04:22 PM   #7
corrosivemisery
LQ Newbie
 
Registered: Jul 2007
Posts: 19

Rep: Reputation: 9
Quote:
Originally Posted by tobiaspc View Post
Thank you for your replys.

Here it says: MDP is NOT a server that serves music to clients, clients are just remote controls. So not MPD.
I am not sure why it says that, honestly when from the same wiki we have:

http://mpd.wikia.com/wiki/Configurat...HTTP_streaming

I connect remotely to my mpd instance and -stream- to my client on android or on another PC. I also control the playlist from the same client.

Your needs are:

- Remote control
- Streaming

That solution does both.

-Corr
 
1 members found this post helpful.
Old 02-17-2013, 04:57 PM   #8
lleb
Senior Member
 
Registered: Dec 2005
Location: Florida
Distribution: CentOS/Fedora/Pop!_OS
Posts: 2,983

Rep: Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551
you might want to check out plex:

www.plexapp.com/

its a server that resides in your LAN, you point to the data files, movies, music, etc... plus so much more. then there is a plex client as well as a web interface. for the web interface it has streaming of both music and videos with built in on the fly scaling for the video streaming.
 
Old 02-18-2013, 01:16 PM   #9
tobiaspc
LQ Newbie
 
Registered: Feb 2013
Distribution: Debian 6.06, openSUSE 12.2
Posts: 11

Original Poster
Rep: Reputation: Disabled
I tried Ampache, it is ok, but it lacks full SSL Support(BTW VLC too)...
 
Old 02-23-2013, 08:25 AM   #10
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Quote:
Originally Posted by tobiaspc View Post
I tried Ampache, it is ok, but it lacks full SSL Support(BTW VLC too)...

Would you mind clarifying? I thought SSL was a function of the server and Ampache (or any other site) is just data the server is moving around.
 
Old 02-23-2013, 09:04 AM   #11
tobiaspc
LQ Newbie
 
Registered: Feb 2013
Distribution: Debian 6.06, openSUSE 12.2
Posts: 11

Original Poster
Rep: Reputation: Disabled
For sure. I have an SSL-only Apache Webserver. It only allows connections over port 443, and you need to authentificate via Digest. Ampache works, but it can only stream over http, and VLC can only recieve and play over http(but it can authentificate). But i want to stream over SSL+Digest Authentification. Furthermore, Ampache did not play my *.acc files, the flashplayer didnt work and it did not find all my music (most .acc files were missing). Im still looking for a simple webinterface, where i can generate Playlists and play them with a local client.
 
  


Reply

Tags
apache, debian, music, stream, web



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
Any software/script to get the internet usage by each system in LAN? prayag_pjs Linux - Software 1 09-19-2010 11:32 PM
LXer: NETGEAR(R) Announces 'Digital Entertainer HD,' First Media Receiver With HDMI for Streaming HD Movies, YouTube Videos, iTunes Music and More From PCs, Storage Devices and the Internet to Home Entertai LXer Syndicated Linux News 0 01-07-2007 02:54 PM
Streaming music cucolin@ Linux - Software 1 11-15-2004 10:44 PM
Client-side music streaming software (like Airtunes) GeekGerl Linux - Software 1 10-06-2004 05:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:39 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