Sign in
guzijian
/
wvp-GB28181-pro
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
51a91d94e55c701c3b32e32596a029f6f3bf2559
Authored by
Lawrence
2020-10-24 15:16:10 +0800
1 parent
5ab43285
使音频开关关闭生效
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web_src/src/components/gb28181/devicePlayer.vue
web_src/src/components/gb28181/devicePlayer.vue
View file @
51a91d9
...
...
@@ -127,7 +127,7 @@ export default {
127
127
realHasAudio = true;
128
128
}
129
129
}
130
- this.hasaudio = realHasAudio
; //
&& this.hasaudio;
130
+ this.hasaudio = realHasAudio
&& this.hasaudio;
131
131
}
132
132
this.ssrc = streamInfo.ssrc;
133
133
this.deviceId = deviceId;
...
...