Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: dxr3 issues



I'll try next to patch subtitles back and try to see if the load is
caused by it.

Didn't seem to help here. I removed subtitle and streamdev plugins and
also tried with a clean vdr source without subtitle-patches and mplayer
plugin still uses as much CPU as it can get hold of, causing mplayer to
loose a/v-sync. :(

I'm now updating my em8300 drivers to latest from CVS, just in case.

	-jake

Subtitles plugin can also cause high loads when replaying. The load is high even if the recording doesn't have subtitles. The following patch should fix the problem.

-- pekka

--- replay.c.old Mon Jul 21 19:32:51 2003
+++ replay.c Mon Jul 21 19:35:22 2003
@@ -1,4 +1,5 @@
#include "replay.h"
+#include <unistd.h>
#include <vdr/osdcontroller.h>
#include <vdr/ringbuffer.h>
#define RINGBUFFERSIZE 1024*100
@@ -70,6 +71,7 @@ void cDvbSubtitlesReplay::Action()
}

decoder.tick();
+ usleep(1);
}

}





--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index