Hi all, <br><br>I'm trying to do video streaming and test the effects of jitter in video quality.<br><br>If I select udp for streming a video<code> <i><font size="4">vlc myvideo.mkv  --sout "#duplicate{dst=std{access=udp,dst=192.168.1.255:1234}}"</font></i></code> and I execute on <br>
a client pc :<font size="4"><i> </i></font><code><font size="4"><i>vlc udp://@:1234</i></font> </code> for example to open the stream :<b> </b>what is the default de-jitter buffer on the client pc ??<br><br>If I wanted to change the buffer size, would I have to add an option like this :<code> <font size="4"><i>vlc udp://@:1234 --udp-caching=<time in ms></i> </font></code><font size="4">?</font><br>
<br>I
 also noticed that udp and rtp are two different options for streaming ?
  What are the differeces between them?<br>Isn't rtp used with udp anyway ?<br><br>Thanks.