Swifty McSwifterton
Swifty McSwifterton

Reputation: 2667

Playing HLS without Android OS support for .ts files

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.

Upvotes: 1

Views: 1299

Answers (2)

Rodrigo Amaro Reveco
Rodrigo Amaro Reveco

Reputation: 5012

Try to port FFMPEG to Android with the NDK, I think that's the best solution for your playing issues. I'm now in that way, I could report you my advances .

Upvotes: 1

vipw
vipw

Reputation: 7645

You can take a look at vitamio. I think that your player will work if vitamio is installed on the the devices that don't already support the ts files.

Upvotes: 1

Related Questions