Android video stream mms and m3u8

前端 未结 1 554
遇见更好的自我
遇见更好的自我 2021-01-13 23:08

I am trying to play some video streams from mms and m3u8 inside my Android application. It seems that the MediaPlayer doesn\'t have support on this and from what I have read

1条回答
  •  隐瞒了意图╮
    2021-01-13 23:35

    You may try the Vitamio library, http://vitamio.org

    Vitamio is a multimedia framework for all Android devices. Vitamio works like the Android's default MediaPlayer except that it includes much more powerful features. And it's absolutely free !

    The following network protocols are supported for audio and video playback:

    MMS
    RTSP (RTP, SDP)
    HTTP progressive streaming
    HTTP live streaming (M3U8), for Android 2.1+
    

    0 讨论(0)
提交回复
热议问题