Re: Daemonized MP3 player (linux)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jason Holtzapple

    Re: Daemonized MP3 player (linux)

    --- 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
  • Michael Herger
    Babelfish's Best Boy
    • Apr 2005
    • 24640

    #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
    Michael

    "It doesn't work - what shall I do?" - "Please check your server.log and/or scanner.log file!"
    (LMS: Settings/Information)

    Comment

    Working...