is it possible to modify the created sdp by vlc ?

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

is it possible to modify the created sdp by vlc ?

Postby lunatictr » 14 Dec 2009 16:59

Hi
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"
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
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
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 ?

Rémi Denis-Courmont
Developer
Developer
Posts: 15265
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: is it possible to modify the created sdp by vlc ?

Postby Rémi Denis-Courmont » 14 Dec 2009 18:49

No.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 8 guests