Rajesh Bedi
Rajesh Bedi
facing the same issue so do i have to do this? `private String getNextChunkWithVimeoRule(Intent intent, long totalChunks) { String link = intent.getStringExtra("link"); return link.replaceAll("SEGMENT", "segment-0.m4s" + (totalChunks + 1)); }`
In BrowserWindow.java add this: ``` @Override public void onPageStarted(final WebView view, final String url, Bitmap favicon) { new Handler(Looper.getMainLooper()).post(new Runnable() { @Override public void run() { TextView urlBox = BrowserWindow.this.view.findViewById(R.id.urlBox);...
try this: // implementation files('libs/all-fmmr.aar') commented implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-core:1.0.15' implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-native:1.0.15'