Open PrinceBE opened 6 years ago
Are the videos streamable? What is the error that you see?
I ideally you can set download to false and streamable mp4 should stream
I have been playing videos from amazon s3 and they play smoothly without any issues. Make sure you do not have this line in your code: recyclerView.setDownloadVideos(true); //false by default
hey, I am also trying to stream video from amazon s3 but I am not able to play videos.
the error is :
Couldn't open https://url ...... java.io.FileNotFoundException: No content provider: https://url...
Hi, When i try to stream video from amazon s3 i am not able to play videos. Is it possible to stream videos without downloading?