I'm trying to play DASH video on android devices with the ExoPlayer from Google (http://developer.android.com/guide/topics/media/exoplayer.html). The documentation is very, very poor and I cannot find some simplest working example with DASH (if someone did it). In the video (https://www.youtube.com/watch?v=6VjF638VObA#t=462) it looks simple but in reality there is a lot of unknown objects. I want to use only ExoPlayer library and without using their github demo because it is very complex and I didn't find a way to add my testing URL because all samples are from YouTube.
Thanks
Actually, it is quite simple to add your testing URL to the ExoPlayer demo application available in Github.
I've tried to explain the exact steps here https://stackoverflow.com/a/29722423/4805417
Here is a simple dash playing example which will play your stream content into
SimpleExoPlayerView
fromexoplayer-ui
.Add
SimpleExoPlayerView
to your layout and use the code belowAlso add the dependencies to your
build.gradle