Embed: killed player.api.load for videojs, as it makes it go kaboom.

This commit is contained in:
Cat 2019-04-24 11:29:25 +02:00 committed by Thulinma
parent 420fea9b31
commit 6ff35446ae
5 changed files with 58930 additions and 3 deletions

View file

@ -160,6 +160,7 @@ p.prototype.build = function (MistVideo,callback) {
return target[key] = value;
}
});
MistVideo.player.api.load = function(){};
if (MistVideo.info.type == "live") {
function getLastBuffer(video) {