rtsp-stream: Always bind to ANY when address is a multicast address and not only...
authorSebastian Dröge <sebastian@centricular.com>
Mon, 11 Apr 2016 07:55:23 +0000 (10:55 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 29 Apr 2016 08:48:57 +0000 (11:48 +0300)
commitaa9a2443a1d303727167b5b253e09e31fea6f09b
tree6027ef3d15ed6041e6a14cddb5f50b30182b89c5
parent99e6d9c6ccbc07f486a492a0babe5ae6210f3977
rtsp-stream: Always bind to ANY when address is a multicast address and not only on Windows

For IPv6 addresses, binding to a multicast group does not work on Linux
either. Always bind to ANY and then later join the multicast group.

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