is it possible to modify the created sdp by vlc ?
Posted: 14 Dec 2009 16:59
Hi
I'm trying to stream to Nokia N95 by using vlc.
here's my code.
I can connect and get the stream. the thing is I cannot get the video, I can only get the audio.
After some research I think the problem may be the sdp file
I found this in this link
I'm trying to stream to Nokia N95 by using vlc.
here's my code.
Code: Select all
call "C:\Program Files\VideoLAN\VLC\vlc.exe" dshow://vdev="Chicony USB 2.0 Camera" adev="" -vvv --audio --sout "#transcode:rtp" --sout-rtp-dst="192.168.1.6" --sout-rtp-name="MHSS" --sout-rtp-sdp="rtsp://192.168.1.6:554/webcam.sdp" --sout-transcode-venc="ffmpeg" --sout-transcode-vcodec="mp4v" --sout-transcode-vb="400" --sout-transcode-width="320" --sout-transcode-height="240" --sout-transcode-fps="15" --sout-transcode-aenc="ffmpeg" --sout-transcode-acodec="mp4a" --sout-rtp-mp4a-latm --sout-transcode-ab="32" --sout-transcode-samplerate="16000" --sout-transcode-channels="2"
After some research I think the problem may be the sdp file
I found this in this link
So I'm asking if it is possible to modify the sdp file which is created by vlc for changing b=RR:0 to b=RR:800 ?There is a small problem with some Nokia phones and Darwin Streaming Servers, that need a line to be edited in the created SDP file (for example):
* from b=RR:0 to b=RR:800