rtsp-stream: Listen on the multicast group for RTP/RTCP packets
authorSebastian Dröge <sebastian@centricular.com>
Wed, 25 Jun 2014 16:23:10 +0000 (18:23 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 22 Jul 2014 12:26:49 +0000 (14:26 +0200)
commit3159b374b9d4b73d20667667f8fd843fa319e9e9
tree6a6c246f80f950d06b31f7a9418724ed81e0a393
parente58eeb408d1b8415860c93ade956a8bf62f7af1b
rtsp-stream: Listen on the multicast group for RTP/RTCP packets

When a UDP multicast transport is used it is expected that the server listens
for RTP and RTCP packets on the multicast group with the corresponding port.
Without this we will never get RTCP packets from clients in multicast mode.

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