[mythtv-commits] Ticket #2556: Bogus video streams in output PMT

MythTV mythtv at cvs.mythtv.org
Wed Oct 11 20:52:12 UTC 2006


#2556: Bogus video streams in output PMT
---------------------+------------------------------------------------------
 Reporter:  stuarta  |        Owner:  stuarta
     Type:  defect   |       Status:  new    
 Priority:  minor    |    Milestone:  0.21   
Component:  dvb      |      Version:  0.20   
 Severity:  medium   |   Resolution:         
---------------------+------------------------------------------------------
Comment (by stuarta):

 (In [11510]) Refs #2556. Tightens the criteria for a private stream
 to be declared as a video stream.

 Now a private stream is considered to be a video stream
 only if the first descriptor is the component tag (0x52)

 The component tag isn't actually an indicator of a video
 stream, as it's present on all of the streams. Normally
 it is the last descriptor on a stream, with the other
 descriptors identifying the actual content.

 The streams we are now declaring as video stream have
 the component descriptor as the first, and generally
 only descriptor.

 Previously any stream marked as a private stream (type 0x6)
 would be marked as a video stream if it could not be
 identified as anything else.

 This should allow people having trouble with Channel 4
 on various muxes to be able make recordings without
 bogus streams.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/2556#comment:1>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list