hotleave
2021-06-18 6be8ee1cd73e28f65b1b1649a221d673fb767c39
解决录像回放无法获取编码信息问题
1个文件已修改
1 ■■■■ 已修改文件
web_src/src/components/dialog/devicePlayer.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
web_src/src/components/dialog/devicePlayer.vue
@@ -424,6 +424,7 @@
                        row.endTime
                }).then(function (res) {
                    var streamInfo = res.data;
                    that.app = streamInfo.app;
                    that.streamId = streamInfo.streamId;
                    that.videoUrl = that.getUrlByStreamInfo(streamInfo);
                    that.recordPlay = true;