[mythtv-commits] Ticket #1487: MythTV can't write a PES packet exceeding 184 bytes.

MythTV mythtv at cvs.mythtv.org
Fri Mar 10 22:02:21 UTC 2006


#1487: MythTV can't write a PES packet exceeding 184 bytes.
---------------------+------------------------------------------------------
 Reporter:  danielk  |       Owner:  ijr 
     Type:  defect   |      Status:  new 
 Priority:  minor    |   Milestone:  0.20
Component:  mythtv   |     Version:  head
 Severity:  medium   |  
---------------------+------------------------------------------------------
 This is breaking at least one channel for Oscar.

 The problem is that while we can generate a PES packet in memory for
 something like a PMT, we only ever write out the first TS Packet of such a
 table. This works fine when the PMT fits in 188 bytes, but as we record
 more streams now and keep more descriptors than we used to we occasionally
 run into this limitation.

 The solution is to add a TSPacket generator to PESPacket, and potentially
 to fix any problems ffmeg's mpegts.c might have with multi-ts-packet
 sections.

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


More information about the mythtv-commits mailing list