qedejavu
qedejavu

Reputation: 442

HTTP Live Streaming with Android 2.x

Since Android (officially) support HLS starting with 3.0 I've looked at different ways to include hls in my app.

  1. use a lib like the nexstreaming (pretty expensive)
  2. use a HTML 5 player (hls not working on some 2.3 devices)
  3. utilize plugin players like vitamio

My Problem is, that possibility number 3 works best, but my client doesn't want the users to see that a plugin is used.

Is there a way to include another apk / install it without prompting the user? Or maybe someone has a completly different idea on playing hls on 2.x .

Upvotes: 1

Views: 1432

Answers (2)

gogotv
gogotv

Reputation: 21

Vitamio is free(means charge) for personal/commercial use so far...

Upvotes: 2

vipw
vipw

Reputation: 7645

Contact vov.io and buy a commercial license for vitamio. Then you could bundle it in your apk. It's still going to be way cheaper than nextreaming.

Upvotes: 1

Related Questions