summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-02-26 22:04:43 +0100
committerwm4 <wm4@nowhere>2015-02-26 22:09:00 +0100
commit7b02c79a2367d0baf565f8550c65a5f4bcd92552 (patch)
tree403b1140b6efd1ed335cf757326b1636ce032393 /DOCS
parenta22de99544af562ffa431ab4864b07ec3729088a (diff)
downloadmpv-7b02c79a2367d0baf565f8550c65a5f4bcd92552.tar.bz2
mpv-7b02c79a2367d0baf565f8550c65a5f4bcd92552.tar.xz
input: allow passing FDs to --input-file
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 2327817976..976e02a2e6 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -2318,6 +2318,9 @@ Input
get replies or events. Use ``--input-unix-socket`` for something
bi-directional. On MS Windows, JSON commands are not available.
+ This can also specify a direct file descriptor with ``fd://N`` (UNIX only).
+ In this case, JSON replies will be written if the FD is writable.
+
See also ``--slave-broken``.
.. note::