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
I had the same error when trying to get file bitrate using mediaMetadataRetriever.setDataSource(sourceFileAbsolutePath()); so I guess you are using something simillar. But when I get the bitrate Transcoder and the library fails anyway.
I tried setting the dataSource different way, like using FileDescriptor but it doesn't work.
It works correctly on most devices that I tested with, but always fails on Samsung devices that I tested on:
Samsung A14, Android 14
Samsung Galaxy S8, Android 9
The text was updated successfully, but these errors were encountered:
When trying to parse the
.mov
file on some devices Transcoder fails with:java.lang.RuntimeException: setDataSource failed: status = 0x80000000
I had the same error when trying to get file bitrate using
mediaMetadataRetriever.setDataSource(sourceFileAbsolutePath());
so I guess you are using something simillar. But when I get the bitrate Transcoder and the library fails anyway.I tried setting the dataSource different way, like using
FileDescriptor
but it doesn't work.It works correctly on most devices that I tested with, but always fails on Samsung devices that I tested on:
The text was updated successfully, but these errors were encountered: