Setting currentTime before preroll completes causes to skip ad
Closed this issue · 1 comments
Roz1c commented
I'm implementing continue watching feature along preroll. Problem that I'm facing with this library is that on some android TV devices, setting currentTime before preroll completes actually sets the time of ad player so the ad is skipped. But if I set currentTime after the ad completes, the player first shows the first frame of video, and then shifts to where I set currentTime. Is there any known ways around this?