disable audio

This commit is contained in:
Blake Blackshear 2021-06-12 09:59:18 -05:00
parent 89c2ae2208
commit f2d1f7b00f

View File

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