• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps HTTP Live streaming

clemchen

Lurker
Hi everybody !

I am searching google for some time now to know if Android supports HTTP Live streaming. From what I saw, HTTP streaming is supported for file, but I did not see a clear answer as for HTTP LIVE streaming (as it works on iPhone).

Can you tell me if Android natively support HTTP Live streaming (as a client I mean) ? If not, do you know if an application developed it ?

Thanks for the answers ;)
 
I am looking for the same thing.
http live streaming basically means streaming a live event (live tv from a DVB or ATSC source, webcam etc) using the http protocol.
So far i have only been able to do live streaming via rtsp but rtsp does have some limitations around NAT as Android only support rtsp via UDP and not the TCP fallback.
Was hoping for Android 2.1 but cannot find anything positve regarding adaptive http live streaming in the internet.
It's a shame that such a standard method is not supported by a linux based OS.
 
I am looking for the same thing.
http live streaming basically means streaming a live event (live tv from a DVB or ATSC source, webcam etc) using the http protocol.
So far i have only been able to do live streaming via rtsp but rtsp does have some limitations around NAT as Android only support rtsp via UDP and not the TCP fallback.
Was hoping for Android 2.1 but cannot find anything positve regarding adaptive http live streaming in the internet.
It's a shame that such a standard method is not supported by a linux based OS.

That's a STANDARD method,but not as STANDARD as others, it's an APPLE standard method.
 
Hi everybody !

I am searching google for some time now to know if Android supports HTTP Live streaming. From what I saw, HTTP streaming is supported for file, but I did not see a clear answer as for HTTP LIVE streaming (as it works on iPhone).

Can you tell me if Android natively support HTTP Live streaming (as a client I mean) ? If not, do you know if an application developed it ?

Thanks for the answers ;)
Hi, there is a company providing live http streaming player SDK for Android: NEXTREAMING - Mobile Multimedia Leader
I have used it, works quite well...
 
Take a look at the https://market.android.com/details?id=com.solbox.hlsplayer

SB HLS Player supports HTTP live streaming in Android environment as a plugin of Android browser.
When SB HLS Player is installed, the following mime types are registered on Android browser.

application/vnd.apple.mpegurl
application/x-mpegURL

The mime types are used to deliver m3u8 files for HTTP live streaming of Apple.
Now enjoy the high-quality video contents using HTTP live streaming of Apple on Android devices.

Supporting OS: Android OS 1.6 or later
Mode: Live / VOD
Limitation: Audio-only streaming is not supported.
 
Back
Top Bottom