Forráskód Böngészése

使音频开关关闭生效

Lawrence 5 éve
szülő
commit
51a91d94e5
1 módosított fájl, 1 hozzáadás és 1 törlés
  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;