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?
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.