Hello everyone,<br><br>I'm trying to stream a file over internet using a 1.5Mbps link. <br><br># server<br>
vlc movie.avi -vvv --sout
'#transcode{width=720,height=576,vcodec=mp4v,vb=1200,acodec=mp3,ab=64}:std{access=http,mux=ts,dst=:8080}'<br>
<br>
# client<br>
vlc <a href="http://localhost:8080">http://localhost:8080</a> --sout '#std{access=file,mux=ts,dst=destination.asf}'<br><br><br>My problem is that sometimes there are some peaks and the bandwidth exceeds 1.5Mbps and the client vlc stops. Is it possible to set up vlc (client) to use a buffer and wait to receive data even if the bandwidth drops to 1Mbps? Or, is it possible to transmit a movie at the bitrate of 
1.5Mbps using for example a 512Kbps connection? I'm not interrested in obtaining a real-time streaming. <br><br><br><br>I've tried using --sout-ts-shaping, --sout-ts-pcr, --file-caching, --file-caching, --sout-ts-dts-delay and still doesn't work Any ideas? What is  the usage of --sout-ts-shaping, --sout-ts-pcr and --sout-ts-dts-delay?
<br><br><br><br><br>thank you very much<br><br>