You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: