rtsp-stream: Only bind multicast sockets to ANY on Windows
authorSebastian Dröge <sebastian@centricular.com>
Fri, 4 Mar 2016 11:51:12 +0000 (13:51 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 4 Mar 2016 11:51:12 +0000 (13:51 +0200)
commit97948225499b37ceff773d77e345a2a0b7cb4593
tree0268330805980038e4cac93fa22012c0de6502a9
parenta7ced98346c6d49c4569d1b609a773a042c46796
rtsp-stream: Only bind multicast sockets to ANY on Windows

On Linux it is still needed to bind to the multicast address
to filter out random other packets, while on Windows binding
to multicast addresses just fails.
gst/rtsp-server/rtsp-stream.c