【发布时间】:2022-11-23 21:02:39
【问题描述】:
Why is Android Exoplayer hls live streaming not working? link type m3u8
Please give a solution
https://something.com/test/something.m3u8
我用过图书馆
implementation 'com.google.android.exoplayer:exoplayer-core:2.18.1'
implementation 'com.google.android.exoplayer:exoplayer-dash:2.18.1'
implementation 'com.google.android.exoplayer:exoplayer-ui:2.18.1'
//pass the video link and play
MediaItem media = MediaItem.fromUri(videoUrl);
exoPlayer.setMediaItem(media);
exoPlayer.prepare();
exoPlayer.play();
【问题讨论】:
标签: video-streaming http-live-streaming exoplayer live m3u8