Samy Benmeddour

Results 23 comments of Samy Benmeddour

Are you using [AMediaFormat](https://github.com/wang-bin/AND/blob/master/ndk/media/NdkMediaFormat.hpp) in your internal mdk code ?

If the TV does not enable DV mode automatically, maybe there is missing info in MediaFormat? Exoplayer's implementation does this in case of DV video: [MediaCodecUtil.java](https://github.com/google/ExoPlayer/blob/release-v2/library/core/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecUtil.java) [MediaCodecVideoRenderer.java](https://github.com/google/ExoPlayer/blob/release-v2/library/core/src/main/java/com/google/android/exoplayer2/video/MediaCodecVideoRenderer.java) ```java MediaFormatUtil.maybeSetColorInfo(mediaFormat, format.colorInfo);...

[Updated sample to latest android dev practices (UI is pretty similar to flutter)](https://github.com/wang-bin/mdk-android/pull/2) By the way I find something - After selecting many subtitle tracks on android, they are all...