7 Dec
2008
7 Dec
'08
3:55 p.m.
On 12/7/08, Pete Nesbitt <pete@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}.