|
|
@ -39,6 +39,11 @@ var player = videojs('master');
|
|
|
|
player.play();
|
|
|
|
player.play();
|
|
|
|
//player.auto('true'); // this seems to be wrong (no auto method)
|
|
|
|
//player.auto('true'); // this seems to be wrong (no auto method)
|
|
|
|
player.autoplay(true);
|
|
|
|
player.autoplay(true);
|
|
|
|
|
|
|
|
//player.on("fullscreenchange", (a, b, c) => {
|
|
|
|
|
|
|
|
// console.log("fullscreen change", a, b, c);
|
|
|
|
|
|
|
|
// var ret = player.isFullscreen();
|
|
|
|
|
|
|
|
// console.log("isFullscreen", ret);
|
|
|
|
|
|
|
|
//})
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
</html>
|