From db2be89ee116d238df3bbd6cc70d4d9dcf023b91 Mon Sep 17 00:00:00 2001 From: Ajay Ghanwat Date: Wed, 8 Oct 2025 21:58:17 +0530 Subject: [PATCH] New Changes with packages --- src/components/FLVPLayer.astro | 3 +++ 1 file changed, 3 insertions(+) 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();