Hi guys, I know that the event Endreached have been asked for many times, both in and out of this forum, but sadly few threads have been solved till now
So here is my question:
I am using C# and libvlc, my app can handle the endreached event but before I set stop and play, it dead totally(because vlc had unload the media)
during the debug I found it even could NOT do libvlc_media_player_release so I have some unreleased memory and effect my app, although I have manually reload the media, it still not work as I want(it can work, but since exists the unreleased memory, it keeps flashing)
could somebody give me a detailed example about how to perform LOOP play by using endreached?
thank you all~~
==========================
solved by myself
LibVlc.libvlc_event_attach() and LibVlc.libvlc_event_detach() would be used