Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

after pre roll end , video is not resumeing #92

Open
nafisakanwal opened this issue Apr 15, 2016 · 0 comments
Open

after pre roll end , video is not resumeing #92

nafisakanwal opened this issue Apr 15, 2016 · 0 comments

Comments

@nafisakanwal
Copy link

i am using this plugin to play pre roll ad , ad is working fine but after the ad finish, it does not resume the vdieo and remains in the stuck mode .
here bellow is my code

videojs('live_videojs', {}, function() {
var player = this;
player.ads();
player.vast({
url: 'my_vast_tag_url_here'
});
player.play();
});
Note: only andorid chrome browser facing this issue , fine in desktops.
Please anybody help me
Thanks in advance

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant