[mythtv] Ticket #7575: Mythweb flashplayer (flowplayer) does not display correct aspect in fullscreen

Justin Johnson justin.johnson3 at gmail.com
Sat Sep 11 21:55:44 UTC 2010


On Sat, Sep 4, 2010 at 5:18 PM, MythTV <mythtv at cvs.mythtv.org> wrote:
> #7575: Mythweb flashplayer (flowplayer) does not display correct aspect in
> fullscreen
> ---------------------------------------+------------------------------------
>  Reporter:  justin.johnson3@…          |           Owner:  kormoc
>     Type:  defect                     |          Status:  closed
>  Priority:  minor                      |       Milestone:
> Component:  Plugin - MythWeb           |         Version:  0.22
>  Severity:  medium                     |      Resolution:  invalid
>  Keywords:                             |   Ticket locked:  0
> ---------------------------------------+------------------------------------
>
> Comment (by anonymous):
>
>  I don't know if this is related, however, flash playback with recent
>  updates for mythbuntu 10.04 has flash playback not working anymore. In
>  such that the aspect ratios are all incorrect. HD playback is dramatically
>  squished from the sides and SD recordings are dramatically squished from
>  the top and bottom making video un-viewable full screen or not. I
>  attempted to implement the above code with no luck. This auto hight thing
>  definitely needs to be polished.
>
> --
> Ticket URL: <http://svn.mythtv.org/trac/ticket/7575#comment:4>
> MythTV <http://www.mythtv.org/>
> MythTV
>

I think it's probably due to the way aspect ratio detection is
implemented. I've noticed that it mostly relies on just the height,
not the actual aspect ratio. I may be remembering incorrectly, but
I've modified my detail.php file to check the height and width and
divide the two, but only if the height > 480 or something sane. That
way, SD stuff get's properly displayed, and HD stuff is computed
properly.


More information about the mythtv-dev mailing list