GNOME Bugzilla – Bug 732238
Listen on the multicast group for RTP/RTCP packets
Last modified: 2014-07-22 12:27:15 UTC
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.
Created attachment 279233 [details] [review] 0001-rtsp-stream-Listen-on-the-multicast-group-for-RTP-RT.patch
commit 3159b374b9d4b73d20667667f8fd843fa319e9e9 Author: Sebastian Dröge <sebastian@centricular.com> Date: Wed Jun 25 18:23:10 2014 +0200 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