mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-22 08:57:20 -06:00
Use canvas2d renderer for jsmpeg player (#12498)
This commit is contained in:
parent
6addf4d88b
commit
7bfebd5b61
@ -123,6 +123,7 @@ export default function JSMpegPlayer({
|
|||||||
{
|
{
|
||||||
protocols: [],
|
protocols: [],
|
||||||
audio: false,
|
audio: false,
|
||||||
|
disableGl: true,
|
||||||
videoBufferSize: 1024 * 1024 * 4,
|
videoBufferSize: 1024 * 1024 * 4,
|
||||||
onVideoDecode: () => {
|
onVideoDecode: () => {
|
||||||
if (!hasDataRef.current) {
|
if (!hasDataRef.current) {
|
||||||
|
Loading…
Reference in New Issue
Block a user