[Bug 653317] New: RTSP server uses hardcoded Multicast address.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jun 24 02:25:41 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=653317
  GStreamer | gst-rtsp-server | 0.10.8

           Summary: RTSP server uses hardcoded Multicast address.
    Classification: Platform
           Product: GStreamer
           Version: 0.10.8
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-rtsp-server
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: marc.leeman at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=190567)
 View: https://bugzilla.gnome.org/attachment.cgi?id=190567
 Review: https://bugzilla.gnome.org/review?bug=653317&attachment=190567

Allow specifying the multicast address

The RTSP server defaults back to unicast to the clients; and when requesting
multicast; it falls back to a hardcoded MC address with random ports.

For a server serving a lot of clients in the same network; this identical
destination causes all clients to receive all the multicast data sent (even if
they are only requesting limited ports). This strains the network heavily and
scales poorly.

This patch allows setting mc-override (maybe the name should be changed) in the
GstMediaFactory.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list