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.