Hi!<br><br>I'm new to VLC and wow! <br><br>What combination of options would you recommend if I wanted to transcode for a very low bandwidth network (128Kbps connection)? Currently this is my config (I'm using rtp), but it doesn't seem to be working for the 128Kbps connection (it works on my LAN!):
<br><br><span style="font-weight: bold;">Server VLC:</span><br>vlc -vvv simpsons_03_09.avi --sout '#transcode{vcodec=mp4v,acodec=mpga,vb=800,ab=128,deinterlace,scale=10}:rtp{dst=<a href="http://10.1.0.105">10.1.0.105</a>,port=1234,ttl=5,sdp=rtsp://10.1.3.136:8080/test.sdp}' --ttl=12
<br><br><span style="font-weight: bold;">Client VLC:</span><br>vlc rtsp://192.167.11.1:8080/test.sdp<br><br>Thanks!<br>-- <br>C is forever.