1

I have developed an HLS player for Android 2.3. It works. However, I am finding that certain Android devices lack support for .ts files. On these phones my player does not work. So, my question is this: Is there a way that I can include support for these files within my app (perhaps a codec or a library of some sort)? After exhaustive searching, I'm really not sure where to go.

Thanks.

4

2 回答 2

1

尝试使用 NDK 将 FFMPEG 移植到 Android,我认为这是解决您播放问题的最佳解决方案。我现在就是这样,我可以向你报告我的进展。

于 2012-06-29T18:08:17.677 回答
1

你可以看看vitamio。我认为如果在尚不支持 ts 文件的设备上安装了 vitamio,您的播放器将可以正常工作。

于 2012-04-16T21:01:56.147 回答