mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-07 02:18:07 +01:00
disable audio
This commit is contained in:
@@ -13,7 +13,7 @@ export default function JSMpegPlayer({ camera }) {
|
||||
playerRef.current,
|
||||
url,
|
||||
{canvas: canvasRef.current},
|
||||
{protocols: []}
|
||||
{protocols: [], audio: false}
|
||||
);
|
||||
|
||||
return () => {
|
||||
|
||||
Reference in New Issue
Block a user