Use canvas2d renderer for jsmpeg player

This commit is contained in:
Josh Hawkins 2024-07-18 07:51:50 -05:00
parent c56e7e7c6c
commit c7903ff61b

View File

@ -123,6 +123,7 @@ export default function JSMpegPlayer({
{
protocols: [],
audio: false,
disableGl: true,
videoBufferSize: 1024 * 1024 * 4,
onVideoDecode: () => {
if (!hasDataRef.current) {