Commit 6be8ee1cd73e28f65b1b1649a221d673fb767c39
1 parent
c0e9676f
解决录像回放无法获取编码信息问题
Showing
1 changed file
with
1 additions
and
0 deletions
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; | ... | ... |