Re: [vdr] Replay Problems with Extension HD

2010-10-15 Thread Hannu Tirkkonen
On 15.10.2010 10.28, Vesa wrote: Unfortunately it is not working.. The Working Fix is this: - return (stc == 0) ? -1LL : stc; + if (Transferring()){ + stc -= 9L; + } + else { + stc -= 52L; + } + return (stc == 0) ? -1LL : (stc& 0x); Replaying returns always true, Transf

Re: [vdr] Replay Problems with Extension HD

2010-10-14 Thread Hannu Tirkkonen
On 14.10.2010 19.17, Vesa wrote: From: Rolf Ahrenberg Would it help to modify the plugin's GetSTC() method only when replaying? + if (Replaying()) +STC -= 50L; // or configurable: 900L * ReelSetup.STCDelayMs; Yes, that works. Complete fix for ReelBoxDevice.c around line 996: - retur

Re: [vdr] Replay Problems with Extension HD

2010-10-14 Thread Hannu Tirkkonen
On 14.10.2010 19.17, Vesa wrote: From: Rolf Ahrenberg Would it help to modify the plugin's GetSTC() method only when replaying? + if (Replaying()) +STC -= 50L; // or configurable: 900L * ReelSetup.STCDelayMs; Yes, that works. Complete fix for ReelBoxDevice.c around line 996: - retur

Re: [vdr] Replay Problems with Extension HD

2010-10-14 Thread Hannu Tirkkonen
On 14.10.2010 14.48, Vesa wrote: I did some testing and debugging. First note is that VDR do not do sanity check for STC on delay loop. Now there is on dvbsubtitle.c if (STC>= 0) { It should be if (LimitTo32Bit(STC)>= 0) { After this delay loop start to work with reelbox-3 plugin. With out th

Re: [vdr] Replay Problems with Extension HD

2010-10-12 Thread Hannu Tirkkonen
On 11.10.2010 22.22, Vesa wrote: eHD card has now days working plugin for vdr, more info about that here: http://www.vdr-portal.de/board/thread.php?threadid=98019 eHD is stable with latest card firmwares, also for ts playback. Only issue is still that somehow VDR is not compatible with eHD on r

Re: [vdr] Delaying subtitles

2009-01-28 Thread Hannu Tirkkonen
Josce wrote: > Thanks for the links. Sadly the delay patch doesn't seem to work when > used with vdr-1.6.0 + reelbox plugin. The subtitles seemed to come 6 seconds > too early when watching a recording no matter what I set as delay value :( > > Regards, > > Josce :( And there's no ttxtsub patch

Re: [vdr] Delaying subtitles

2009-01-26 Thread Hannu Tirkkonen
Josce wrote: > My problem is that vdr 1.6.0 with the reelbox plugin > displays the subtitles 6 seconds too early. > > Does anyone know if there is a simple way to add a > 6 seconds delay to the subtitles? > > I tried to look at the old subtitle plugin and how it > was done there but couldn't see

Re: [vdr] Syncearly + subtitles problem

2008-10-20 Thread Hannu Tirkkonen
Ales Jurik wrote: > On Monday 20 of October 2008, Hannu Tirkkonen wrote: >>> Josce >> The subtitles and ttxtsubs are in sync when watching live... but >> The same problem with too early exists on recordings. >> >> vdr 1.7.0 with reelbox plugin

Re: [vdr] Syncearly + subtitles problem

2008-10-20 Thread Hannu Tirkkonen
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. > Test

Re: [vdr] Straw poll: stable version 1.6.0 now?

2008-02-03 Thread Hannu Tirkkonen
On Sun, Feb 03, 2008 at 11:17:05AM +0100, Klaus Schmidinger wrote: > So, here's the straw poll: > >Should there be a stable version 1.6.0 now, based on what's in >version 1.5.14, but without DVB-S2 or even H.264 support? > > Yes or No? NO You would just shoot yourself in the leg ;O I'm

Re: [vdr] [ANNOUNCE] DVB-S2 + H.264 support for VDR-1.5.10

2007-10-21 Thread Hannu Tirkkonen
On Sat, Oct 20, 2007 at 10:49:13PM +0200, Reinhard Nissl wrote: > Hi, > > Jan Wagner schrieb: > > >> attached you'll find an updated patch for VDR-1.5.10. It replaces the > >> formerly patch for VDR-1.5.9. > > > > could you seperate the patch into H.264 and DVB-S2 parts again? I use > > DVB-C wi

Re: [vdr] [ANNOUNCE] H.264 updates for VDR-1.5.9

2007-08-30 Thread Hannu Tirkkonen
On Fri, Aug 31, 2007 at 12:05:12AM +0300, Petri Helin wrote: > > When I tried again with streamdev-plugin sending TS-stream to a vlc > client and letting it dump the TS-stream, I can find the "00 00 01 09" > delimiter in the dumped stream. So if it works with the combination > above, what could

Re: [vdr] [ANNOUNCE] H.264 updates for VDR-1.5.9

2007-08-30 Thread Hannu Tirkkonen
On Thu, Aug 30, 2007 at 12:05:08AM +0300, Hannu Tirkkonen wrote: > I did apply this h264 patch and streamdev patch from: > http://www.vdr-developer.org/mantisbt/view.php?id=382 > > Now the load of the server is low when tuned to Canal+ HD and I can watch the > stream using vlc.

Re: [vdr] [ANNOUNCE] H.264 updates for VDR-1.5.9

2007-08-30 Thread Hannu Tirkkonen
On Thu, Aug 30, 2007 at 08:44:27PM +0300, Petri Helin wrote: > I have now tested when there is a program running (I am even seeing the > dvb-subtitles with xineliboutput), but still there are no "00 00 01" > series in the sample.ts. Anything more I could test with? I lost the stream also today.

Re: [vdr] [ANNOUNCE] H.264 updates for VDR-1.5.9

2007-08-29 Thread Hannu Tirkkonen
On Wed, Aug 29, 2007 at 11:38:39PM +0300, Petri Helin wrote: > Reinhard Nissl wrote: > > Hi, > > > > the attached vdr-1.5.9-h264.patch adds H.264 support to VDR's remuxer. > > The changes to earlier releases are: > > > > - H264::cParser has been enhanced to provide information for > > H264::cCo

Re: [vdr] Extension HD PCI from ReelMultimedia in August ?

2007-08-14 Thread Hannu Tirkkonen
On Tue, Aug 14, 2007 at 09:28:40AM -0700, Jeremy Jones wrote: > On 8/10/07, Hannu Tirkkonen <[EMAIL PROTECTED]> wrote: > > > > I did ;) > > > > Got reply on 23.7. from Reel: > > New status: Versandfreigabe > > > Does this mean RMM has actually shippe

Re: [vdr] Extension HD PCI from ReelMultimedia in August ?

2007-08-10 Thread Hannu Tirkkonen
On Fri, Aug 10, 2007 at 02:12:22PM +0200, Steffen Barszus wrote: > Pasi Kärkkäinen schrieb: > >Next I was about to ask for OSD support, but I guess it was already answered > >on another mail.. so this card has OSD support? How many colors or other > >limitations? > > > >Thanks a lot! This card loo