[mythtv-commits] Ticket #3618: LiveTV Safeguards

MythTV mythtv at cvs.mythtv.org
Fri Jun 15 12:23:40 UTC 2007


#3618: LiveTV Safeguards
---------------------+------------------------------------------------------
 Reporter:  stuartm  |       Owner:  ijr    
     Type:  task     |      Status:  new    
 Priority:  minor    |   Milestone:  unknown
Component:  mythtv   |     Version:  head   
 Severity:  medium   |     Mlocked:  0      
---------------------+------------------------------------------------------
 We really need some more effective safeguards to prevent livetv recording
 to a single file for two days straight and causing auto-expire to delete
 all the other recordings. Even if all the known livetv bugs are fixed the
 ones we don't know about have the potential to do a lot of damage.

 The safeguards have to be handled somewhere where a loop in the recorder
 or playback code won't prevent those conditions from ever being checked. I
 was using my idle timer on that machine, but it never got a chance to work
 - I assume because we were stuck in a loop (possibly the "LiveTV JumpTo 1"
 loop).

 Right now the precaution of never recording a programme that is more than
 6 hours long is based on guide data, we don't use a timer to actually
 check how long we have been recording. We also need a check on filesizes
 so that we don't exceed an maximum e.g. 10Gb for SD

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3618>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list