comparison DOCS/man/en/mplayer.1 @ 14077:3d3f3cc8494a

use a configurable-size ringbuffer instead of a pipe for buffering key events.
author reimar
date Wed, 01 Dec 2004 12:22:39 +0000
parents 8807085a6edf
children f60d6dee476b
comparison
equal deleted inserted replaced
14076:8807085a6edf 14077:3d3f3cc8494a
564 several 'echo "seek 10" > mp_pipe' and the pipe will stay valid. 564 several 'echo "seek 10" > mp_pipe' and the pipe will stay valid.
565 .RE 565 .RE
566 .PD 1 566 .PD 1
567 . 567 .
568 .TP 568 .TP
569 .B \-key-fifo-size <2\-65000>
570 Specify the size of the FIFO that buffers key events (default: 10).
571 A FIFO of size n can buffer (n - 1) events.
572 If it is too small some events may be lost (leading to e.g. "stuck mouse
573 button").
574 If it is too big, MPlayer may seem to hang while it processes the buffered
575 events.
576 To get the same behaviour as before this option was introduced, set it to
577 2 for linux or 1024 for windows.
578 .
579 .TP
569 .B \-lircconf <filename> (LIRC only) 580 .B \-lircconf <filename> (LIRC only)
570 Specifies a configuration file for LIRC (default: ~/\:.lircrc). 581 Specifies a configuration file for LIRC (default: ~/\:.lircrc).
571 . 582 .
572 .TP 583 .TP
573 .B \-list-options 584 .B \-list-options