New Changes with packages

This commit is contained in:
2025-10-08 21:58:17 +05:30
parent 87ba7679ae
commit db2be89ee1
+3
View File
@@ -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();