After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 732238 - Listen on the multicast group for RTP/RTCP packets
Listen on the multicast group for RTP/RTCP packets
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-rtsp-server
git master
Other Linux
: Normal normal
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-06-25 16:27 UTC by Sebastian Dröge (slomo)
Modified: 2014-07-22 12:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
0001-rtsp-stream-Listen-on-the-multicast-group-for-RTP-RT.patch (4.30 KB, patch)
2014-06-25 16:27 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2014-06-25 16:27:06 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.
Comment 1 Sebastian Dröge (slomo) 2014-06-25 16:27:58 UTC
Created attachment 279233 [details] [review]
0001-rtsp-stream-Listen-on-the-multicast-group-for-RTP-RT.patch
Comment 2 Sebastian Dröge (slomo) 2014-07-22 12:27:12 UTC
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