Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Exoplayer vs Vitamio

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).

like image 567
Siavash Abdoli Avatar asked Oct 31 '22 18:10

Siavash Abdoli


1 Answers

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

like image 93
Siavash Abdoli Avatar answered Nov 13 '22 20:11

Siavash Abdoli