mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-05-17 01:16:06 +02:00
increase jsmpeg buffer size
This commit is contained in:
parent
e51021c573
commit
a94b61ef91
@ -12,7 +12,7 @@ export default function JSMpegPlayer({ camera }) {
|
|||||||
playerRef.current,
|
playerRef.current,
|
||||||
url,
|
url,
|
||||||
{},
|
{},
|
||||||
{protocols: [], audio: false}
|
{protocols: [], audio: false, videoBufferSize: 1024*1024*4}
|
||||||
);
|
);
|
||||||
|
|
||||||
const fullscreen = () => {
|
const fullscreen = () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user