[MPlayer-cvslog] r27825 - trunk/DOCS/tech/slave.txt

compn subversion at mplayerhq.hu
Sat Oct 25 15:13:17 CEST 2008


Author: compn
Date: Sat Oct 25 15:13:17 2008
New Revision: 27825

Log:
minor fix in example command line for users

Modified:
   trunk/DOCS/tech/slave.txt

Modified: trunk/DOCS/tech/slave.txt
==============================================================================
--- trunk/DOCS/tech/slave.txt	(original)
+++ trunk/DOCS/tech/slave.txt	Sat Oct 25 15:13:17 2008
@@ -14,7 +14,7 @@ and type slave commands into the console
 You can also use a fifo file (named pipe):
 
   mkfifo </tmp/fifofile>
-  mplayer -input file=<fifofile> <movie>
+  mplayer -slave -input file=</tmp/fifofile> <movie>
 
 Most slave mode commands are equivalent to command line options, though not
 necessarily under the same name. Detailed descriptions can be found in the



More information about the MPlayer-cvslog mailing list