Closed stuckless closed 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.
This should be resolved in the next release.
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.