Danylo Volokh
Danylo Volokh
I see the same issue on Note 2 (4.4.2) But SGS5 (4.4.4) works fine.
IOException means that there is no access to the video source. Please make sure you are not passing raw link to the youtube.com/example_123 because it's not a source.
You cannot get source url from youtube url. You have to parse the html. You can retrieve it using VLC media player. http://www.groovypost.com/howto/download-youtube-vlc/ Google is not stupid. If you get...
Hi, Youtube does not give you a url to the source. Url to the source is hidden because if you have url to the source you can remove advertisement from...
Error cases are not handled for now. Sorry :)
Deactivate is called when current item should be deactivated but new item is not activated. Yeah, probably not the best implementation
Hi, I had a similar question a few days ago. There is a problem with looping on some devices. We cannot use native method MediaPlayer.setLooping(). We've seen the problem with...
Sorry, I didn't play with the visibility tools so much. Feel free to try it out :)
Please be as much specific as you can with bug reports: Device, steps to reproduce.
Hi, I see that you got the IO exception when Prepare message was running. And result of Prepare is "Error". Then for some reason we call "Stop" and player cannot...