Aulia Nastiti

Results 2 comments of Aulia Nastiti

I also have a same issue. It works well for a normal m3u8 and mp4 links. but when I tried m3u8 wrapped mp4 links, it can't be played. the same...

``` MediaScannerConnection.scanFile(context, new String[]{file.getAbsolutePath()}, null, new MediaScannerConnection.OnScanCompletedListener() { public void onScanCompleted(String path, Uri uri) { Log.i("ExternalStorage", "Scanned " + path + ":"); Log.i("ExternalStorage", "-> uri=" + uri); } }); ```...