<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.5450.4" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello all,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I am testing the impact of buffering on video 
quality. I want to receive the same stream from the server with different 
udp-caching settings, and store them into different files into the 
disk.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>However when I did the following on the client 
machine (linux), it seemed only the first file was stored. All other files are 
empty. Do you guys have any idea to fix it? Thank...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>vlc udp:@:5000 --udp-caching 0 
--sout"#std{access=file, dst=1.m4v, mux=ts}" --intf dummy &amp;</FONT></DIV>
<DIV><FONT face=Arial size=2>
<DIV><FONT face=Arial size=2>vlc udp:@:5001 --udp-caching 0 
--sout"#std{access=file, dst=1.m4v, mux=ts}" --intf dummy &amp;</FONT></DIV>
<DIV>
<DIV><FONT face=Arial size=2>vlc udp:@:5002 --udp-caching 0 
--sout"#std{access=file, dst=1.m4v, mux=ts}" --intf dummy &amp;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>Thank you all...</DIV></DIV></FONT></DIV></BODY></HTML>