diff --git a/src/components/FLVPLayer.astro b/src/components/FLVPLayer.astro index 6c48c60..14b44b9 100644 --- a/src/components/FLVPLayer.astro +++ b/src/components/FLVPLayer.astro @@ -187,6 +187,9 @@ const id = `vp_${Math.random().toString(36).slice(2)}`; type: "flv", isLive: true, url: videoUrl, + enableStashBuffer: false, + stashInitialSize: 64, + lazyLoad: false, }); player.attachMediaElement(video); player.load();