Storing video from IP cam to file

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
tikskit
New Cone
New Cone
Posts: 2
Joined: 23 Aug 2012 21:44
VLC version: 2.0.2
Operating System: Windows

Storing video from IP cam to file

Postby tikskit » 27 Aug 2012 12:27

Hi!

I'm trying to record video from IP camera and store it to a file. I use Delphi 6 and import Active X control from VLC version 2.0.2.

Code: Select all

p: TVLCPlugin2; **** procedure TForm1.Button1Click(Sender: TObject); var oo: WideString; begin p.playlist.clear; oo := ':sout=#duplicate{dst=display,dst=std{access=file,mux=asf,dst="d:\video.asf"}}'; p.playlist.add( 'http://...', // MRI 'Cam', oo ); p.playlist.play; end;
It plays video, but doesn't store to file.

what do I do wrong?



P.s. I've done search and found several similar topics but nothing helps me.

Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: No registered users and 30 guests