Hi All,
First of all, great work with the activex interface!
I have tried the activex on the .net plataform (C#) and it works perfectly playing files and remote streams.
But i have a problem : i am trying to use the activex to capture the video stream comming from a webcan and output to an mpeg file.
If i add a target like that :
dshow:// :dshow-vdev="MY WEBCAM" :dshow-adev="none" :no-dshow-config :no-dshow-tuner :sout=#transcode{vcodec=mp1v,vb=256,scale=1}:duplicate{dst=display,dst=std{access=file,mux=mpeg1,url="C:\Prueba.mpg"}}
I can watch the preview in the screen, but no file is recorded. In the other hand if i launch vlc from the command line the above argument, the file is generated correctly.
Is there any way to use the activex plugin to capture and output to a file? How should i tell the activex to output to file?
Many thanks for the videolan thing
Bolo.