zythum / mama2

妈妈计划-众人拾柴火焰高
https://zythum.github.io/mama2
MIT License
2.06k stars 264 forks source link

chrome看优酷高清 #52

Closed fadying closed 9 years ago

fadying commented 9 years ago

chrome看优酷至少能看个高清

fadying commented 9 years ago

只能看6分钟。。

zythum commented 9 years ago

这个是切片的。需要播放器支持切片。这个比较复杂。等朱一有时间折腾的时候搞。播放器项目在这里。 https://github.com/zythum/mamaplayer

fadying commented 9 years ago

我试图使用videojs的hls插件来使chrome播放优酷的超清m3u8格式,但是这个插件会有Access-Control-Allow-Origin这个问题,这个路子是不是不行啊

zythum commented 9 years ago

@fadying 你很能折腾。官方有说明这个问题 Unlike a native HLS implementation, the HLS tech has to comply with the browser's security policies. That means that all the files that make up the stream must be served from the same domain as the page hosting the video player or from a server that has appropriate CORS headers configured. Easy instructions are available for popular webservers and most CDNs should have no trouble turning CORS on for your account.

这个方式只能在视频和页面同域名的情况下才可以。