VLC on ubuntu hardy behind NAT
Darwin on windows 2003 server on remote server
here is the vlc command:
Code: Select all
vlc -I dummy --repeat video.avi vlc:quit --sout '#transcode{vcodec="H263+",venc=ffmpeg{keyint=25},vb=55,width=176,heigth=144,acodec="samr",ab="12.2",samplerate="8000",channels="1"}:rtp{dst=IPOFDARWIN,port-audio=60000,port-video=60002,name=video,proto=udp,sdp=file://video.sdp}'
Code: Select all
rtsp://IPOFDARWIN/video.sdp
It looks like darwin is only sending audio and has some problems with video.
here's my sdp file:
Code: Select all
v=0
o=- 1214564254016113 2 IN IP4 127.0.0.1
s=video
t=0 0
a=tool:vlc 0.8.6e
c=IN IP4 IPOFDARWIN
m=audio 60000 RTP/AVP 96
b=AS:12
a=rtpmap:96 AMR/8000
a=fmtp:96 octet-align=1
m=video 60002 RTP/AVP 97
b=AS:55
a=rtpmap:97 H263-1998/90000
Thank's