diff --git a/public/react/src/modules/courses/Video/video-play/flv-player.jsx b/public/react/src/modules/courses/Video/video-play/flv-player.jsx index bbb762762..3a36df964 100644 --- a/public/react/src/modules/courses/Video/video-play/flv-player.jsx +++ b/public/react/src/modules/courses/Video/video-play/flv-player.jsx @@ -9,6 +9,7 @@ export default ({ url }) => { player = window.flvjs.createPlayer({ type: 'flv', volume: 0.8, + cors: true, url, muted: false })