im trying to stream my webcam from my laptop to another pc on my lan.
ive created a .bat file as a shortcut.
Code: Select all
start vlc dshow:// :dshow-vdev="Integrated Webcam" -V dummy --intf=dummy --dummy-quiet :sout=#transcode{vcodec=WMV1,vb=500,fps=15,width=320,acodec=none}:http{mux=asf,dst=:8080/} :no-sout-rtp-sap :no-sout-standard-sap :ttl=1 :sout-keep
i can connect again sometimes, but not all the time. but again it only lasts a couple of mins.
any ideas?
thanks