Streaming wizard can help you to assemble the command line.
Media > Stream... > Capture Device tab: enable [v] Show more options, where you can find the input source with appropriate options. Take them and append them to "vlc.exe":
Code: Select all
vlc.exe dshow:// :dshow-vdev="Logitech HD Webcam C310" :dshow-adev=none
Press the "Stream" button and follow the wizard. Take the "Generated stream output string" from the last step of the streaming wizard and append it to your command line:
Code: Select all
vlc.exe dshow:// :dshow-vdev="Logitech HD Webcam C310" :dshow-adev=none :sout=#transcode{vcodec=WMV2,vb=300,scale=automate,acodec=none}:standard{access=http,mux=asf,dst=:8080/}