Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: General Schvantzkoph Newsgroups: comp.os.linux.misc Subject: Need help running mplayer in the background Date: 18 May 2011 03:01:28 GMT Lines: 6 Message-ID: <93gr48Fjo7U2@mid.individual.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net DsHHB0r02tHRc14UXstZqALAAFWj2YjPq0S5VaxqJfVguBVp9w Cancel-Lock: sha1:euui1YQgmH4bWPVC/daXIipOBrg= User-Agent: Pan/0.133 (House of Butterflies) Xref: x330-a1.tempe.blueboxinc.net comp.os.linux.misc:1142 I can't run mplayer in the background. This command works fine if I execute it without the redirect but it gets suspended if I do a >& log &. My real goal is to run it as a cron job, but it's getting killed when cron executes it which I assume is the same problem as that I'm seeing when I put it in the background. What am I missing? mplayer -dumpstream http://2783.live.streamtheworld.com:443/WLSAM_SC -ac mp3lacm -dumpfile /home/foobar/s_drive/mp3/stream/bob_${DAY}.mp3 >& log &