comparison DOCS/tech/slave.txt @ 27791:0215eb4439cc

minor fix in example command line for users
author compn
date Sat, 25 Oct 2008 13:13:17 +0000
parents 427fec163870
children 6f5824a39ada
comparison
equal deleted inserted replaced
27790:555dac8a7cff 27791:0215eb4439cc
12 and type slave commands into the console window. 12 and type slave commands into the console window.
13 13
14 You can also use a fifo file (named pipe): 14 You can also use a fifo file (named pipe):
15 15
16 mkfifo </tmp/fifofile> 16 mkfifo </tmp/fifofile>
17 mplayer -input file=<fifofile> <movie> 17 mplayer -slave -input file=</tmp/fifofile> <movie>
18 18
19 Most slave mode commands are equivalent to command line options, though not 19 Most slave mode commands are equivalent to command line options, though not
20 necessarily under the same name. Detailed descriptions can be found in the 20 necessarily under the same name. Detailed descriptions can be found in the
21 man page. 21 man page.
22 22