mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
disable audio
This commit is contained in:
parent
89c2ae2208
commit
f2d1f7b00f
@ -13,7 +13,7 @@ export default function JSMpegPlayer({ camera }) {
|
|||||||
playerRef.current,
|
playerRef.current,
|
||||||
url,
|
url,
|
||||||
{canvas: canvasRef.current},
|
{canvas: canvasRef.current},
|
||||||
{protocols: []}
|
{protocols: [], audio: false}
|
||||||
);
|
);
|
||||||
|
|
||||||
return () => {
|
return () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user