Hi,<br><br>I compile the vlc trunk on ubuntu. But when I start vlc with this command:<br>$ ./vlc -I dummy v.flv --sout '#transcode{vcodec=mp4v,vb=400,acodec=mpga,ab=128}:rtp{dst=<a href="http://127.0.0.1">127.0.0.1</a>
,port-video=3342,port-audio=3346,sdp=<a href="file:///usr/local/movies/v.sdp">file:///usr/local/movies/v.sdp</a>}'<br><br>I get this error:<br>[00000306] main private error: no sout stream module matched "rtp"
<br>[00000304] stream_out_transcode private error: cannot create chain<br>[00000303] main stream output error: stream chain failed for `transcode{vcodec=mp4v,vb=400,acodec=mpga,ab=128}:rtp{dst=<a href="http://127.0.0.1">127.0.0.1
</a>,port-video=3342,port-audio=3346,sdp=<a href="file:///usr/local/movies/mytest2.sdp">file:///usr/local/movies/mytest2.sdp</a>}'<br><br>Can you please tell where is 'rtp sout stream' module located?<br><br>I check  libstream_out_rtp_plugin.so* is in my bin/lib/vlc/stream_out directory.
<br><br><br><br>