I want to get HTTP Live Streaming (HLS) working in an HTML5 webapp and / or a native application. I've got it working nicely on iOS but no matter what I try I can't get anything to play on my Glaxy Tab 10.1 (schwag from Google I/O 2011) or any of the emulators.
I'm just trying to playback a simple stream (not encrypted, yet): http://devimages.apple.com/iphone/samples/bipbop/gear1/prog_index.m3u8 It seems there are some folks who've got it working: http://code.google.com/p/android/issues/detail?id=14646 For HTML 5 I just use a standard video tag: <video src="http://devimages.apple.com/iphone/samples/bipbop/gear1/ prog_index.m3u8" controls autoplay></video> I've also tried: <video src="httplive://devimages.apple.com/iphone/samples/bipbop/ gear1/prog_index.m3u8" controls autoplay></video> For the native app I'm just using the sample app (android-sdk-mac_86/ samples/android-11/ApiDemos) and plugging in the URL's mentioned above (http://... and httplive://...). My error consoles looks like this: native app: http://pastebin.com/hZRxKWFj web app: http://pastebin.com/2mm0mnHp Any advice would be appreciated. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

