$(document).ready(function () { if (document.getElementById("content_video_ima-ad-container")) { $("#content_video_ima-ad-container").append(''); videojs("content_video").ready(function () { var myPlayer = this; myPlayer.on('play', function () { setTimeout(function () { $(".skipplayer").show(); }, 6000); }); if(typeof(myPlayer.error) != 'undefined'){ console.log(myPlayer); if(myPlayer.error_.code == 4){ myPlayer.reset().src('http://liveobj.1d2173fe.viettel-cdn.vn/kfilm/mp4/20190712/55D793.mp4'); myPlayer.play(); } } }); $(".skipplayer").on('click', function () { $(".ima-ad-container").remove(); $(".vjs-control-bar").removeClass("vjs-hidden"); $("#content_video").removeClass("vjs-ad-playing"); $(this).hide(); videojs("content_video").ready(function () { var myPlayer = this; myPlayer.play(); }); }) } })
Share this article :