Explorar o código

disable audio

Blake Blackshear %!s(int64=3) %!d(string=hai) anos
pai
achega
f2d1f7b00f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      web/src/components/JSMpegPlayer.jsx

+ 1 - 1
web/src/components/JSMpegPlayer.jsx

@@ -13,7 +13,7 @@ export default function JSMpegPlayer({ camera }) {
       playerRef.current,
       url,
       {canvas: canvasRef.current},
-      {protocols: []}
+      {protocols: [], audio: false}
     );
 
     return () => {