If it is possible to transfer non-media data with rtp?

marcin at saepia.net marcin at saepia.net
Fri Apr 22 04:17:22 UTC 2016


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.

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).

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.

m.


2016-04-21 18:53 GMT-07:00 Ugly Face <xuchangxue365812 at 126.com>:

> I have a data source generating non-media data and want to transfer it with
> no delay, I don't know if I can transfer these non-media data with
> gstreamer? Need I custom new element?
>
>
> Say, the data is point user touch on screen, I want to display one user's
> touch on another user's screen with no delay.
>
> Any help will be appreciated.
>
>
>
> --
> View this message in context:
> http://gstreamer-devel.966125.n4.nabble.com/If-it-is-possible-to-transfer-non-media-data-with-rtp-tp4677051.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160421/7ba512af/attachment.html>


More information about the gstreamer-devel mailing list