Re: [vdr] Syncearly + subtitles problem

2008-10-08 Thread Ales Jurik
On Wednesday 08 of October 2008, Josce wrote:
 I am having problems with subtitles:

 - vdr 1.6.0
 -
 vdr-1.5.18-h264-syncearly-framespersec-audioindexer-fielddetection-speedup.
diff - vdr-1.6.0-truecolor-compile_fixes.diff
 - reelbox plugin

 The subtitles appear 6-10 seconds too early, which is really annoying.
 Tested the recordings on a vdr 1.6.0 + FF without the patches and the
 subtitles were displayed correctly.
 I imagine it has something to do with the syncearly, but can't say for
 sure. Can I somehow disable the syncearly part of the patches to verify
 that this indeed is the problem. ( I need the patches because I can't
 compile vdr + reelbox plugin without them )

 Josce

Which version of reelbox plugin (i.e. from which svn) are you using? There was 
some changes (from 8072) regarding sublitles.

Did you test it with latest reelbox svn?

BR,

Ales

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


Re: [vdr] Syncearly + subtitles problem

2008-10-08 Thread Ales Jurik
On Wednesday 08 of October 2008, Josce wrote:
 Which version of reelbox plugin (i.e. from which svn) are you using? There
  was some changes (from 8072) regarding sublitles.
 
 Did you test it with latest reelbox svn?

 The reelbox-plugin is 8171.
 I can test with a newer svn if you think that will help.

 regards,

 Josce

As I remember there was another problem - with audio/video sync. The sound was 
delayed more and more - I've patched the plugin myself to disable the 
audio/video sync algorithm. But in last versions (I'm now using the 8649 
version) it is ok. So it is maybe second reason of your problem.

You could test if immediately after switching to the channel the sync of 
subtitles is good or significantly better then after some time (1-2 minutes) 
it could be the sync problem.

BR,

Ales

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


[vdr] [PATCH] szap-s2 patch

2008-10-08 Thread gimli
Hi All,

this is a patch for szap-s2 to work with
the latest s2 HG from Steve.

cu

Edgar (gimli) Hucek

szap-s2.patch.gz
Description: GNU Zip compressed data
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] Syncearly + subtitles problem

2008-10-08 Thread Josce
I am having problems with subtitles:

- vdr 1.6.0
-
vdr-1.5.18-h264-syncearly-framespersec-audioindexer-fielddetection-speedup.diff
- vdr-1.6.0-truecolor-compile_fixes.diff
- reelbox plugin

The subtitles appear 6-10 seconds too early, which is really annoying.
Tested the recordings on a vdr 1.6.0 + FF without the patches and the
subtitles were displayed correctly.
I imagine it has something to do with the syncearly, but can't say for
sure. Can I somehow disable the syncearly part of the patches to verify
that this indeed is the problem. ( I need the patches because I can't
compile vdr + reelbox plugin without them )

Josce




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


Re: [vdr] Syncearly + subtitles problem

2008-10-08 Thread Josce
Which version of reelbox plugin (i.e. from which svn) are you using? There was 
some changes (from 8072) regarding sublitles.

Did you test it with latest reelbox svn?

The reelbox-plugin is 8171. 
I can test with a newer svn if you think that will help.

regards,

Josce


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


Re: [vdr] [PATCH] S2API for vdr-1.7.0 (07-10-2008 - quickhack for DVB-S(2), DVB-T and DVB-C)

2008-10-08 Thread Gregoire Favre
On Tue, Oct 07, 2008 at 09:09:59PM +0200, Niels Wagenaar wrote:

Hello VDR's users ;-)

I took some time to find this email because it was crossposted to
linux-dvb and my system only kept the first one, which was the one from
linux-dvb... by the way I don't see the point in sending this to
linux-dvb ml).

But now I have compiled my VDR with this version :-) 

And it seems to works aswell as with multiproto.

Thank you very much for this !

 This patch gives VDR 1.7.0 support for DVB-C (untested), DVB-S (tested), 
 DVB-S2 (tested) and DVB-T (tested) using S2API. The patch itself is still 
 based upon Igor M. Liplianin's S2API patch. Today Steven Toth made some 
 changes to the HG repo of S2API, so it was time for a new patch :)
-- 
Grégoire FAVRE  http://gregoire.favre.googlepages.com  http://www.gnupg.org
   http://picasaweb.google.com/Gregoire.Favre

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


Re: [vdr] Syncearly + subtitles problem

2008-10-08 Thread Tobias Bratfisch

Am 08.10.2008 um 11:12 schrieb Josce:

 I am having problems with subtitles:

 - vdr 1.6.0
 -
 vdr-1.5.18-h264-syncearly-framespersec-audioindexer-fielddetection- 
 speedup.diff
 - vdr-1.6.0-truecolor-compile_fixes.diff
 - reelbox plugin

 The subtitles appear 6-10 seconds too early, which is really annoying.
 Tested the recordings on a vdr 1.6.0 + FF without the patches and the
 subtitles were displayed correctly.
 I imagine it has something to do with the syncearly, but can't say for
 sure. Can I somehow disable the syncearly part of the patches to  
 verify
 that this indeed is the problem. ( I need the patches because I can't
 compile vdr + reelbox plugin without them )

This isn't caused by syncearly, this occurs 'cause the buffers of the
HD-extension are not taken into account yet.
The missing lines are in dvbsubtitles.c, around line 767, there you
can read:
TODO sync on PTS? are there actually devices that don't deliver an  
STC?
Yes, there is such a device... ;-)

Nevertheless, this will probably be fixed quiet soon...

Regards
Tobias

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


Re: [vdr] [PATCH] S2API for vdr-1.7.0 (07-10-2008 - quickhack for DVB-S(2), DVB-T and DVB-C)

2008-10-08 Thread Niels Wagenaar
 -Oorspronkelijk bericht-
 Van: Gregoire Favre [mailto:[EMAIL PROTECTED]
 Verzonden: woensdag 8 oktober 2008 17:05
 Aan: Niels Wagenaar
 CC: VDR Mailinglist (vdr@linuxtv.org)
 Onderwerp: Re: [vdr] [PATCH] S2API for vdr-1.7.0 (07-10-2008 -
 quickhack for DVB-S(2), DVB-T and DVB-C)
 
 On Tue, Oct 07, 2008 at 09:09:59PM +0200, Niels Wagenaar wrote:
 
 Hello VDR's users ;-)
 
 I took some time to find this email because it was crossposted to
 linux-dvb and my system only kept the first one, which was the one from
 linux-dvb... by the way I don't see the point in sending this to
 linux-dvb ml).
 
 But now I have compiled my VDR with this version :-)
 
 And it seems to works aswell as with multiproto.
 
 Thank you very much for this !
 

You're welcome and I'm glad that everything works correctly :)

Just curious. What do you watch exactly? DVB-C, DVB-S, etc. Mainly since I'm 
very interested if anybody has tested this with DVB-C :)

Regards,

Niels Wagenaar


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


Re: [vdr] [PATCH] S2API for vdr-1.7.0 (07-10-2008 - quickhack for DVB-S(2), DVB-T and DVB-C)

2008-10-08 Thread Gregoire Favre
On Wed, Oct 08, 2008 at 05:33:06PM +0200, Niels Wagenaar wrote:

Hello,

I have a Hauppauge budget-ci and HVR-4000 and one geniatech budget so
only DVB-S(2) as I used steven's s2 tree and not mfe's one (which I am
not quiete certain should work now with VDR).

My local provider send DVB-T through cable, I should try oneday...
And also DVB-C but I just miss a card to test it ;-)

Thank.

 You're welcome and I'm glad that everything works correctly :)
 
 Just curious. What do you watch exactly? DVB-C, DVB-S, etc. Mainly since I'm 
 very interested if anybody has tested this with DVB-C :)
-- 
Grégoire FAVRE  http://gregoire.favre.googlepages.com  http://www.gnupg.org
   http://picasaweb.google.com/Gregoire.Favre

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


Re: [vdr] Syncearly + subtitles problem

2008-10-08 Thread Klaus Schmidinger
On 10/08/08 17:16, Tobias Bratfisch wrote:
 Am 08.10.2008 um 11:12 schrieb Josce:
 
 I am having problems with subtitles:

 - vdr 1.6.0
 -
 vdr-1.5.18-h264-syncearly-framespersec-audioindexer-fielddetection- 
 speedup.diff
 - vdr-1.6.0-truecolor-compile_fixes.diff
 - reelbox plugin

 The subtitles appear 6-10 seconds too early, which is really annoying.
 Tested the recordings on a vdr 1.6.0 + FF without the patches and the
 subtitles were displayed correctly.
 I imagine it has something to do with the syncearly, but can't say for
 sure. Can I somehow disable the syncearly part of the patches to  
 verify
 that this indeed is the problem. ( I need the patches because I can't
 compile vdr + reelbox plugin without them )
 
 This isn't caused by syncearly, this occurs 'cause the buffers of the
 HD-extension are not taken into account yet.
 The missing lines are in dvbsubtitles.c, around line 767, there you
 can read:
 TODO sync on PTS? are there actually devices that don't deliver an  
 STC?
 Yes, there is such a device... ;-)
 
 Nevertheless, this will probably be fixed quiet soon...

Does this mean that the eHD will actually deliver an STC, or that
some workaround will be implemented?

Klaus

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


Re: [vdr] Syncearly + subtitles problem

2008-10-08 Thread Josce
This isn't caused by syncearly, this occurs 'cause the buffers of the
HD-extension are not taken into account yet.
The missing lines are in dvbsubtitles.c, around line 767, there you
can read:
TODO sync on PTS? are there actually devices that don't deliver an  
STC?
Yes, there is such a device... ;-)

Nevertheless, this will probably be fixed quiet soon...

Ok, thanks for letting me know. I am eagerly waiting for this fix :)

As a side note, I today did 'svn co svn://reelbox.org testing' 
and got revision 8820.

When trying to compile the plugin it stopped on following error:

HdTrueColorOsd.c:595: error: 'class cBitmap' has no member named 
'SetSizeWithoutRealloc'

I have the 'vdr-1.6.0-truecolor-compile_fixes.diff' patch installed
but can't see there any mention of 'SetSizeWithoutRealloc'. Nor
can I find this anywhere else in vdr code. Is there a new patch
for the reelbox plugin that I should install?

Is there any site in English where the reelbox is discussed?

Regards,

Josce

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


Re: [vdr] OT : BBC FOUR the monday 6 Oct 21:00 (The Story of Maths) subtitle/loadepg ?

2008-10-08 Thread Gregoire Favre
On Sun, Oct 05, 2008 at 11:35:33PM +0200, [EMAIL PROTECTED] wrote:

Hello,

is there a way to do it only for Sky UK ?

 To resolve this little problem I have set to zero the offset time, it seems 
 that
 EPG is not sent at GMT but at local British time , meaning system add one hour
 when not needed
 
 Discussion on vdrportal here :
 http://www.vdr-portal.de/board/thread.php?postid=752810
 
 
 In loadepg.c , method cTaskLoadepg::GetSatelliteTimeOffset force to zero
 
   SatelliteTimeOffset = SatelliteTimeOffsetH * 3600;
 }
 EpgTimeOffset = ( LocalTimeOffset - SatelliteTimeOffset );
 //DPLU
 EpgTimeOffset = 0 ;
 //DPLU
 esyslog( LoadEPG: Satellite Time Offset=[UTC]%+i, 
 SatelliteTimeOffset /
 3600 );
 esyslog( LoadEPG: Epg Time Offset=%+i seconds,

-- 
Grégoire FAVRE  http://gregoire.favre.googlepages.com  http://www.gnupg.org
   http://picasaweb.google.com/Gregoire.Favre

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


Re: [vdr] OT : BBC FOUR the monday 6 Oct 21:00 (The Story of Maths) subtitle/loadepg ?

2008-10-08 Thread dplu
Hi

I don't know, as long I am in France, it works for Sky EPG and Canasat also.

If I had to change stg, I think it should be a good idea to add extra parameter
in loadepg.conf file containing seconds shift to add (or remove) to current
time to obtain good timeshift.

This is not the fault of plugin itself who works well, but provider do what he
wants ...

Hope this help you, Luca will give you a better (and cleaner) solution I think

Best regards



Selon Gregoire Favre [EMAIL PROTECTED]:

 On Sun, Oct 05, 2008 at 11:35:33PM +0200, [EMAIL PROTECTED] wrote:

 Hello,

 is there a way to do it only for Sky UK ?

  To resolve this little problem I have set to zero the offset time, it seems
 that
  EPG is not sent at GMT but at local British time , meaning system add one
 hour
  when not needed
 
  Discussion on vdrportal here :
  http://www.vdr-portal.de/board/thread.php?postid=752810
 
 
  In loadepg.c , method cTaskLoadepg::GetSatelliteTimeOffset force to zero
 
  SatelliteTimeOffset = SatelliteTimeOffsetH * 3600;
}
EpgTimeOffset = ( LocalTimeOffset - SatelliteTimeOffset );
  //DPLU
  EpgTimeOffset = 0 ;
  //DPLU
esyslog( LoadEPG: Satellite Time Offset=[UTC]%+i, 
  SatelliteTimeOffset
 /
  3600 );
esyslog( LoadEPG: Epg Time Offset=%+i seconds,

 --
 Grégoire FAVRE  http://gregoire.favre.googlepages.com  http://www.gnupg.org
http://picasaweb.google.com/Gregoire.Favre

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




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


Re: [vdr] Syncearly + subtitles problem

2008-10-08 Thread Georg Acher
On Wed, Oct 08, 2008 at 06:10:55PM +0200, Klaus Schmidinger wrote:
 
 Does this mean that the eHD will actually deliver an STC, or that
 some workaround will be implemented?

The STC is already written into the shm area in regular intervals (after
each received packet). It is used to emulate a somewhat synchronous STC on
the PC for the AV-sync via mainboard audio.

-- 
 Georg Acher, [EMAIL PROTECTED] 
 http://www.lrr.in.tum.de/~acher
 Oh no, not again ! The bowl of petunias  

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


Re: [vdr] Syncearly + subtitles problem

2008-10-08 Thread Morfsta
 As I remember there was another problem - with audio/video sync. The sound was
 delayed more and more - I've patched the plugin myself to disable the
 audio/video sync algorithm. But in last versions (I'm now using the 8649
 version) it is ok. So it is maybe second reason of your problem.

 You could test if immediately after switching to the channel the sync of
 subtitles is good or significantly better then after some time (1-2 minutes)
 it could be the sync problem.

Is there a CHANGELOG somewhere or something similar showing what's
going on with the plugin development and the various revisions?

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


[vdr] stb0899 and tt s2-3200

2008-10-08 Thread Igor M. Liplianin
I successfully ported stb0899 to S2API
For know it is just for testing purposes. Feel free to test it.
Any feedback welcome.
Locking better with szap-s2 (sorry)
I have tested with DVB-S2 8PSK and DVB-S 27500 kSyms/s

http:/mercurial.intuxication.org/hg/s2-liplianin
http:/mercurial.intuxication.org/hg/szap-s2

-- 
Igor M. Liplianin

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


Re: [vdr] stb0899 and tt s2-3200

2008-10-08 Thread Goga777
Hi, Igor

it's fine :) thanks

as we already have discussed on Russian forum - there's LOCK problem with high 
SR (sr=44958 dvb-s channels). But can somebody to test it with dvb-s2 8psk 
channels with sr=3 

Goga

 I successfully ported stb0899 to S2API
 For know it is just for testing purposes. Feel free to test it.
 Any feedback welcome.
 Locking better with szap-s2 (sorry)
 I have tested with DVB-S2 8PSK and DVB-S 27500 kSyms/s
 
 http:/mercurial.intuxication.org/hg/s2-liplianin
 http:/mercurial.intuxication.org/hg/szap-s2


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