Search found 2 matches

Go to advanced search

by GianPiero
14 Jul 2016 09:31
Forum: Web and scripting
Topic: Error with new vlc activeX
Replies: 7
Views: 3736

Re: Error with new vlc activeX

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);
by GianPiero
13 Jul 2016 20:24
Forum: Web and scripting
Topic: Error with new vlc activeX
Replies: 7
Views: 3736

Error with new vlc activeX

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...

Go to advanced search