LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Play Music at work from Ipod at home????? (https://www.linuxquestions.org/questions/linux-general-1/play-music-at-work-from-ipod-at-home-156260/)

legendosiris 03-11-2004 07:40 AM

Play Music at work from Ipod at home?????
 
So, i've gotten my Ipod to be recognized in my 2.6.3 Kernel Slackware machine, and now i'm wondering if there's a way to play the music here at work while the ipod is on my desk at home. So, any takers? i have SSH, HTTP, and FTP running at home, what do ya think is the best way to go about this? Really though i'm just curious if its possible.

MS3FGX 03-11-2004 01:10 PM

Well, I don't have an IPod, so I don't know how you use it in Linux, but if you could mount it (like a USB Mass Storage device) then you should be able to share it like any other directory.

legendosiris 03-11-2004 02:04 PM

ya..
 
thats what i figured....but still i guess i've gotta set it up as a network drive share but over a WAN connection?

mgatny 03-11-2004 02:42 PM

Is your machine at work running Linux, or anything else (OS X, cygwin) with an X server? If so, how about an ssh tunnel for xmms (or whatever) through ssh:

ssh -X you@your.home.machine
mount /your/iPod/directory
xmms &

Xmms opens on your work desktop, and you open /your/iPod/directory in xmms.

Or, what about netjuke? [ http://netjuke.sourceforge.net/ ]

comp12345 03-11-2004 03:30 PM

If you can mount the iPod, create a a directory and make it available in apache. Since you already have HTTP running, you can access it on any machine with web access without worrying about authentication or mounting.

legendosiris 03-11-2004 03:36 PM

oh duh, i didnt think about that. will do that tonight..thanks

secho 03-11-2004 03:47 PM

If you really wanted to have some fun, mount your ipod and setup a shoutcast server, that way you can listen to your own stream of music from anywhere. Just make sure you give us the ip so we can listen ;).

legendosiris 03-11-2004 03:50 PM

well that definately has been something i'd like todo..although wouldnt that put a damper on my speed at home..heheheh

mgatny 03-11-2004 03:58 PM

Putting 1000s of copyrighted songs on a publicly accessible web server or shoutcast server is an invitation for a law suit. Password protect it with at least an htaccess file.

secho 03-11-2004 04:09 PM

Quote:

Originally posted by mgatny
Putting 1000s of copyrighted songs on a publicly accessible web server or shoutcast server is an invitation for a law suit. Password protect it with at least an htaccess file.
dito, forgot that detail, sorry ;)

legendosiris 03-11-2004 04:33 PM

well actually damn near all the songs i listen to these days i buy the cd's for...honestly it just aint worth my time to try and dl them anymore ;)


All times are GMT -5. The time now is 06:35 AM.