From 17fa83085166e99618dcec01774db43f0e33781a Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Fri, 6 Sep 2024 14:26:16 -0500 Subject: [PATCH] Use webgl jsmpeg renderer for birdseye (#13592) --- web/src/components/player/JSMpegPlayer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/player/JSMpegPlayer.tsx b/web/src/components/player/JSMpegPlayer.tsx index 246fbf105..401e85869 100644 --- a/web/src/components/player/JSMpegPlayer.tsx +++ b/web/src/components/player/JSMpegPlayer.tsx @@ -123,8 +123,8 @@ export default function JSMpegPlayer({ { protocols: [], audio: false, - disableGl: true, - disableWebAssembly: true, + disableGl: camera != "birdseye", + disableWebAssembly: camera != "birdseye", videoBufferSize: 1024 * 1024 * 4, onVideoDecode: () => { if (!hasDataRef.current) {