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
In my case the problem was because of beasy sdcard when device was mounted as exteranl storage to pc so checking if the file is available solved the problem. Maybe it helps someone