mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
7f59436979
On Windows it's not possible to bind to a multicast address but the OS will make sure to filter out all packets that arrive not for the multicast address the socket joined. On Linux and others it is necessary to bind to a multicast address to let the OS filter out all packets that are received on the same port but for different addresses than the multicast address And deprecate the multicast-group property and replace it with the address property. https://bugzilla.gnome.org/show_bug.cgi?id=707042 |
||
---|---|---|
.. | ||
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.