开发者

Streaming .m3u file in Android 3.0

I am looking to develop an application where I have to stream .m3u file, th开发者_StackOverflow中文版is is for ANDROID 3.0 only.

I want to stream this link dl.dropbox.com/u/2377944/test/abr_test/index.m3u8 it must work in emulator too

I searched a lot, but nothing seems to be working too good.

Please help.

Thanks in advance.


m3u is a play list format, a text file, and not actually audio/video media itself. That means it references media that you would want to stream. The distinction is important.

The contents of the m3u file is important. (Your link is dead, btw.) Show that to use and we can help more. Each of the media files contained in the m3u must be valid and point to media that is compatible with Android.

What makes the media compatable? Check the Android Supported Media Formats page.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜