Play m3u8 video in android

前端 未结 6 513
被撕碎了的回忆
被撕碎了的回忆 2021-01-30 18:00

I want to live streaming the video and it is in m3u8 format. So i tried the below code

public class StreamingPlayer extends Activity implements
OnBufferingUpdate         


        
6条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-30 18:49

    Did you try to play your link with native player directly through web browser? If you can not play it with native player, it means that your file is not supported by your current Android version. HTTP Live Streaming format can have some specificities that are not well supported by Android, whereas it can play on IOS.

提交回复
热议问题