优化下级平台自定义ssrc的情况,优化国标录像下载流程
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user