libvlc Version: 2.1.x
I am subscribing to the end reached callback and it is triggered when the media finishes playing. However, I can no longer control the media (play, pause, set time, etc.) after this event fires. Actually, I can't control the media even if I don't subscribe to the EndReached event.
It seems that the media is unloaded or released. Surely there is some way to overcome this without having to release/reload the media player object.
[EDIT] I didn't realize that this was the behavior in VLC as well, so I'll probably have to find a workaround.
Thanks
tags: libvlc_MediaPlayerEndReached, libvlc_event_attach