Re: [vdr] Replay Problems with Extension HD

2010-10-15 Thread Vesa
> From: Hannu Tirkkonen > Subject: Re: [vdr] Replay Problems with Extension HD > > 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 config

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

[vdr] Request - support for ATSC type channel numbers

2010-10-15 Thread Rob Davis
Not sure if in Euroland, you're aware of how US digital is working and whether it's possible to support the US/ATSC channel number system. Essentially what's happening is a channel will appear on a frequency, then each sub channel is appending to the frequency number with either a . or a -. S

Re: [vdr] Replay Problems with Extension HD

2010-10-15 Thread Vesa
> From: Hannu Tirkkonen > Sent: Friday, 15 October, 2010 11:18 > To: VDR Mailing List > Subject: Re: [vdr] Replay Problems with Extension HD > > Is it still required to modify also the dvbsubtitle.c? No. > btw; Your previous patch reelbox-svn15208-vdr.bin for reelbox svn 15208 > didn't apply cle

Re: [vdr] Alternative-Channel patch

2010-10-15 Thread Rainer Blickle
The patch won't be applied to the main stream. You're right that the patch spreads about many multiple files. I was afraid (and i'm still) that i am the only person needing an applying the patch. Perhaps its also possible to provide such functionality with a plugin. I will examine the source code

Re: [vdr] Request - support for ATSC type channel numbers

2010-10-15 Thread VDR User
On Fri, Oct 15, 2010 at 6:38 AM, Rob Davis wrote: > Not sure if in Euroland, you're aware of how US digital is working and > whether it's possible to support the US/ATSC channel number system. > > Essentially what's happening is a channel will appear on a frequency, then > each sub channel is appe

[vdr] Technotrend DVB-C 1501

2010-10-15 Thread Rainer Blickle
Hi, i have a Technotrend DVB-C 1501 device (I guess the chip is the saa7146). With this card i cannot view a recording or live tv with the xineliboutput. live tv or a recording done by a pvrinput device works fine. Does anyone has a clue why the dvb-c device doesn't work with xineliboutput ? I h

Re: [vdr] Technotrend DVB-C 1501

2010-10-15 Thread Rainer Blickle
Hi, after searching a while i found it. With vdr-version 1.7.8 the cvs version of xineliboutput has to be used. Now everything works fine. 2010/10/15 Rainer Blickle : > Hi, > > i have a Technotrend DVB-C 1501 device (I guess the chip is the > saa7146). With this card i cannot view a recording o