Active X in VC++.net
Posted: 06 Jul 2006 17:15
hi guys.
I am trying to save video stream but not able to. ( I can play it though)
I am working in VC++.net (1.1) and vlc 0.8.5.
String* op = ":sout=#duplicate{dst=display,dst=std{access=file,mux=mp4,
dst='C:\06.07.06\test2.mp4'}}" ;
axVLCPlugin1->addTarget("http://vthr.videolan.org/~dionoea/vlc-p ... w_h264.asf",
(op->ToCharArray()), Interop::AXVLC::VLCPlaylistMode::VLCPlayListAppendAndGo, -666 );
the error is wrong parameter.(options which is op in my code)
if it is not possible with 0.8.5 plz tell me for 0.8.4.
Looking forward
Thanking you all.
nadz
I am trying to save video stream but not able to. ( I can play it though)
I am working in VC++.net (1.1) and vlc 0.8.5.
String* op = ":sout=#duplicate{dst=display,dst=std{access=file,mux=mp4,
dst='C:\06.07.06\test2.mp4'}}" ;
axVLCPlugin1->addTarget("http://vthr.videolan.org/~dionoea/vlc-p ... w_h264.asf",
(op->ToCharArray()), Interop::AXVLC::VLCPlaylistMode::VLCPlayListAppendAndGo, -666 );
the error is wrong parameter.(options which is op in my code)
if it is not possible with 0.8.5 plz tell me for 0.8.4.
Looking forward
Thanking you all.
nadz