[mythtv-commits] Ticket #9036: Fix for bug on flowplayer script

MythTV mythtv at cvs.mythtv.org
Thu Nov 11 14:28:45 UTC 2010


#9036: Fix for bug on flowplayer script
--------------------------------------------+-------------------------------
 Reporter:  mythtv@…                        |           Owner:  beirdo    
     Type:  patch                           |          Status:  closed    
 Priority:  minor                           |       Milestone:  0.24      
Component:  Plugin - MythWeb                |         Version:  Trunk Head
 Severity:  medium                          |      Resolution:  Fixed     
 Keywords:  flash flv flowplayer streaming  |   Ticket locked:  0         
--------------------------------------------+-------------------------------

Comment (by octoberblu3@…):

 This patch works properly when the video records cleanly, but when I get
 digital artifacts on my DTA, the analog recording has many entries for
 types 30 and 31.  Here is a search on one such program:

 ||=chanid=||=starttime=||=mark=||=type=||=data||
 ||2041||2010-11-10 22:59:00||0||30||720
 ||2041||2010-11-10 22:59:00||34461||30||2796
 ||2041||2010-11-10 22:59:00||34464||30||720
 ||2041||2010-11-10 22:59:00||36156||30||4094
 ||2041||2010-11-10 22:59:00||36160||30||720
 ||2041||2010-11-10 22:59:00||64478||30||6
 ||2041||2010-11-10 22:59:00||64480||30||720
 ||2041||2010-11-10 22:59:00||76205||30||3748
 ||2041||2010-11-10 22:59:00||76210||30||720
 ||2041||2010-11-10 22:59:00||0||31||480
 ||2041||2010-11-10 22:59:00||34461||31||3840
 ||2041||2010-11-10 22:59:00||34464||31||480
 ||2041||2010-11-10 22:59:00||36156||31||98
 ||2041||2010-11-10 22:59:00||36160||31||480
 ||2041||2010-11-10 22:59:00||64478||31||3922
 ||2041||2010-11-10 22:59:00||64480||31||480
 ||2041||2010-11-10 22:59:00||76205||31||3568
 ||2041||2010-11-10 22:59:00||76210||31||480
 ||2041||2010-11-10 22:59:00||0||32||29970

 Since this patch just takes the first two entries for the width and
 height, the aspect ratio is horribly off in Flowplayer (720x2796 scaled
 down).

 Just adding in 'AND mark=0' in the query fixes this on my system.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/9036#comment:11>
MythTV <http://www.mythtv.org/>
MythTV Media Center


More information about the mythtv-commits mailing list