Use webgl jsmpeg renderer for birdseye

This commit is contained in:
Josh Hawkins 2024-09-06 12:39:40 -05:00
parent 764cca5a70
commit 046a9175d4

View File

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