mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-12-19 19:06:16 +01: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,
|
||||
url,
|
||||
{},
|
||||
{protocols: [], audio: false}
|
||||
{protocols: [], audio: false, videoBufferSize: 1024*1024*4}
|
||||
);
|
||||
|
||||
const fullscreen = () => {
|
||||
|
Loading…
Reference in New Issue
Block a user