stream audio only from windows to darwin
Posted: 27 Nov 2006 18:58
I think I have this sorta working proper, but I get "nothing to play" when I try and connect back to my darwin stream. My batch file does produce a SDP file that looks proper though... any help?
Batch file to create stream and SDP file
Use scp to send the resulting SDP file to the darwin server, try and play it from my desktop box, and get "nothing to play" after 10 seconds.
Nothing in the messages window on the machine doing the encoding and sending the stream (which is a XP laptop).
Help?
And thanks!
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!