Monica视频监控处理程序
xc
2021-04-20 504e27bd5a95b2740fc82679bef6f605eaa148d6
src/main/resources/public/index3.html
@@ -18,6 +18,7 @@
            margin: 0 auto;
            text-align: center;
        }
/*        .player-wrapper canvas {
            width: 100%;
            height: 100%;
@@ -124,7 +125,7 @@
    function play(firstResponseIp) {
        h5lc.play("ws://172.16.30.113:8082/live/video3.flv")
        h5lc.play("ws://172.16.30.113:8082/live/video4.flv")
    }
    function stop() {
@@ -169,11 +170,7 @@
    }
    function playerShow(){
        if (isLive) {
            $(".player .control").css("display","block")
        }else {
            $(".player .control").css("display","none")
        }
    }
    function playerHidden(){