New Changes with packages
This commit is contained in:
@@ -187,6 +187,9 @@ const id = `vp_${Math.random().toString(36).slice(2)}`;
|
|||||||
type: "flv",
|
type: "flv",
|
||||||
isLive: true,
|
isLive: true,
|
||||||
url: videoUrl,
|
url: videoUrl,
|
||||||
|
enableStashBuffer: false,
|
||||||
|
stashInitialSize: 64,
|
||||||
|
lazyLoad: false,
|
||||||
});
|
});
|
||||||
player.attachMediaElement(video);
|
player.attachMediaElement(video);
|
||||||
player.load();
|
player.load();
|
||||||
|
|||||||
Reference in New Issue
Block a user