mirror of
https://github.com/mpv-player/mpv
synced 2025-03-21 02:41:13 +00:00
manpage: ipc: mention unavailability on Windows
Windows doesn't have unix domain sockets, and can't handle sockets and pipes in an uniform way. Only the libwaio fallback code is available, which doesn't do JSON.
This commit is contained in:
parent
2f559ac70b
commit
c6dca55665
@ -2165,7 +2165,7 @@ Input
|
||||
Read commands from the given file. Mostly useful with a FIFO. Since
|
||||
mpv 0.7.0 also understands JSON commands (see `JSON IPC`_), but you can't
|
||||
get replies or events. Use ``--input-unix-socket`` for something
|
||||
bi-directional.
|
||||
bi-directional. On MS Windows, JSON commands are not available.
|
||||
|
||||
See also ``--slave-broken``.
|
||||
|
||||
@ -2188,6 +2188,8 @@ Input
|
||||
|
||||
See `JSON IPC`_ for details.
|
||||
|
||||
Not available on MS Windows.
|
||||
|
||||
``--input-appleremote=<yes|no>``
|
||||
(OS X only)
|
||||
Enable/disable Apple Remote support. Enabled by default (except for libmpv).
|
||||
|
Loading…
Reference in New Issue
Block a user