[mythtv-commits] Ticket #11996: aspect in mythweb/modules/stream/stream_flv.pl

MythTV noreply at mythtv.org
Tue Dec 31 13:26:32 UTC 2013


#11996: aspect in mythweb/modules/stream/stream_flv.pl
--------------------------------------+-------------------------
     Reporter:  xfr@…                 |      Owner:  kormoc
         Type:  Bug Report - General  |     Status:  new
     Priority:  minor                 |  Milestone:  0.27.1
    Component:  Plugin - MythWeb      |    Version:  Master Head
     Severity:  medium                |   Keywords:
Ticket locked:  0                     |
--------------------------------------+-------------------------
 Although HTML5 live streaming is on the way,
 many people are using the old FLV streaming in mythweb.

 It failed to work for me after my upgrading of mythtv.

 After some investigation,
 I found that the custem aspect ratio has changed from x/10000 to
 x/1000000.
 Therefore, there should be a fix in corresponing line 105 in
 stream_flv.pl.
 That is

 $x = $aspect->{'data'}; $y = 10000;

 to

 $x = $aspect->{'data'}; $y = 1000000;

--
Ticket URL: <http://code.mythtv.org/trac/ticket/11996>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list