[mythtv-commits] Ticket #1427: EIT signature cache

MythTV mythtv at cvs.mythtv.org
Wed Mar 1 17:17:05 UTC 2006


#1427: EIT signature cache
---------------------+------------------------------------------------------
 Reporter:  stuarta  |       Owner:  danielk
     Type:  patch    |      Status:  new    
 Priority:  minor    |   Milestone:  0.20   
Component:  dvb      |     Version:  head   
 Severity:  medium   |  
---------------------+------------------------------------------------------
 Here is the EIT signature caching patch.

 This creates a signature for an event and keeps track
 of this signature and compares it against incoming EIT
 data.

 Events without a cached signature are added to the DB.
 Events with updated signature are added to the DB.
 Events that are unchanged are ignored.

 Event signatures are stored in a QMap, with 64 bits available
 for both key & signature.

 Currently the key is (transportid, serviceid, eventid)
 with the signature (tableid, version, chksum).

 Currently the chksum is unused, but can easily be added
 if necessary.

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


More information about the mythtv-commits mailing list