disable audio

This commit is contained in:
Blake Blackshear 2021-06-12 09:59:18 -05:00
parent 73835c6fd0
commit f3d053fc62

View File

@ -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 () => {