Art S R wrote:
> Hi Duncan,
> 
> Unfortunately, many US cable stations run their programs back-to-back
> with no commercial breaks in-between programs.  Indeed, the closing
> scene and narrative are broadcast simultaneously with the closing
> credits.  As soon as the credits end, the next program starts.  They put
> their commercials (adverts) elsewhere during the program.
> 
> Anyway, I found that recordserver.py has the following code to delay the
> start of recording until 45 seconds into the minute, so I changed it to
> sec=0:
>     kaa.AtTimer(recordserver.handleAtTimer).start(sec=45)
> Now, recording starts at the top of the minute. 

Okay I'll make this a configuration variable so it can be changed
without changing the code.

> The one remaining problem is that, if I have consecutive recordings, the
> second program's start time is delayed by 1 minute.  This occurs even
> when using all the default settings ("sec=45" in recordserver.py and no
> PRE/POST recording padding values in local_conf.py).  In the
> recordserver log, it shows "overlap_duration=0", yet the second
> recording doesn't start immediately even though the previous program has
> already ended:

I'll have to check this "feature" out.

Duncan

------------------------------------------------------------------------------
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