|
| To: | "MPlayer usage questions, feature requests, bug reports" <mplayer-users@xxxxxxxxxxxx> |
| Subject: | Re: [MPlayer-users] mplayer + heavy io: why ionice doesn't help? |
| From: | Corey Hickey <bugfood-ml@xxxxxxxxxx> |
| Date: | Fri, 18 Aug 2006 13:51:23 -0700 |
| Delivered-to: | itdp@localhost |
| Delivered-to: | mplayer-users@mplayerhq.hu |
| In-reply-to: | <44E615A1.8080704@comcast.net> |
| References: | <200608181937.25295.vda.linux@googlemail.com><44E615A1.8080704@comcast.net> |
| User-agent: | Thunderbird 1.5.0.5 (Windows/20060719) |
I noticed that mplayer's video playback starts to skip if I do some serious copying or grepping on the disk with movie being played from.
nice helps, but does not eliminate the problem. I guessed that this is a problem with mplayer failing to read next portion of input data in time, so I used Jens's ionice.c from Documentation/block/ioprio.txt
(Where is this path located? It certainly isn't part of the MPlayer source tree.)
I am using it this:
ionice -c1 -n0 -p<mplayer pid>
but so far I don't see any effect from using it. mplayer still skips.
-Corey _______________________________________________ MPlayer-users mailing list MPlayer-users@xxxxxxxxxxxx http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
| [Prev in Thread] | Current Thread | [Next in Thread] |