Monica视频监控处理程序
xc
2021-04-27 4f2a79007f161d6239a26f2bc493d69d93bf7831
历史监控
2 files modified
8 ■■■■ changed files
src/main/resources/public/js/history/historypler.js 5 ●●●● patch | view | raw | blame | history
src/main/resources/public/monitor/history.html 3 ●●●●● patch | view | raw | blame | history
src/main/resources/public/js/history/historypler.js
@@ -89,7 +89,7 @@
        });
    };
    //关闭流
    Historypler.prototype.closeVideo = function (streamPath) {
        if (streamPath && typeof streamPath === "string") {
            $.ajax({
@@ -103,6 +103,9 @@
        }
    };
    Historypler.prototype.close = function () {
        this.closeVideo(this.stream_path);
    };
    window.Historypler = Historypler;
src/main/resources/public/monitor/history.html
@@ -29,6 +29,9 @@
        ffurl:"../js/jessibuca/ff.js",
        code:"ff80808178af424e0178af44e677000343616d657261",
    });
    //关闭流
    livepler.close();
</script>
</body>