New property for socket binding to mcast addresses
authorPatricia Muscalu <patricia@axis.com>
Thu, 6 Sep 2018 14:17:33 +0000 (16:17 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 28 Sep 2018 10:27:48 +0000 (13:27 +0300)
commitc394de2348c4cc3add2a9fc9cff30733d95c93b7
treead3ace4aeeade03c61312de7abc04a2bf0de7d94
parent62d4c0b179555fa0189d2c8a8e2d81da04a5bc3d
New property for socket binding to mcast addresses

By default the multicast sockets are bound to INADDR_ANY,
as it's not allowed to bind sockets to multicast addresses
in Windows. This default behaviour can be changed by setting
bind-mcast-address property on the media-factory object.

https://bugzilla.gnome.org/show_bug.cgi?id=797059
gst/rtsp-server/rtsp-media-factory.c
gst/rtsp-server/rtsp-media-factory.h
gst/rtsp-server/rtsp-media.c
gst/rtsp-server/rtsp-media.h
gst/rtsp-server/rtsp-stream.c
gst/rtsp-server/rtsp-stream.h
tests/check/gst/client.c
tests/check/gst/mediafactory.c