소스 검색

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

hotleave 4 년 전
부모
커밋
6be8ee1cd7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;