activex vb
Posted: 14 Apr 2006 01:37
I'm trying to record a streaming video to a file but vb is complaining, here is my partial code:
vb is saying invalid procedure call or argument. I have double and tripple check the argument but I don't see anything bad.
Thanks
balm
Code: Select all
dim opt(1) as string
opt(0) = ":sout=#transcode{vcodec=mp4v,vb=1024,scale=1}:duplicate{dst=display,dst=std{access=file,mux=asf,url=" & chr$(34) & "C:\V1.asf" & chr$(34) & "}}"
vlcplugin1.addtarget "http://192.168.1.100/video/stream.asf",opt(0),vlcplaylistinsert,0
Thanks
balm