I am trying to stream video from a Pinnacle video capture card on Windows XP using the following command line:
# VLC media player VLM command batch
#
http://www.videolan.org/vlc/
dshow:// :dshow-vdev="Pinnacle DV/AV Capture" :dshow-adev="" :dshow-size="640X480" :sout=#transcode{vcodec=WMV1,vb=1024,scale=1}:duplicate{dst=display,dst=std{access=mmsh,mux=asfh,dst=192.168.1.2:8080}} :sout-all
VLC looks like it is streaming as VLC Media Player shows an increasing time in the status bar at the bottom, but no local dispay shows and I cannot connect to 192.168.1.2:8080 with Windows Media Player nor another instance of VLC Media Player.
I can stream video from the card using Windows Media Encoder 9, so I am sure the video capture card is working ok.
I guess a good start would be simply to view the video capture card's output locally in the VLC media player. I have tried numerous variations of settings and read quite a few posts regarding setup of VLC as a server, but just can't seem to get VLC set correctly to stream.