New Changes with packages
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user