How to make HTTPS STREAMING in Android?

Hi, I know that https streaming is not supported on Android, but I want to know if there is any work to stream https content?

+3
source share
1 answer

The http live streaming used by iPhones / iPads is a specific http-based streaming protocol. It is assumed to be available on Android 3.0 .

People have successfully used VLC to perform rtp-streaming on Andropid: http://www.reddit.com/r/Android/comments/d0hr0/howto_live_streaming_videoaudio_from_vlc_to_your/

VLC also supports HTTP streams, so perhaps you should explore this further.

-2
source

All Articles