Code: Select all
axVLCPlugin.playlistClear();
string[] lOptions = new string[] {":sout=#duplicate{dst=std{access=udp,mux=ts,url=239.20.30.40:1234}}"};
axVLCPlugin.addTarget(@"c:\temp\ice_mulCBR.avi", lOptions, AXVLC.VLCPlaylistMode.VLCPlayListAppendAndGo, -666);
Thanks!