【发布时间】:2019-12-26 14:23:20
【问题描述】:
http://exampleDomain/user/pass/56738
http://force102.com:8080/user/pass/6508
这是示例流 url,例如,当 Url 具有扩展名时,我的播放器工作 http://exampledomain.com:8080/user/pass/6508.m3u8
我正在使用 Video.js 和 video.js hls。
if(Hls.isSupported()) {
var hls = new Hls();
hls.loadSource(c);
hls.attachMedia(myPlayer);
hls.on(Hls.Events.MANIFEST_PARSED, function () {
myPlayer.play();
});
}
【问题讨论】:
标签: javascript html http-live-streaming video.js