5

i'm writing android app that using HLS video Streaming from server and sometimes from local file.

which one is easier to implement? which one have better performance and features? I want to know pros and cons about exoplayer and vitamio(Standard Edition).

Siavash Abdoli
  • 1,723
  • 3
  • 21
  • 37

1 Answers1

2

I test this link on samples of Vitamio and Exoplayer(both of samples written by main developers)

Exoplayer play it so faster. Furthermore Exoplayer samples have controller and better samples. I test both of them with other link and the result is the same; I going to use Exoplayer. according to this video from google I/O Exoplayer performance is very good. apps like youtube and lynda.com use exoplayer too. I think exoplayer is easier to use. you can ask your question on issues page of exoplayer in github site; actually Exoplayer sample is better for using and undestanding

Siavash Abdoli
  • 1,723
  • 3
  • 21
  • 37
  • 1
    I'm using Exoplayer but for misc video. I guess Exoplayer is a good solution to use which will be (I guessing) used by most of app that don't use MediaPlayer as it's made by google. – Hugo Gresse Sep 25 '15 at 07:21