Hi, thanks for this very nice example.
I create an app based on your example in my app I have many stream address .which I want to play them with next and previous buttons. exact your example plus two buttons. in the onclick listener of each button, I have this code
player.playIndex(selectedVideo)
the problem is when I click the button I get an anr exception on this line
I also ask question on StackOverflow
http://stackoverflow.com/questions/42098796/libvlc-make-anr-exception-on-playindex
please help.