tcking / GiraffePlayer2

out of the box android video player(support lazy load, ListView/RecyclerView and hight performance)
Apache License 2.0
377 stars 110 forks source link

How to load advertisement video by pausing main video? #150

Closed tusharuit25 closed 5 years ago

tusharuit25 commented 5 years ago

I want to use this player in my app but what if i have to play my own custom ads while pausing main video? How to do this !!!

tcking commented 5 years ago

try create 2 player in your xml,play ad when pausing main video (by call videoView.setPlayerListener(playerListener) to listener the main video status)

tusharuit25 commented 5 years ago

Ok but in recyclerview will it be flawless? I mean performance !!!

tcking commented 5 years ago

that will be ok,only one player is working at a time

tusharuit25 commented 5 years ago

Ok fits for my requirements then... ;-)