Relay problem through DSS

About encoding, codec settings, muxers and filter usage
lunatictr
New Cone
New Cone
Posts: 9
Joined: 04 Oct 2009 23:22

Relay problem through DSS

Postby lunatictr » 09 Oct 2009 15:27

hi all.
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"
192.168.1.2 is my laptops ip

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.. :( :roll:

isync
Blank Cone
Blank Cone
Posts: 23
Joined: 18 Oct 2009 14:22

Re: Relay problem through DSS

Postby isync » 18 Oct 2009 15:14

Did you solve it? Please share.

eplgh
New Cone
New Cone
Posts: 1
Joined: 25 Oct 2009 18:24

Re: Relay problem through DSS

Postby eplgh » 25 Oct 2009 18:36

It works for me with the same VLC and DSS releases on WinXP and a SonyEricsson C905 with the following batch file:

Code: Select all

call "C:\\Program\\VideoLAN\\VLC\\vlc.exe" "dshow://" ":dshow-vdev=USB PC Camera (SN9C102)" -vvv --reset-config --no-audio --sout "#transcode:rtp" --sout-rtp-dst="192.168.0.2" --sout-rtp-ttl="127" --sout-rtp-sdp="file://C:/Program Files/Darwin Streaming Server/Movies/webcam.sdp" --sout-transcode-vcodec=mp4v --sout-transcode-vb=200 --sout-transcode-width=320 --sout-transcode-height=240 --sout-transcode-fps=10
My VLC and DSS are both on 192.168.0.2. The DSS relay settings are:

Relay name: webcam
Status: Enabled
Source IP: 127.0.0.1
Mount point: left empty
Wait for announced
Dest IP: 127.0.0.1
Announced UDP
Mount point: webcam.sdp
Other fields empty

I note that you specify --sout-transcode-venc="ffmpeg", I am not sure this is necessary. Also you specify --sout-transcode-vb="8000" which I think means 8 megabit/sec which is a bit on the high side, might be your main problem. Otherwise all looks OK as far as I can see.

Also I think that you will not see anything in the DSS relay status screen until you actually start the streaming on your cellphone. If no streaming is active the relay is empty even if VLC is running.


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 10 guests