mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-17 02:57:50 +08:00
解决录像回放无法获取编码信息问题
This commit is contained in:
parent
c0e9676fda
commit
6be8ee1cd7
@ -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…
Reference in New Issue
Block a user