Streaming .m3u file in Android 3.0 -


I am trying to develop an application where I have to stream. M3u file, it is only for Android 3.0.

I want to stream this link dl.dropbox.com/u/2377944/test/abr_test/index.m3u8 It should also work in the emulator

I searched a lot But nothing seems to be done

Please help.

Kindly thank you in advance.

M3U is a playlist format, a text file, and not really audio / video media only This means that the media references that you want to stream. Distinguish is important.

The content of the M3u file is important (your link is dead, BTW.) Show it to use and we can help more. Each of the media files contained in the M3U should be valid and communicate with the media which is compatible with Android.

What is media compatible? Check the page.

Comments