Explorar el Código

disable audio

Blake Blackshear hace 3 años
padre
commit
f2d1f7b00f
Se han modificado 1 ficheros con 1 adiciones y 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 () => {