Guys,
i have managed to open and play video from my delphi app using vlc activex, but i don't know how to stream that file. i've tried:
FileToStream:='c:\file.avi :sout=#duplicate{dst=display,dst=std{access=http,mux=ts,url=:1234}}"
vlcplay.addtarget(FileToStream,null, VLCPlayListInsert, 0);
vlcplay.play;
this does not work, of course. if i understood correctly, second parameter of addtarget should be options, but i don't know how to make it work. tnx for help