[mythtv-commits] Ticket #5006: Fix for mythweb flash streaming to allow it to work with mpeg-4 .nuv

MythTV mythtv at cvs.mythtv.org
Thu Mar 20 08:03:58 UTC 2008


#5006: Fix for mythweb flash streaming to allow it to work with mpeg-4 .nuv
---------------------------------+------------------------------------------
 Reporter:  scottadmi at gmail.com  |       Owner:  xris      
     Type:  patch                |      Status:  new       
 Priority:  minor                |   Milestone:  0.21.1    
Component:  mythweb              |     Version:  0.21-fixes
 Severity:  low                  |     Mlocked:  0         
---------------------------------+------------------------------------------
 I was consistently getting the an error when I tried to stream flash video
 from any NuppleVideo MPEG-4 recording within mythtv (though the mpeg2
 streams worked fine). After several seconds of transcoding the following
 error was reported by ffmpeg:

 Marker bit missing before time_increment_resolution8 bitrate= 384.0kbits/s
 [mpeg4 @ 0xb7dbc6e8]time_base.den==0
 [mpeg4 @ 0xb7dbc6e8]header damaged
 Error while decoding stream #0.0
 Floating point exception

 I did some exploration and found that mencoder (part of mplayer) did a
 good job. I've included a patch for a modified version of the
 mythweb/modules/stream/handler.pl which replicates the original behavior
 but uses mencoder rather than ffmpeg. A flag at the top determines which
 is used.

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


More information about the mythtv-commits mailing list