From 26bd8479d0fe165d9afbc84a1680ad43209d9058 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 14 May 2020 21:40:43 +0200 Subject: ipc: make --input-ipc-client terminate player on connection close As discussed in the referenced issue. This is quite a behavior change, bit since this option is new, and not included in any releases yet, I think it's OK. Fixes: #7648 --- DOCS/man/options.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'DOCS/man/options.rst') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 431837e26a..8118ea6ab0 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -3760,6 +3760,8 @@ Input In both cases, you must sure the FD is actually inherited by mpv (do not set the POSIX ``CLOEXEC`` flag). + The player quits when the connection is closed. + This is somewhat similar to the removed ``--input-file`` option, except it supports only integer FDs, and cannot open actual paths. -- cgit v1.2.3