add complete fifo instructions, user didnt know to use mkfifo first.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26267 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
compn 2008-03-21 19:05:12 +00:00
parent 6b1453c615
commit 97aee4bdd8
1 changed files with 2 additions and 1 deletions

View File

@ -11,8 +11,9 @@ To try slave mode out by hand, run
and type slave commands into the console window.
You can also use a fifo file:
You can also use a fifo file (named pipe):
mkfifo </tmp/fifofile>
mplayer -input file=<fifofile> <movie>
Most slave mode commands are equivalent to command line options, though not