Use webgl jsmpeg renderer for birdseye (#13592)

This commit is contained in:
Josh Hawkins 2024-09-06 14:26:16 -05:00 committed by GitHub
parent 149339a8d9
commit 17fa830851
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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