How do you create an SDP file using the Windows GUI. I just need to save the SDP file and FTP it to my server and I'm all set.
Thanks!
Code: Select all
v=0
o=- 1849156998 1849156998 IN IP4 [~~My IP Address~~]
s=TEST
t=0 0
c=IN IP4 [~~Server IP Address~~]
m=audio 5440 RTP/AVP 96
a=rtpmap:96 mpeg4-generic/32000/2
a=fmtp:96 profile-level-id=15;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1290
m=video 5442 RTP/AVP 97
a=rtpmap:97 MP4V-ES/90000
a=fmtp:97 profile-level-id=3;config=000001b0f3000001b50ee0c0c0cf000001000000012000845d4c307d314043c1443f;
Code: Select all
call "c:\Program Files\VideoLAN\VLC\vlc.exe" -vvv --reset-config --no-audio dshow:// :dshow-vdev="AXIS MJPEG Capture Driver" :dshow-adev="" :dshow-size="" --sout-rtp-dst=" 192.168.2.101" --sout-rtp-ttl="127" --sout-rtp-sdp="rtsp://192.168.2.150/test.sdp" --sout "#transcode:rtp" --sout-transcode-fps=15 --sout-transcode-venc="ffmpeg" --sout-transcode-vcodec="mp4v" --sout-transcode-vb="8000"
Code: Select all
vlc.exe rtsp://192.168.2.136/live.amp -vvv --reset-config --no-audio --sout-rtp-
dst="192.168.2.100" --sout-rtp-ttl="127" --sout-rtp-sdp="file://c:/vlc2.sdp" --sout
"#transcode:rtp" --sout-transcode-fps=15 --sout-transcode-venc="ffmpeg" --sout-transcode-
vcodec="mp4v" --sout-transcode-vb="8000"
Return to “VLC media player for Windows Troubleshooting”
Users browsing this forum: Corbax, Google [Bot] and 25 guests