Browse Source

wss flv 播放国标视频

dev_trial
巴林闲侠 2 years ago
parent
commit
318aaef04a
  1. 2
      code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoPlay.jsx

2
code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoPlay.jsx

@ -428,12 +428,14 @@ const VideoPlay = ({ dispatch, actions,
isLive: true, isLive: true,
hasAudio: false, hasAudio: false,
hasVideo: true, hasVideo: true,
}, {
enableWorker: false, enableWorker: false,
enalleStashBuffer: true, enalleStashBuffer: true,
stashInitialSize: 128, stashInitialSize: 128,
lazyLoadMaxDuration: 3 * 60, lazyLoadMaxDuration: 3 * 60,
seekType: 'range', seekType: 'range',
autoCleanupSourceBuffer: true, autoCleanupSourceBuffer: true,
cors: true,
}); });
flv.attachMediaElement(container); flv.attachMediaElement(container);
flv.load(); flv.load();

Loading…
Cancel
Save