I load the vlc activex and the simples command without parameter like play() work. But the addTarget command return an error from the activex :
Code: Select all
addTarget("rtsp://mafreebox.freebox.fr/freeboxtv/201",
"", 12, -666);
Thanks
Code: Select all
addTarget("rtsp://mafreebox.freebox.fr/freeboxtv/201",
"", 12, -666);
Code: Select all
char url[] = "rtsp://mafreebox.freebox.fr/freeboxtv/201";
ax->addTarget(url, 0, VLCPlayListAppendAndGo, 0);
Code: Select all
Error calling IDispatch member addTarget: Exception thrown by server.
Code: Select all
int i = ax->PlaylistCount();
Code: Select all
movMain.addTarget(targetPath, Nothing, AXVLC.VLCPlaylistMode.VLCPlayListReplaceAndGo, -666)
Users browsing this forum: No registered users and 3 guests