[Bug 766612] New: gst_rtsp_address_pool_add_range() is broken

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed May 18 14:11:39 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=766612

            Bug ID: 766612
           Summary: gst_rtsp_address_pool_add_range() is broken
    Classification: Platform
           Product: GStreamer
           Version: 1.8.1
                OS: Linux
            Status: NEW
          Severity: critical
          Priority: Normal
         Component: gst-rtsp-server
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: zjpseudo at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 328144
  --> https://bugzilla.gnome.org/attachment.cgi?id=328144&action=edit
modified test-launch code which will constraint unicastsing port range

In our application, we has to constraint the video RTP/UDP port range for Qos
management and this feature seems to be broken at least for version 1.8.1. It
was ok on 1.6.0.

Here is how I configure port range and I also attach the modified test-launch.c
code. The same code works on 1.6.0.

            gst_rtsp_address_pool_add_range(rtsp_addr_pool, 
                                            GST_RTSP_ADDRESS_POOL_ANY_IPV4,
                                            GST_RTSP_ADDRESS_POOL_ANY_IPV4, 
                                            18100, 
                                            18109, 
                                            0);

-- 
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