[mythtv-commits] Ticket #3462: Multi-stream OGM in Internal player causes frontend to crash

MythTV mythtv at cvs.mythtv.org
Sun May 20 22:41:12 UTC 2007


#3462: Multi-stream OGM in Internal player causes frontend to crash
-----------------------------------------------+----------------------------
 Reporter:  Jo Shields <directhex at apebox.org>  |        Owner:  awithers
     Type:  defect                             |       Status:  new     
 Priority:  minor                              |    Milestone:  unknown 
Component:  mythvideo                          |      Version:  head    
 Severity:  medium                             |   Resolution:          
-----------------------------------------------+----------------------------

Comment(by Jo Shields <directhex at apebox.org>):

 I uploaded a quick sample file to http://apebox.org/War3.ogm (~1.5M)

 It appears to be dying on the text stream. ogminfo shows the file as
 having the following characteristics:
 {{{
 directhex at mortos:/tmp$ ogminfo War3.ogm
 (ogminfo.c) (v1/serial 0) fps: 24.002 width height: 800x340 codec:
 0x48323634 (H264)
 (ogminfo.c) (a1/serial 1) codec: 85 (0x0055) (MP3) bits per sample: 0
 channels: 2  samples per second: 44100 avgbytespersec: 16000 blockalign:
 1152
 (ogminfo.c) (t1/serial 2) text/subtitle stream
 }}}

 However, ffmpeg shows the following:
 {{{
 directhex at mortos:/tmp$ ffmpeg -i War3.ogm 2>&1 | grep Stream
   Stream #0.0: Video: h264, yuv420p, 800x340, 24.00 fps(r)
   Stream #0.1: Audio: mp3, 44100 Hz, stereo, 128 kb/s
   Stream #0.2: Video: 0x0000, 1000000.00 fps(r)
 }}}

 Note that ffmpeg shows the text stream as a video stream.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3462#comment:1>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list