2017-11-17 16 views

답변

1
var host = new cast.player.api.Host({'mediaElement':mediaElement, 'url':url}); 
host.updateSegmentRequestInfo = function(requestInfo) { 
    // example of setting CORS withCredentials 
    requestInfo.withCredentials = true; 
    // example of setting headers 
    requestInfo.headers = {}; 
    requestInfo.headers['content-type'] = 'text/xml;charset=utf-8'; 
}; 
+0

확장명이 '.m3u8' 인 내 HLS 비디오는 가로 채지 않습니다. 이견있는 사람? – Santosh