ActiveX Recording with VC++
Posted: 07 Mar 2006 02:27
Hello,
I am using VLC ActiveX component. I found that recording works in VB but not VC++ (it is directly related with options).
For Example:
these commands work in VB but not VC++. I am using the latest nightly build and I read that the problem is related with the uBound which is fixed in the latest build. But unfortunately it is still not working.
If you have any working code or any workaround for VC++, please post it here! Thanks
Berk
I am using VLC ActiveX component. I found that recording works in VB but not VC++ (it is directly related with options).
For Example:
Code: Select all
std::string options = ":sout=#transcode{vcodec=mp4v,vb=1024,scale=1,acodec=mp3,ab=128,channels=2}:duplicate{dst=std{access=file,mux=ps,url=berk5.mpg}}";
addTarget("rtsp://169.254.20.234/mpeg4/1/media.amp",(VARIANT&)options,9,0);
If you have any working code or any workaround for VC++, please post it here! Thanks
Berk