OpenSageTV / sagetv-miniclient

SageTV MiniClient for Android TV (and phone/tablet)
http://forums.sagetv.com/forums/showthread.php?t=62439
Apache License 2.0
17 stars 14 forks source link

MiniClient is not using SAR/DAR information when calculating the Aspect Ratio #63

Closed stuckless closed 7 years ago

stuckless commented 7 years ago

https://forums.sagetv.com/forums/showthread.php?p=596508#post596508

looks like the player (after video loads, contains information about the sar/dar) https://github.com/Bilibili/ijkplayer/blob/5b73bf7eae66a3942e2689ecbe6e51b679abe161/android/ijkplayer/ijkplayer-example/src/main/java/tv/danmaku/ijk/media/example/widget/media/IjkVideoView.java#L386

ijkplayer in their sample uses this, but the miniclient does not... we need to ensure that we are handling this as well. This affects screens that do no have square pixels, from what I can tell.

stuckless commented 7 years ago

This should be resolved in the next release.