<div dir="ltr"><div>Maybe for such purpose, you can send plain UDP frames, even without GStreamer? GLib/GIO has nice bindings for that, all code should fit on one screen.<br><br></div><div>Obviously you can do this via GStreamer (udpsrc/udpsink will accept anything you drop into it) or via RTP (but then you have to write payloader/depayloader).<br><br></div><div>If it's really about X/Y of the mouse cursor and you can safely assume that UDP frames will arrive to the receiver (but it's an issue to consider also with RTP) I would have used plain UDP.<br><br></div><div>m.<br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-04-21 18:53 GMT-07:00 Ugly Face <span dir="ltr"><<a href="mailto:xuchangxue365812@126.com" target="_blank">xuchangxue365812@126.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have a data source generating non-media data and want to transfer it with<br>
no delay, I don't know if I can transfer these non-media data with<br>
gstreamer? Need I custom new element?<br>
<br>
<br>
Say, the data is point user touch on screen, I want to display one user's<br>
touch on another user's screen with no delay.<br>
<br>
Any help will be appreciated.<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/If-it-is-possible-to-transfer-non-media-data-with-rtp-tp4677051.html" rel="noreferrer" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/If-it-is-possible-to-transfer-non-media-data-with-rtp-tp4677051.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="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br></div>