Issue on showing MKV on Android
See original GitHub issueThis awesome library doesn’t show the MKV format on Android, it is ok with iOS, I logged the error on android and it is:

I have no idea how to deal with it.
This is my android/build.gradle
:
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
buildToolsVersion = "28.0.3"
minSdkVersion = 17
compileSdkVersion = 28
targetSdkVersion = 28
}
repositories {
google()
jcenter()
}
dependencies {
classpath("com.android.tools.build:gradle:3.5.2")
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
mavenLocal()
maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url("$rootDir/../node_modules/react-native/android")
}
maven {
// Android JSC is installed from npm
url("$rootDir/../node_modules/jsc-android/dist")
}
google()
jcenter()
maven { url 'https://www.jitpack.io' }
}
}
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
How to Play MKV Files on Android Phone and Tablet Easily
# Step 1. Download VideoSolo Video Converter Ultimate · # Step 2. Add MKV File to the Converter · # Step 3. Choose...
Read more >How to Fix MKV No Sound on Android Phone?
Failure of MKV video files to play audio is a problem encountered by many Android phone users and maybe a frustrating source during...
Read more >How to Play MKV on Android Devices Smoothly
To play MKV on Android devices, click on the Output Format button on the right and choose an Android-friendly format like MP4 under...
Read more >MKV files problems - Android Forums at AndroidCentral.com
An mkv file is actually a container for the video, audio files, etc. The audio and video components may not be compatible with...
Read more >How to Solve 'MKV File not Playing in VLC Android' Issue?
If your MKV file is corrupted you should seek help from a MKV Recovery, but the chance is very small. And if your...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Dear @Shabnam-Veranloo, please wait a while, I’m working on native side of this library and as soon as possible I will release a new react native video player with many features. I will migrate it to
iran-react-community
and then we all can work on it to improve it.thank you @amerllica ,that’s great