manpage: suggest using PuTTY for accessing mpv IPC named pipes on win32

This commit is contained in:
wm4 2020-02-21 12:09:16 +01:00
parent daa3c11e1b
commit 1edb57159f
1 changed files with 3 additions and 0 deletions

View File

@ -71,6 +71,9 @@ To be able to simultaneously read and write from the IPC pipe, like on Linux,
it's necessary to write an external program that uses overlapped file I/O (or
some wrapper like .NET's NamedPipeClientStream.)
You can open the pipe in PuTTY as "serial" device. This is not very
comfortable, but gives a way to test interactively without having to write code.
Protocol
--------