Hi there,
I am using the ActiveX from a delphi application and get some access violation messages.
It seems that I get the messages when I try to clear the playlist and addTarget with insertAndGo very quickly (changing it again before the previous call to addTarget actually starts playing the video).
Delphi shows that the exception is thrown from withing the libvlc.stats_ReinitInputStats function and not from the main thread. Is it possible to disable stats altogether to perhaps avoid this problem?
Thank you,
Agis Andreou.