Monica视频监控处理程序
xc
2021-04-20 504e27bd5a95b2740fc82679bef6f605eaa148d6
直播与回放分布
3 files modified
14 ■■■■ changed files
src/main/resources/public/index3.html 7 ●●●● patch | view | raw | blame | history
src/main/resources/public/monitor/history.html 5 ●●●●● patch | view | raw | blame | history
src/main/resources/public/monitor/live.html 2 ●●● patch | view | raw | blame | history
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(){
src/main/resources/public/monitor/history.html
@@ -51,7 +51,6 @@
    var $play = document.getElementById('play');
    var $stop = document.getElementById('stop');
    var container = document.getElementById("container");
    var $progressTime = document.getElementById('progressTime');
    var isPlaying = false;
@@ -141,11 +140,7 @@
    }
    function playerShow() {
        if (isLive) {
            $(".player .control").css("display", "block")
        } else {
            $(".player .control").css("display", "none")
        }
    }
    function playerHidden() {
src/main/resources/public/monitor/live.html
@@ -117,7 +117,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() {