Opened 15 years ago
Closed 15 years ago
#1678 closed defect (worksforme)
video can't be paused
Reported by: | Owned by: | reimar | |
---|---|---|---|
Priority: | normal | Component: | core |
Version: | unspecified | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
If my GUI frontend is playing video using MPlayer with command
mplayer -quiet -slave file.avi
and MPlayer's window has focus, video can't be paused by pressing SPACE or 'p'
Frontend is polling MPlayer every 500 msec with commands:
get_property volume
get_property stream_pos
which seems to prevent MPlayer to keep pause state.
MPlayer version: r30554
Note:
See TracTickets
for help on using tickets.
Add the pausing_keep_force prefix (see DOCS/tech/slave.txt) for now where you need it and it works.