Commit 6be8ee1cd73e28f65b1b1649a221d673fb767c39

Authored by hotleave
1 parent c0e9676f

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

web_src/src/components/dialog/devicePlayer.vue
... ... @@ -424,6 +424,7 @@ export default {
424 424 row.endTime
425 425 }).then(function (res) {
426 426 var streamInfo = res.data;
  427 + that.app = streamInfo.app;
427 428 that.streamId = streamInfo.streamId;
428 429 that.videoUrl = that.getUrlByStreamInfo(streamInfo);
429 430 that.recordPlay = true;
... ...