Page 1 of 1

Multiple instance with libvlc API

Posted: 15 Jun 2007 18:25
by loic69
Hi

I have problems using 0.8.6b multi instance of VLC...
for(...)
VLC_Create()
VLC_Init

And for destroying

for(...)
VLC_CLeanUp()
VLC_Destroy

I have problems in destroying object... Some mysterious crash...
It's never at the same time and the source is core vlc...

I have too some crash when i calling VLC_Stop() function...

I use libvlc with Visual Studio 6.
I try to load libvlc.dll library with loadlibrary and GetProcAddress...but it seams better with linking my app on libvlc.lib that I maked...

Is anybody have experience in using libvlc API in multi instance ?
For info, I need 20 instances of VLC in my software...

Re: Multiple instance with libvlc API

Posted: 11 Jul 2007 15:54
by loic69
Up

Re: Multiple instance with libvlc API

Posted: 11 Jul 2007 15:57
by dionoea
Those issues have been fixed in the developement version AFAIK. Some more info is available in this forum category: viewforum.php?f=16