Play m3u8 video in android

前端 未结 6 500
被撕碎了的回忆
被撕碎了的回忆 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条回答
  •  一生所求
    2021-01-30 18:50

    I think you should move this:

    mMediaPlayer.setOnPreparedListener(this);
    

    To be before the call to prepare()

提交回复
热议问题