Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/sorting/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Reactjs 控制台中发生跨源读取阻止(CORB)_Reactjs_Google Chrome_Video Streaming_Video Processing - Fatal编程技术网

Reactjs 控制台中发生跨源读取阻止(CORB)

Reactjs 控制台中发生跨源读取阻止(CORB),reactjs,google-chrome,video-streaming,video-processing,Reactjs,Google Chrome,Video Streaming,Video Processing,我正在尝试将视频会议组件添加到我的react js前端。视频会议URL域已在浏览器中运行。但当我在react组件中添加[CORB]时,它显示了错误 class ResponsivePlayer extends Component { render () { return ( <div className='player-wrapper'> <ReactPlayer className='react-

我正在尝试将视频会议组件添加到我的react js前端。视频会议URL域已在浏览器中运行。但当我在react组件中添加[CORB]时,它显示了错误

class ResponsivePlayer extends Component {
    render () {
      return (
        <div className='player-wrapper'>
          <ReactPlayer
            className='react-player'
            url='<video conferencing url>'

          />
        </div>
      )
    }
  }
export default ResponsivePlayer;
有人能给出一个解决方案吗

Cross-Origin Read Blocking (CORB) blocked cross-origin response *https://""* with MIME type text/html. See https://www.chromestatus.com/feature/5629709824032768 for more details.