Page 1 of 1

Is VLC multiple Instance safe ??

Posted: 15 Mar 2010 22:41
by psanthu123
Hi,

Can i have multiple instance of VLC in one process[one application]??

vlc_1 = libvlc_new (argc, argv, &ex_1);
vlc_2 = libvlc_new (argc, argv, &ex_2);

I am trying to do kind of video conferencing, one instance as RTP server and other as RTP client.
I am using windows XP.

Re: Is VLC multiple Instance safe ??

Posted: 26 Mar 2010 23:15
by RĂ©mi Denis-Courmont
In 1.0, there are a few problems if the command line parameters are different. This is fixed in 1.1