rtsp-stream: Disable multicast loopback for the multicast udp sources too
authorSebastian Dröge <sebastian@centricular.com>
Tue, 17 Nov 2015 10:44:38 +0000 (12:44 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 17 Nov 2015 10:45:58 +0000 (12:45 +0200)
commitcdc0849dfe74ceb0c151b374251463111f42a414
treeca7bb6bb142bed8cb98781460881261fc42d0c60
parent52fb304ac9a2f690c897ea406bfea40fbeeee653
rtsp-stream: Disable multicast loopback for the multicast udp sources too

On POSIX this setting is for sender sockets, on Windows for receiver sockets.
Previously we were only setting this for sender sockets, which caused looped
back packets to be received on Windows if a multicast transport was used.
gst/rtsp-server/rtsp-stream.c