Batch file to create stream and SDP file
Code: Select all
"C:\Program Files\VideoLAN\VLC\vlc.exe" -v --no-video dshow:// --dshow-vdev="none" --dshow-adev="SigmaTel Audio" --sout="#transcode:rtp" --sout-transcode-acodec="mp4a" --sout-transcode-ab="64" --sout-rtp-dst="172.16.5.230" --sout-rtp-port-audio="1240" --sout-rtp-sdp="file://C:/vlc2.sdp"
Nothing in the messages window on the machine doing the encoding and sending the stream (which is a XP laptop).
Help?
And thanks!