On Thu, Mar 12, 2009 at 11:42 AM, Jonathan Isom <jei...@gmail.com> wrote:
> On Thu, Mar 12, 2009 at 11:39 AM, Jonathan Isom <jei...@gmail.com> wrote:
>> Hi list
>
> I think I found "my" problem.  I tried this ( * 60).
>
> TV_RECORD_PADDING_PRE = 3 * 60
> TV_RECORD_PADDING_POST = 2 * 60
>
Did making the change to the padding value expression actually result
in your recordings now starting on time instead of a minute late?

> However from the localconf.py.example
>
> # start every recording X minutes before scheduled,
> # and stop X minutes after scheduled - default to zero minutes.
> # This must be a value in seconds although at the moment only has
> # the percision of one minute.
> # TV_RECORD_PADDING_PRE = 0
> # TV_RECORD_PADDING_POST = 0
>
> Does this mean that we have seconds precision now?
>From my empirical experience, the POST value seems to be precise to
the seconds level.  I didn't like my recordings ending 10 seconds
early, so I set TV_RECORD_PADDING_POST = 8 and my recordings then
ended just 2 seconds before the scheduled end time.  However, the PRE
value still seems to be precise only down to the minutes level.  If I
recall correctly, in my situation, entering a PRE value of 0-14 had no
effect on start time;  entering a PRE value of 15-60 started recording
1 minute earlier than the default (not necessarily the scheduled)
start time.

So, if my findings (Freevo 1.8.3) also apply to your situation, your
PRE=3 would have no effect on the default (PRE=0) start time and your
POST=2 would delay the recording end time by 2 seconds compared to
POST=0.

>
> Later
>
> Jonathan
>
>
>>    I'm using dvbstreamer to record with svn freevo and the recording
>> starts late
>> ex:
>>   set record time 11:30
>>   actual start time : 11:31
>>
>> any ideas what is going wrong?
>> ----------------- Relevent config options   ---------------------
>> plugin.remove('tv.generic_record')
>> plugin_record = plugin.activate('tv.dvbstreamer.record')
>>
>> TV_RECORD_PADDING_PRE = 3
>> TV_RECORD_PADDING_POST = 2
>>
>> Later
>>
>> Jonathan
>> --
>>
>> ASUS m3a78 mothorboard
>> AMD Athlon64 X2 Dual Core Processor 6000+ 3.1Ghz
>> 4 Gigabytes of memory
>> Gigabyte NVidia 9400gt  Graphics adapter
>> Kworld ATSC 110 TV Capture Card
>> Kworld ATSC 115 TV Capture Card
>>
>
>
>
> --
>
> ASUS m3a78 mothorboard
> AMD Athlon64 X2 Dual Core Processor 6000+ 3.1Ghz
> 4 Gigabytes of memory
> Gigabyte NVidia 9400gt  Graphics adapter
> Kworld ATSC 110 TV Capture Card
> Kworld ATSC 115 TV Capture Card
>
> ------------------------------------------------------------------------------
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> _______________________________________________
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to