mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
e1a7deb27f
Add prototype for a render_list() function that can use a sendmmsg-style g_socket_send_messages() function once it lands in GLib. We can use this infrastructure to send multiple buffers made up by multiple memories to multiple clients in one go, which drastically reduces the number of syscalls made when sending high-bitrate video streams. https://bugzilla.gnome.org/show_bug.cgi?id=732152 |
||
---|---|---|
.. | ||
gstdynudpsink.c | ||
gstdynudpsink.h | ||
gstmultiudpsink.c | ||
gstmultiudpsink.h | ||
gstudp.c | ||
gstudpnetutils.c | ||
gstudpnetutils.h | ||
gstudpsink.c | ||
gstudpsink.h | ||
gstudpsrc.c | ||
gstudpsrc.h | ||
Makefile.am | ||
README | ||
udp.vcproj |
* What is UDP src/sink? It is a set of element to transfer data using UDP, nothing more, nothing less. Its main purpose is to be used in conjunction with RTP but they are kept as separate elements because we can.