|
|
@ -331,8 +331,8 @@ if ($('#my-player').length > 0 && typeof(videojs) != 'undefined') { |
|
|
|
preload: 'auto' |
|
|
|
preload: 'auto' |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
myPlayer.one('playing', function() { |
|
|
|
var takeScreenshot = function() { |
|
|
|
myPlayer.pause(); |
|
|
|
//myPlayer.pause();
|
|
|
|
|
|
|
|
|
|
|
|
var height = myPlayer.videoHeight(), width = myPlayer.videoWidth(), |
|
|
|
var height = myPlayer.videoHeight(), width = myPlayer.videoWidth(), |
|
|
|
aspect = height / width; |
|
|
|
aspect = height / width; |
|
|
@ -354,6 +354,10 @@ if ($('#my-player').length > 0 && typeof(videojs) != 'undefined') { |
|
|
|
}); |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
myPlayer.play(); |
|
|
|
//myPlayer.play();
|
|
|
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
myPlayer.one('playing', function() { |
|
|
|
|
|
|
|
setTimeout(takeScreenshot, 1000); |
|
|
|
}); |
|
|
|
}); |
|
|
|
} |
|
|
|
} |