[MPlayer-users] SIGCONT causes fast-forward effect
Bryan Henderson
giraffedata at gmail.com
Sun Dec 7 21:55:41 CET 2008
On 12/7/08, Pete Nesbitt <pete at linux1.ca> wrote:
>
> while ....
> do
> ...
> ${MPLAYER} -slave -input file=/data/cm_temp/mplayer_cmds_fifo \
> -quiet ${TRACK} &> /dev/null
> ...
> done < ${PLAY_LIST} &> /dev/null &
This is probably a Unix issue, not an MPlayer issue. You should try
replacing the 'mplayer' command with a 'cat' of the fifo to some
terminal and see if your commands go to that terminal.
Two things that look like they might need work; 1) -slave is
unnecessary; 2) Mplayer's Standard Input is the file ${PLAY_LIST}.
More information about the MPlayer-users
mailing list