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