rtsp-stream: Disable multicast loopback for all our sockets
authorSebastian Dröge <sebastian@centricular.com>
Sat, 5 Mar 2016 08:52:11 +0000 (10:52 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Sat, 5 Mar 2016 08:53:15 +0000 (10:53 +0200)
commit206d2ded099e49d8d6e03fdc6158eb6ed96d6276
treec0fecab8a43e3f99c8b4605f11de54fc01269213
parent422d3a300216df5388d00eb1908562a9665b992a
rtsp-stream: Disable multicast loopback for all our sockets

On Windows this is a receiver-side setting, on Linux a sender-side setting. As
we provide a socket ourselves to udpsrc, udpsrc is never setting the multicast
loopback setting on the socket... while udpsink does which unfortunately has
no effect here on Windows but on Linux.

https://bugzilla.gnome.org/show_bug.cgi?id=757488
gst/rtsp-server/rtsp-stream.c