From d23d9dc39421226622dbeb3c6c62c54ad1c3a667 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 9 Jul 2015 15:51:31 +0200 Subject: stream_file: add fd:// protocol --- DOCS/man/mpv.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'DOCS') diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst index 1f48827cee..7fd5d07485 100644 --- a/DOCS/man/mpv.rst +++ b/DOCS/man/mpv.rst @@ -614,6 +614,11 @@ PROTOCOLS ``PATH`` itself should start with a third ``/`` to make the path an absolute path. +``fd://123`` + Read data from the given UNIX FD (for example 123). This is similar to + piping data to stdin via ``-``, but can use an arbitrary file descriptor. + Will not work correctly on MS Windows. + ``edl://[edl specification as in edl-mpv.rst]`` Stitch together parts of multiple files and play them. -- cgit v1.2.3