diff --git a/code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoPlay.jsx b/code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoPlay.jsx index 746b852..4737d92 100644 --- a/code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoPlay.jsx +++ b/code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoPlay.jsx @@ -428,12 +428,14 @@ const VideoPlay = ({ dispatch, actions, isLive: true, hasAudio: false, hasVideo: true, + }, { enableWorker: false, enalleStashBuffer: true, stashInitialSize: 128, lazyLoadMaxDuration: 3 * 60, seekType: 'range', autoCleanupSourceBuffer: true, + cors: true, }); flv.attachMediaElement(container); flv.load();