Note that there are some explanatory texts on larger screens.

plurals
  1. PORecording Video from IP camera using VLC?
    primarykey
    data
    text
    <p>i am try VLC media player to record a video from IP camera. i found this command line to record video from ip camera.<br></p> <pre><code>"C:\Program Files\VideoLAN\VLC\vlc.exe" -I dummy --dummy-quiet http://user:password@ipAddress.com:port/videostream.asf --run-time=120 :demux=dump :demuxdump-file=C:\output_test.avi vlc://quit </code></pre> <p>The command line is working, i can get video with sound from IP camera. The only problems is the recorded video only can be played using VLC itself, the video also only have information which is only size(KB,MB), the windows cannot get the other information such as video length, size(Width*Height), etc. And the most important is video cannot be played using Window Media Player.</p> <p>*<strong>*EDIT</strong></p> <pre><code>"C:\Program Files\VideoLAN\VLC\vlc.exe" -I dummy --dummy-quiet http://user:password@ipAddress.com:port/videostream.asf --run-time=120 --sout "#std{access=file,mux=avi,dst="c:\test.avi"}" vlc://quit </code></pre> <p>using this command, now i got all the video's info and playable using window media player and other players as well, but this time the there is no sound in video.</p> <p>I'm implementing this in web app. I got the code running fine.</p> <p>Does anyone here can provide me the correct command line to get working video with sound and also video's information.</p> <p>i tried searching but cannot find the correct command line(if any). Tried VLC forum but got Error 403.</p> <p>**note: i am using windows 7 OS.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload