修复Web页面播放国标录像无声音的问题

pull/1077/head
648540858 2023-09-11 16:17:29 +08:00
parent f57ed350b3
commit a6fb1cdb74
3 changed files with 1272 additions and 1260 deletions

View File

@ -2,4 +2,4 @@ spring:
application:
name: wvp
profiles:
active: dev
active: local

2529
web_src/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -261,6 +261,7 @@
this.mediaServerId = this.streamInfo.mediaServerId;
this.ssrc = this.streamInfo.ssrc;
this.videoUrl = this.getUrlByStreamInfo();
this.hasAudio = this.streamInfo.tracks && this.streamInfo.tracks.length > 1
}else {
this.$message({
showClose: true,