Hi,
i have a problem with my plugin vlc in my visual basic application.
This is the code:
Dim options as string
options= ":sout=#duplicate{dst=display,dst=std{access=file,mux=ps,dst=c:\doc\test.mpg}}"
vlc.addTarget("rtsp://172.16.98.20:554/stream1", options, AXVLC.VLCPlaylistMode.VLCPlayListInsert, 0)
vlc.play()
The video play correctly, but not create the file...
help!