I'm trying to send my webcam stream to my cell phone through darwin streaming server.
Setup : Windows Vista
VLC 1.0.2
DSS 5.5.5
my batch file to start streaming is :
Code: Select all
call "C:\Program Files\VideoLAN\VLC\vlc.exe" -vvv --reset-config --no-audio dshow:// :dshow-vdev="Chicony USB 2.0 Camera" :dshow-adev="" :dshow-size="160x120" --sout-rtp-dst="192.168.1.2" --sout-rtp-ttl="127" --sout-rtp-sdp="file://C:\Program Files\Darwin Streaming Server\Movies\webcam.sdp" --sout "#transcode:rtp" --sout-transcode-fps=15 --sout-transcode-venc="ffmpeg" --sout-transcode-vcodec="mp4v" --sout-transcode-vb="8000"
I see that webcam.sdp is being created when I start batch file
And my relay settings in darwin streaming server
name : webcam
enabled : true
source hostname or ip : 192.168.1.2
mount point : webcam.sdp
wait for announced streams : selected
destination hostname or ip : 192.168.1.2
announced UDP : webcam.sdp
user and pass are blank
The thing is vlc starts and sends the stream, but I cannot see this at the relay status section in the darwin streaming servers administration panel.
where am I doing wrong ? Please help me I'm really stucked at this point..