Videos no longer streaming with mediaelement.js in Chrome

后端 未结 3 2224
灰色年华
灰色年华 2021-02-15 10:34

Over the past few days, we noticed that our videos quit streaming using MediaElement.js Version 2.11.3 and Chrome Version 50.0.2661.94 (64-bit)

3条回答
  •  忘掉有多难
    2021-02-15 11:02

    It also can be a CORS issue. Set media.crossOrigin = 'anonymous'; And make sure that the server response has the header Access-Control-Allow-Origin: *. Or instead of the asterisk wildcard, specify the domain of the website that is allowed to access the video from the server.

提交回复
热议问题