gstreamer/gst/udp
Sebastian Dröge 7f59436979 udpsrc: Bind to multicast addresses on non-Windows systems
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
2013-09-03 11:23:24 +02:00
..
gstdynudpsink.c (dyn|multi)udpsink: Add properties to specify the bind address and port 2013-05-23 18:42:09 +02:00
gstdynudpsink.h (dyn|multi)udpsink: Add properties to specify the bind address and port 2013-05-23 18:42:09 +02:00
gstmultiudpsink.c udpsink: bind to the given interface 2013-06-24 17:13:05 +02:00
gstmultiudpsink.h (dyn|multi)udpsink: Add properties to specify the bind address and port 2013-05-23 18:42:09 +02:00
gstudp.c udp: log WARNING debug message if UDP multicast is likely to be broken 2013-04-27 11:25:12 +01:00
gstudpnetutils.c Fix FSF address 2012-11-04 00:07:18 +00:00
gstudpnetutils.h Fix FSF address 2012-11-04 00:07:18 +00:00
gstudpsink.c udpsink: avoid leaking the host 2013-06-05 12:14:01 +02:00
gstudpsink.h udp: Remove unused enum type 2013-04-25 09:16:14 +02:00
gstudpsrc.c udpsrc: Bind to multicast addresses on non-Windows systems 2013-09-03 11:23:24 +02:00
gstudpsrc.h udpsrc: Bind to multicast addresses on non-Windows systems 2013-09-03 11:23:24 +02:00
Makefile.am udp: Don't include removed gstudp.h in noinst_HEADERS 2013-04-25 10:43:56 +02:00
README gst/udp/: Update README, simple cleanup. 2006-09-21 09:50:41 +00:00
udp.vcproj more working plugins 2004-07-27 21:41:30 +00:00

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