Art S R wrote:
> Hi Duncan,
> 
> 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:

Consecutive recordings are a bit of a problem but looking at the code
the second recording should start after the first one has stopped.
However the code must go through the blocks:

- config.VCR_POST_REC
- config.TV_RECORD_REMOVE_COMMERCIALS and
- config.TV_REENCODE

before starting the next recording, must admit that this is quite poor
logic and the post processing should be performed in a thread so as not
to block the event handler.

If you are using these settings and they take longer that a minute to be
performed then your next recording will be delayed by a minute.

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