Opened 3 years ago
Last modified 3 years ago
#9578 new defect
FFplay ignores stdin
Reported by: | btdmaster | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | ffplay |
Version: | 4.4.3 | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description (last modified by )
FFplay ignores stdin; only the window spawned can be used to control output.
Steps to reproduce:
ffplay arbitraryvideofile.mkv # or any other file
# Go back to spawning terminal emulator. Type in q to quit.
Expected result:
FFplay would quit.
Actual result:
Terminal emulator receives stdin, FFplay does nothing.
The same applies for all the other hotkeys. This is worse with -nodisp, as the lack of a graphical display means that, effectively, there is no way to modify the output like change volume. Because of this it is important that FFplay takes into account input from stdin.