如何使用Exoplayer在android中播放hls主播放列表?

时间:2019-05-26 18:40:58

标签: android hls m3u8 exoplayer2.x

尝试在Exoplayer中播放此链接时出现以下错误。enter image description here

这就是我实现HlsMediasource的方式。

private HlsMediaSource  buildMediaSource(Uri uri) {
    DataSource.Factory dataSourceFactory = new DefaultHttpDataSourceFactory(Util.getUserAgent(this,"DijiTv"));
    return new HlsMediaSource.Factory(dataSourceFactory)
            .setAllowChunklessPreparation(true)
            .createMediaSource(uri);
}

这是我正在使用的网址:

  

http://live12.akt.hotstar-cdn.net/hls/live/2003697/ipl2019/hin/fulldvrm0104may2019/master_4.m3u8

0 个答案:

没有答案