Hi, I´m with the same problem, but the access to my origine video come from a multicast SDP file. I´m trying to transcode a transmission to another with a lower bitrate and save a SDP in the Darwin Streaming Server.
The code that I´m using in the command-line is this:
vlc.exe \
-vvv \
rtsp://xxx.xxx.xxx.xxx/canal1.sdp \
--sout "#transcode:rtp" \
--sout-transcode-vcodec="h264" \
--sout-transcode-vb="96" \
--sout-transcode-scale="1" \
--sout-transcode-acodec="mp4a" \
--sout-transcode-ab="32" \
--sout-rtp-dst="xxx.xxx.xxx.xxx" \
--sout-rtp-ttl="127" \
--sout-rtp-sdp="file://C:/Progra~1/Darwin~1/Movies/canal1_128kbit.sdp" \
When I access the SDP file "canal1_128kbit.sdp" with a Quicktime or VLC player, only the audio play and not transcoded, but it is like the original codec and bitrate.
Any suggestion?
To the previous post, I found this link:
http://www.via.ecp.fr/via/ml/vlc/2004-12/msg00040.html
or this:
http://lists.apple.com/archives/streami ... 00169.html