On Tue, Mar 04, 2008 at 10:34:55PM +0100, Klaus Schmidinger wrote:
On 03/04/08 22:10, Sami Sundell wrote:
Try changing int Bpp = 8;
(line 986) to
int Bpp = 2;
in dvbsubtitle.c.
Hmm, I tried both fixes - that is, this one, and changing to cvs version of the DXR3 plugin.
With this one, I get following logs:
Mar 5 07:30:53 dvd vdr: [2703] buffer usage: 0% (tid=2702) Mar 5 07:30:53 dvd vdr: [2702] dxr3: demux: stillpicture length: 100 Mar 5 07:31:00 dvd last message repeated 160639 times
...
and with the CVS version of the plugin, this kind of messages:
Mar 5 07:14:06 dvd vdr: [30406] clearing transfer buffer to avoid overflows Mar 5 07:14:06 dvd vdr: [30407] buffer usage: 0% (tid=30406) Mar 5 07:14:07 dvd vdr: [30406] ERROR (transfer.c,93): Virheellinen argumentti Mar 5 07:14:09 dvd last message repeated 65080 times
Notice, that I haven't yet had the chance to actually look at the picture, I was doing this remotely :P Anyway, no section errors anymore, but the loads in VDR machine go sky high - enough to make ssh connection almost unusable because of the unresponsiveness...
I'll try to look more into it later.