Explorar o código

解决录像回放无法获取编码信息问题

hotleave %!s(int64=4) %!d(string=hai) anos
pai
achega
6be8ee1cd7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      web_src/src/components/dialog/devicePlayer.vue

+ 1 - 0
web_src/src/components/dialog/devicePlayer.vue

@@ -424,6 +424,7 @@ export default {
                         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;