<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div><blockquote type="cite"><div><ul><li><font size="2" face="Arial"><span class="296250506-11062014">    I receive MP4-ES video stream at 2 fps and I'm using
<font size="2">MPEG4ESVideoRTPSource. </font></span></font></li><li><font size="2" face="Arial">    It's works fine with low CPU load but when this load is about 50%, some frames are lost.</font>
</li><li><font size="2" face="Arial">    If I use VLC with the same CPU load, it's works fine without missing frames.</font>
</li><li><font size="2" face="Arial">    I try to increase taskScheduler thread priority without success. Do you know which parameter I need to modify
</font><font size="2" face="Arial">in order that it works?</font></li></ul></div></blockquote></div>Network packet loss (in environments where your network has sufficient capacity) is usually caused by insufficiently large socket reception buffers in the receiver's operating system.  Fortunately, this is something that you can fix in your application.  See<div><span class="Apple-tab-span" style="white-space:pre">  </span><a href="http://www.live555.com/liveMedia/faq.html#packet-loss">http://www.live555.com/liveMedia/faq.html#packet-loss</a></div><br><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;  "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;  ">Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/">http://www.live555.com/</a></span></span>
</div>
<br></body></html>