<div dir="ltr">Hi<br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 24, 2015 at 6:17 AM, prasanth123 <span dir="ltr"><<a href="mailto:arisettiprasanthkumar@gmail.com" target="_blank">arisettiprasanthkumar@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">The Problem is At receivers end i am not getting all the frames and the<br>
video also not playing properly. Only one frame playing and stopping and<br>
again playing only single frame.<br></blockquote><div><br></div><div>How do you detect that you "at receiver end" are "not getting all the frames" ?<br></div><div>How many Mbps are you sending ?<br></div><div>What kind of hardware and which OS is the "receiver end"?<br></div><div>What is the system load of the "receiver end"?<br><br></div><div>I have had similar problems loosing RTP packets on both heavy loaded XEON based Linux servers as well as Raspberry PI based systems. I suspected network packet loss, but saw no loss when using tcpdump to inspect RTP sequence number yet the udpsrc module was not picking up all the packets. It turned out that improving the systems UDP receiver buffer was the answer. On a Raspberry Pi 2 I used the following<br><br><div style="margin-left:80px">sysctl  -w net.core.rmem_max=2621440<br></div><br></div><div>This increased the default udp receiver buffer by a factor 16 for a RaspPi2 running Ubuntu. Other distros may have other defaults. Other OSs have similar ways to increase the system default UDP receiver buffer.<br><br></div><div>Best regards<br></div><div>Peter<br></div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Can anyone provide some solution or suggestion?<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Losing-Packets-When-trasmitting-data-over-UDP-through-RTP-tp4674613.html" rel="noreferrer" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/Losing-Packets-When-trasmitting-data-over-UDP-through-RTP-tp4674613.html</a><br>
Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br></div></div>