Android, Connected TV

Playing different Videos with Exo-Player in Android TV

There are usually 3 types of videos while streaming in any Video Player. While working on Android TV we categorize these in Dash Videos HLS Videos (.m3u8 & .ts) Others (.mp4,.mpeg etc) We need different types of ExtractorRendererBuilder for playing different videos with Exo-Player. In this article I will be...

by Ankit Jain
Tag: Android ExoPlayer
21-Jul-2016

Android

Introduction to Android ExoPlayer

ExoPlayer as the name suggests is a type of media player built on top of Android's low level media API's. It is a better replacement for traditional MediaPlayer that Android framework provides as it has some enhanced features such as Dynamic Adaptive Streaming over HTTP (DASH), HLS adaptive streams etc. It can be used to play audio and...

by Asif Khan
Tag: Android ExoPlayer
03-Nov-2015