I am currently using android media player and switching different bandwidth URLs manually named on button click but video streaming is not smooth. App minimum sdk version is 15. I already looked up for Exoplayer but it is very large library. My expectation is for smooth streaming player which should be small in size and customizable also.
Asked
Active
Viewed 1,605 times
2 Answers
1
Sorry for too late answer but there is no other customizable video player available which is able to stream video based upon network bandwidth (except than ExoPlayer Android-best one ) but the only issue is that it supports from min Api level 16 My need was min SDK 15. So i customized standard media player for Api level 15 and using ExoPlayer for further Api level.

DeveloperByChoice
- 52
- 7
0
There are so many libraries available some of them are listed below. you can clone repository and customize as per your requirement.

Nilesh Senta
- 5,236
- 2
- 19
- 27
-
thanks for response what if i want to change video quality smoothly according to network bandwidth like youtube. – DeveloperByChoice Aug 08 '16 at 04:57
-
How to start auto play using this libarry? – aslamhossin May 13 '17 at 10:14