<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr">Le mar. 9 oct. 2018 07 h 57, vk_gst <<a href="mailto:venkateshkuppan26@gmail.com">venkateshkuppan26@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Hello<br>
<br>
Exactly, the behavior was observed when the sender was started before the<br>
receiver. Also the when the reverse(receiver start before sender), the<br>
timeout message was seen.<br>
<br>
So in case, the connection between sender-receiver is strong in the initial<br>
stage, and then as the distance increases(considering a wireless link) -<br>
which might lead to packet drops, won't the element udpsrc detect this<br>
timeout? <br>
Also, I don't think its wise to tune the kernel driver to clear the backlog<br>
of packets. I was thinking of taking the udpsrc element and right a new<br>
plugin that could solve this particular issue.  <br>
What could be the possible ways to detect such a network  link breakdown? <br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">In RTP world, there is a second protocol called RTCP, which allow for bidirectional side channel. It's used mostly to provide feedback and retransmission. In libwebrtc, there is a custom feedback protocol developed by Google that uses roundtrip time variation to predict network condition change. This is not yet implemented in GStreamer, but seems like a good research direction for your use case.</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Regards<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" rel="noreferrer noreferrer" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank" rel="noreferrer">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div></div></div>