Browse Source

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

pull/110/head
hotleave 4 years ago
parent
commit
6be8ee1cd7
  1. 1
      web_src/src/components/dialog/devicePlayer.vue

1
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;

Loading…
Cancel
Save