I know that this is a long shot, but I'll give it a go anyway as some of you are right smart fuckers. I want to create a stream of a part of my desktop (example here is X=100 Y=100 W=720 H=400 using VLC including the audio going out of my speaks.
I use the following, but there is video and no audio. I test if it's working by using another VLC player to open the stream on
http://127.0.0.1:1234/vlc.mp4
"C:\Program Files (x86)\VideoLAN\VLC\vlc" -vvv screen:// :screen-fps=25 :screen-width=720 :screen-height=400 :screen-top=100 :screen-left=100 :input-slave=dshow:// :dshow-adev="Stereo Mix (Realtek High Defini" --sout "#transcode{vcodec=h264,acodec=mp4a} :standard{access=http,mux=ts,dst=:1234/vlc.mp4}"
Anybody got a clue how to get the audio working as well?