优化下级平台自定义ssrc的情况,优化国标录像下载流程

This commit is contained in:
648540858
2023-04-14 14:59:22 +08:00
parent 1f02cb9178
commit d46fc9de82
9 changed files with 141 additions and 20 deletions

View File

@@ -96,7 +96,10 @@ export default {
});
},
close: function (){
this.stopDownloadRecord();
if (this.streamInfo.progress < 1) {
this.stopDownloadRecord();
}
if (this.timer !== null) {
window.clearTimeout(this.timer);
this.timer = null;