stream live video to Android
How can I stream live video to Android (2.1 and higher), I have two links: m3u8 and f4m (As I know, f4m is not supported). From what I saw on stackoverflow, there is a way to stream m3u8 with vitamio (but the link is not working ). Is there any other way to stream m3u8 video ? Maybe there is other format that I can use ? Thanks. Butters Because no one answered my question, I will do it myself. If you want to perform HLT (HTTP Live Stream) on Android 2.1 and higher you may use the vitamio library. Site at: ( http://www.vitamio.org/ ). Here is code example: The main layout: <?xml version="1.0"