Hi all, I am trying to put up the HTTP Live Streaming videos into an app (with Android 3.0, API level 11). The application is able to display .m3u8 videos that directly having links to .ts files. However, when a .m3u8 files is included inside another .m3u8, the video streaming fails.
Is this kind of list supported by Android 3.0? or there is some setting that I missed when displaying the playlist of videos? Thank you. Yuhan ---------------------------------- examples of .m3u8 files that work: #EXTM3U #EXT-X-TARGETDURATION:11 #EXT-X-MEDIA-SEQUENCE:2051 #EXTINF:10, test1-110k_061611_134303_2051.ts #EXTINF:10, test1-110k_061611_134303_2052.ts #EXTINF:10, test1-110k_061611_134303_2053.ts ---------------------------------- examples of .m3u8 files that doesn't work: #EXTM3U #EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=169370 test1-110k.m3u8 #EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=275101 test1-200k.m3u8 #EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=481677 test1-400k.m3u8 -- 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

