You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Library crash on Android 10 devices when going to trim videos in production mode, but it work fine in development mode. Also, the video cannot play on trim video screen. Only show a black screen with a play button in android 10. But above android 10, this issue not happen in both development and production.
I'm using the following version.
'com.github.a914-gowtham:android-video-trimmer:1.7.3'
Library crash on Android 10 devices when going to trim videos in production mode, but it work fine in development mode. Also, the video cannot play on trim video screen. Only show a black screen with a play button in android 10. But above android 10, this issue not happen in both development and production.
I'm using the following version.
'com.github.a914-gowtham:android-video-trimmer:1.7.3'
TrimVideo.activity(url)
.setTitle("")
.setCompressOption(CompressOption())
.setHideSeekBar(true)
.setTrimType(TrimType.MIN_MAX_DURATION)
.setMinToMax(1, 10) //seconds
.start(this,startForResult)
How can i solve this issue?
java.lang.IllegalArgumentException
android.media.MediaMetadataRetriever.setDataSource (MediaMetadataRetriever.java:85)
com.gowtham.library.ui.ActVideoTrimmer.getCompressionCmd (ActVideoTrimmer.java:552)
com.gowtham.library.ui.ActVideoTrimmer.trimVideo (ActVideoTrimmer.java:513)
com.gowtham.library.ui.ActVideoTrimmer.onOptionsItemSelected (ActVideoTrimmer.java:497)
The text was updated successfully, but these errors were encountered: