Thanks a lot
now it's work fine
exist something about options values
var options = new Array(":aspect-ratio=4:3", "--rtsp-tcp");
var id = vlc.playlist.add("rtsp://servername/item/to/play", "fancy name", options);
vlc.playlist.playItem(id);
Hi guys sorry for my question. I have develop a application in Delphi using your Activex object and all worked fine. After a update of VLC the ActiveX is changed and not accept the older function There is a mode to replicate the same functions with the new ActiveX. VlcPlugIn.playlistClear; VlcPlugIn...