[vdr] xmltv2vdr question

2007-11-06 Thread aironet
On Fri Jan 27 10:26:26 CET 2006 Sean Carlos sean.carlos at gmail.com 
wrote:
 I hacked it to add additional features.  One is an option to do what
 you're looking for, -n.  See point 5 here:
 
 http://www.antezeta.it/xmltv2vdr.html

 Sean Carlos

My problem is, that the above link is working, the description is there, 
but the link to the modified xmltv2vdr script itself is broken. Anyone can 
help me with this modified xmltv2vdr?

Thanks,

Istvan

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] vdr-1.5.11 subtitling problems

2007-11-06 Thread Reinhard Nissl
Hi,

Rolf Ahrenberg schrieb:

 During the freeze VDR's transfer buffer gets full and VDR is clearing 
 transfer buffer to avoid overflows. This happens only on channels with 
 DVB subtitling.

The problem for this issue is in cRemux::cRemux():

   new cRingBufferLinear(RESULTBUFFERSIZE, IPACKS, false, Result);

IPACKS needs to be replaced by SUBTITLE_PACKS too. Otherwise a packet
larger than IPACKS (up to SUBTITLE_PACKS) cannot be read near the end of
the buffer which holds reading the buffer and will finally let the
buffer run full.

Bye.
-- 
Dipl.-Inform. (FH) Reinhard Nissl
mailto:[EMAIL PROTECTED]

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] vdr-1.5.11 subtitling problems

2007-11-06 Thread Rolf Ahrenberg
On Tue, 6 Nov 2007, Reinhard Nissl wrote:

 The problem for this issue is in cRemux::cRemux():
   new cRingBufferLinear(RESULTBUFFERSIZE, IPACKS, false, Result);
 IPACKS needs to be replaced by SUBTITLE_PACKS too. Otherwise a packet
 larger than IPACKS (up to SUBTITLE_PACKS) cannot be read near the end of
 the buffer which holds reading the buffer and will finally let the
 buffer run full.

Thanks. I made the necessary modification and haven't noticed any 
freezes afterwards.

BR,
--
rofa

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr