Krupen / AutoplayVideos

Android library to auto-play/pause videos from url in recyclerview.
Apache License 2.0
996 stars 147 forks source link

Cant able to stream Video hosted in amazon s3. #83

Open PrinceBE opened 6 years ago

PrinceBE commented 6 years ago

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?

gouravd commented 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

iffatfatima commented 6 years ago

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

tiwarinavadeep commented 5 years ago

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...