I\'m developing a video streaming application and I\'m getting stuck when calling set setDataSource with a FileDescriptor. I want my application to play the video as it is b
If you're targeting Marshmallow or greater, make sure that you have requested the Manifest.permission.WRITE_EXTERNAL_STORAGE
permission properly. I tried many different solutions, including another library that's an alternative to MediaMetadataRetriever
, but it turned out that one of my code paths didn't request the proper permission.