Krupen / AutoplayVideos

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

Is there any way to play youtube videos? #97

Open kpstar opened 3 years ago

kpstar commented 3 years ago

I have trouble to play youtube videos. I found it great library for online videos but unfortunately, it doesn't play youtube videos.

Who can explain about this? Thanks.

deaboii commented 3 years ago

i don't know which library you are using but use youtube.dl library for converting youtube videos URL into downloadable URL and after that use that URL in holder.setVideoUrl(here); I would definitely work.