mirror of
https://github.com/mpv-player/mpv
synced 2024-12-23 15:22:09 +00:00
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:
parent
6b1453c615
commit
97aee4bdd8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user