mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-26 19:41:29 +08:00
increase jsmpeg buffer size
This commit is contained in:
@@ -12,7 +12,7 @@ export default function JSMpegPlayer({ camera }) {
|
||||
playerRef.current,
|
||||
url,
|
||||
{},
|
||||
{protocols: [], audio: false}
|
||||
{protocols: [], audio: false, videoBufferSize: 1024*1024*4}
|
||||
);
|
||||
|
||||
const fullscreen = () => {
|
||||
|
Reference in New Issue
Block a user