--- Michael Herger <mherger (AT) jo-sac (DOT) ch> wrote:
> > I think it would be as simple as this:
> > mpg123 http://localhost:9000/stream.mp3 &
>
> This would be to simple to be true :-). After leaving the shell
> (closing
> my ssh connection) will it stay alive?
It won't - but you can use some of the standard methods for keeping
processes around after logout: nohup, screen or vnc (in increasing
order
of complexity).
--Jason
__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
Results 1 to 2 of 2
-
2003-11-10, 12:10 #1Jason HoltzappleGuest
Re: Daemonized MP3 player (linux)
-
2003-11-10, 13:37 #2
Re: Daemonized MP3 player (linux)
>> This would be to simple to be true :-). After leaving the shell
>> (closing
>> my ssh connection) will it stay alive?
>
> It won't - but you can use some of the standard methods for keeping
> processes around after logout: nohup, screen or vnc (in increasing
> order of complexity).
I thought of screen. Might be a possibility. VNC does not seem to be
suitable (no X installed). I'll have a look at nohup (which I don't know
at all) as it seems to be the least complex. Thanks!
--
Michael
-----------------------------------------------------------
http://www.jo-sac.ch/lindenberg - die JO des SAC Lindenberg
http://www.jo-sac.ch - JO-SAC inoffiziell!
http://photo.jo-sac.ch - mein kleines Photoalbum

Reply With Quote

