[mythtv-commits] Ticket #6719: Add channel change monitoring into the signal monitor

MythTV mythtv at cvs.mythtv.org
Sun Jul 12 23:14:42 UTC 2009


#6719: Add channel change monitoring into the signal monitor
------------------------------+---------------------------------------------
 Reporter:  jppoet at gmail.com  |       Owner:  ijr    
     Type:  patch             |      Status:  new    
 Priority:  minor             |   Milestone:  unknown
Component:  MythTV - General  |     Version:  unknown
 Severity:  medium            |     Mlocked:  0      
------------------------------+---------------------------------------------
 The signal monitor reports the status of tuning events to the
 mythfrontend.  By adding the channel change process to this list of
 events, the user gets immediate feedback during a channel change.  If the
 channel change fails or takes a long time, the user can see this, and
 choose to select a different channel or abort LiveTV.

 Mythfrontend has a 15 second timeout before it gives up waiting for the
 backend to send it data.  Some external channel change scripts can take
 over 15 seconds, which means they must be run in the background to prevent
 a timeout.  However, if a signal monitor is desired, the channel change
 could not happen in the background because the monitor needs to know when
 the channel change is complete.  By moving channel change monitoring into
 the "signal monitor", this problem is solved.

 Note: With this change, any pre-existing external channel change scripts
 which ran in the background, must be modified to run in the foreground.

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


More information about the mythtv-commits mailing list