Re: [vdr] vdr-1.5.11 subtitling problems

2007-11-18 Thread Reinhard Nissl
Hi, Jose Alberto Reguero schrieb: I still have problems with this patch and pvrinput and live radio, with CRepacker. If I disable CRepacker, the live radio is ok. Any ideas why to debug it? I need some more information. From what I guess, pvrinput provides a TS stream, VDR runs in

Re: [vdr] vdr-1.5.11 subtitling problems

2007-11-18 Thread Jose Alberto Reguero
El Domingo, 18 de Noviembre de 2007, Reinhard Nissl escribió: Hi, Jose Alberto Reguero schrieb: I still have problems with this patch and pvrinput and live radio, with CRepacker. If I disable CRepacker, the live radio is ok. Any ideas why to debug it? I need some more information. From

Re: [vdr] vdr-1.5.11 subtitling problems

2007-11-18 Thread Reinhard Nissl
Hi, What are the problems you are seeing with cAudioRepacker enabled? The problems I have are that sometimes, the audio is not completely smooth, they have some breaks, in live radio. Are there any problems when you replay a radio recording? The recordings play without problems. This

Re: [vdr] vdr-1.5.11 subtitling problems

2007-11-15 Thread Reinhard Nissl
Hi, Timo J. Rinne schrieb: Anyways, it's been on for 25 minutes so far and has worked perfectly. If I notice something in contrary to this, I'll report further. Nope, it still doesn't quite work. In live mode it seems to skip subtitles every now and then. It even seems to depend on the

Re: [vdr] vdr-1.5.11 subtitling problems

2007-11-15 Thread Luca Olivetti
En/na Reinhard Nissl ha escrit: BTW: the patch is almost untested as there are currently no subtitles running. FYI, if you can see astra 2d I just found that at least CBeebies and BBC4 broadcast dvb subtitles. Bye -- Luca ___ vdr mailing list

Re: [vdr] vdr-1.5.11 subtitling problems

2007-11-12 Thread Reinhard Nissl
Hi, Timo J. Rinne schrieb: Posting to the mailing list seems to be for subscribers only and I'm reading it only through archive. However ... Reinhard Nissl schrieb: Though, a cleaner solution would be to fix the result buffer to allow retrieving any packet as soon as it is completely

Re: [vdr] vdr-1.5.11 subtitling problems

2007-11-11 Thread Jose Alberto Reguero
El Sábado, 10 de Noviembre de 2007, Reinhard Nissl escribió: Hi, Reinhard Nissl schrieb: Though, a cleaner solution would be to fix the result buffer to allow retrieving any packet as soon as it is completely available in the buffer (final subtitle packets are about 100 bytes in size).

Re: [vdr] vdr-1.5.11 subtitling problems

2007-11-10 Thread Klaus Schmidinger
On 11/06/07 20:57, Reinhard Nissl wrote: 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():

Re: [vdr] vdr-1.5.11 subtitling problems

2007-11-10 Thread Reinhard Nissl
Hi, Klaus Schmidinger schrieb: After some testing I'm afraid this only works for Transfer Mode, but not for live mode directly on the primary FF DVB card. In Transfer Mode the result buffer is likely to have 32KB available because it also contains video data. But in direct live mode it only

Re: [vdr] vdr-1.5.11 subtitling problems

2007-11-10 Thread Reinhard Nissl
Hi, Reinhard Nissl schrieb: Though, a cleaner solution would be to fix the result buffer to allow retrieving any packet as soon as it is completely available in the buffer (final subtitle packets are about 100 bytes in size). That sounds like the right thing to do. Can you suggest a patch

Re: [vdr] vdr-1.5.11 subtitling problems

2007-11-07 Thread Klaus Schmidinger
On 11/07/07 18:27, VDR User wrote: Can someone make a patch for this fix? --- remux.c 2007/11/03 14:18:07 1.60 +++ remux.c 2007/11/07 16:19:59 @@ -1883,7 +1883,7 @@ skipped = 0; numTracks = 0; resultSkipped = 0; - resultBuffer = new cRingBufferLinear(RESULTBUFFERSIZE,

Re: [vdr] vdr-1.5.11 subtitling problems

2007-11-07 Thread VDR User
Can someone make a patch for this fix? Thanks! ___ 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-07 Thread Lauri Tischler
Rolf Ahrenberg wrote: 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

Re: [vdr] vdr-1.5.11 subtitling problems

2007-11-07 Thread Reinhard Nissl
Hi, Klaus Schmidinger schrieb: Thanks to Reinhard for finding this one. And the attached patch should fix the incorrectly assembled subtitle PES packets, which led to triggering pre 1.3.19 Dolby Digital compatibility mode. When TS packet's payload looked like that: a) 00 00 01

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,

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

Re: [vdr] vdr-1.5.11 subtitling problems

2007-11-05 Thread Reinhard Nissl
Hi, Rolf Ahrenberg schrieb: I'm having heavy artifacts with the new vdr-1.5.11 in finnish DVB channels. The picture freezes now very often compared to previous VDR version (I reported about the same rare problem in vdr-1.5.10) and it seems that the problem is the new SUBTITLE_PACKS size.

Re: [vdr] vdr-1.5.11 subtitling problems

2007-11-05 Thread VDR User
On 11/5/07, Reinhard Nissl [EMAIL PROTECTED] wrote: Thinking about a repacker for subtitles, can anyone provide me some links to documentation about the subtitle PES packet's contents? I think what you're looking for can be found here:

Re: [vdr] vdr-1.5.11 subtitling problems

2007-11-05 Thread Reinhard Nissl
Hi, VDR User schrieb: Thinking about a repacker for subtitles, can anyone provide me some links to documentation about the subtitle PES packet's contents? I think what you're looking for can be found here: