mrmaffen / vlc-android-sdk

VLC Android SDK pushed to Maven Central. Primarily used in project tomahawk-android.
792 stars 244 forks source link

event / callback to tell when the player actually starts playing #109

Open maxi182Eman opened 6 years ago

maxi182Eman commented 6 years ago

I am needing to have a callback to know when the player starts playing, a few event listeners are available like (endReached, Playing, Paused, Stop,, etc) but there is not one to tell when the player start showing the video. I've tryed Playing geting the position as 0, but this is called before the video starts.