Ticket #143 (closed defect: invalid)
Running mplayer2 in background regression
| Reported by: | Raziel23 | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | General | Version: | devel |
| Severity: | regression | Keywords: | |
| Cc: | Platform: | Linux |
Description
I have recently switched from stable to development version of mplayer2. I have noticed that when I run mplayer2 in background with command:
mplayer2 -msglevel all=0 movie.avi < /dev/null &
and pause the movie, mplayer2 still use CPU resource (it even use more CPU then when I play the movie). This issue doesn't occur in stable version 2.0.
Change History
Note: See
TracTickets for help on using
tickets.
Use -noconsolecontrols instead of < /dev/null.
Also, to suppress all messages, you can use -really-quiet.