Explorar o código

使音频开关关闭生效

Lawrence %!s(int64=5) %!d(string=hai) anos
pai
achega
51a91d94e5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      web_src/src/components/gb28181/devicePlayer.vue

+ 1 - 1
web_src/src/components/gb28181/devicePlayer.vue

@@ -127,7 +127,7 @@ export default {
                         realHasAudio = true;
                     }
                 }
-                this.hasaudio = realHasAudio; //&& this.hasaudio;
+                this.hasaudio = realHasAudio && this.hasaudio;
             }
             this.ssrc = streamInfo.ssrc;
             this.deviceId = deviceId;