Ive tried it before and cant seem to get it to work, this is the code that i tried using
Code: Select all
vlc -vvv dshow://:dshow-vdev="SMRT Capture":dshow-adev="SoundMAX Digital Audio" --sout #duplicate{dst=display{noaudio},
dst="transcode{vcodec=WMV2,acodec=mp3,vb=256,ab=64,deinterlace}:standard{access=http,mux=asf,url=192.168.2.174:1234}",dst=standard{access=http,mux=wav,url=192.168.2.174:1235},
dst="transcode{vcodec=WMV2,acodec=mp3,vb=128,ab=32,deinterlace}:standard{access=http,mux=asf,url=192.168.2.174:1236}",dst=standard{access=http,mux=wav,url=192.168.2.174:1237}}
it displays it for local viewing, but none of the http streams are broadcasting, is it something in the code?