“ Jwplayer不加载ts文件,仅加载m3u8文件”

时间:2019-05-21 12:09:17

标签: javascript live-streaming hls jwplayer7

我正在为JWplaye的实时流加载m3u8和ts文件。但是在播放视频一段时间之后,它只是在加载状态码为200的m3u8文件。

我检查了jwplayer状态,显示为“正在播放”。我检查了onError和onBuffer事件,但在这种情况下不会发生。

我希望它应该加载ts文件或显示一些错误

我的代码:

jwplayer("playback").setup({
  playlist: [{
    'sources': [{
      'file': "myPlaylist.m3u8"
    }]
  }]
});

1 个答案:

答案 0 :(得分:0)

You can't load a .ts URL directly in JW Player. You would need to load the .m3u8 manifest instead or MP4 URL over HTTP protocol.

Reference:

https://jwplayer-support-archive.netlify.com/questions/16327329--ts-file-not-loading