rtsp-stream: Don't bind the sockets to multicast addresses
authorSebastian Dröge <sebastian@centricular.com>
Wed, 2 Mar 2016 09:47:47 +0000 (11:47 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 2 Mar 2016 09:47:47 +0000 (11:47 +0200)
commitbcee3202d3a6c8749d9a0c7158096d7009f8e337
treef5cae6f6cbb878bb074b65ff70f64e58d3b830d4
parentca1d987a9ded0ec7530b0bafd877520e6b3d0640
rtsp-stream: Don't bind the sockets to multicast addresses

This works on Linux but fails completely on Windows. You're supposed
to bind to ANY and then join the multicast group.

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