question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issue on showing MKV on Android

See original GitHub issue

This awesome library doesn’t show the MKV format on Android, it is ok with iOS, I logged the error on android and it is:

Screen Shot 2020-06-02 at 9 14 58 PM

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:open
  • Created 3 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
amerllicacommented, Jul 4, 2020

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.

1reaction
Shabnam-Veranloocommented, Jul 5, 2020

thank you @amerllica ,that’s great

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found