Is Android 2.2 HTTP progressive streaming = HTTP Live Streaming?

前端 未结 2 1280
故里飘歌
故里飘歌 2020-12-12 20:00

The Stagefrigh media framework (Android 2.2) supports HTTP progressive streaming.
What\'s that means? I.e. is this an HTTP Live Streaming protocol realization?

2条回答
  •  爱一瞬间的悲伤
    2020-12-12 20:44

    HTTP progressive streaming is like playing media file in the mean time downloading the file.

    Is not realization. 1st, stagefright doesn't contain any .m3u8 file handler. 2nd, stagefright doesn't support .ts file format.

    currently, you can reimplement your mediaplayer for playing live streaming.

提交回复
热议问题