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.addTarget('rtsp://' + IpCam + '/p1.mp4', null, VLCPlayListCheckInsert, 0);
VlcPlugIn.Position:= 0;
VlcPlugIn.play;
This 4 code rows have worked very fine.
thanks a lot anyway