[mythtv-commits] Ticket #5016: AVFormat Decoder attempts to play zero bitrate video streams

MythTV mythtv at cvs.mythtv.org
Fri Sep 26 21:54:10 UTC 2008


#5016: AVFormat Decoder attempts to play zero bitrate video streams
------------------------------+---------------------------------------------
 Reporter:  dluzin at yandex.ru  |        Owner:  stuartm   
     Type:  defect            |       Status:  accepted  
 Priority:  critical          |    Milestone:  0.22      
Component:  Video Playback    |      Version:  0.21-fixes
 Severity:  medium            |   Resolution:            
  Mlocked:  0                 |  
------------------------------+---------------------------------------------

Comment(by stuartm):

 The following from the ffmpeg documentation means I'm not sure about the
 proposed fix - "bit_rate: 0 or some bitrate if this info is available in
 the stream". The implication being that there will be times when valid
 streams report a bitrate of zero.

 A better solution would be to look at the bitrate of all video streams
 first and only ignore the zero bitrate stream if a non-zero stream can be
 found. This could only be done if ScanStreams is reorganised, which is a
 good idea anyway, but it needs some discussion with the over devs first.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/5016#comment:5>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list