[Bug 639420] RTSP setup, add client_ports

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Nov 5 07:57:26 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=639420
  GStreamer | gst-plugins-good | 0.10.26

--- Comment #4 from Marc Leeman <marc.leeman at gmail.com> 2012-11-05 15:57:21 UTC ---
OK, this is a good reminder for me to describe in detail why what change was
made.

  if (src->client_port_range.max > 0 && tmp_rtcp >= src->client_port_range.max)
    goto no_ports;


If the port range is passed 3000-3001; you should only exit if the rtcp port is
3002; not if it is 3001.

At least, that was my interpretation, the range specifies the ports that can be
used. The current implementation assumes that you cannot use the last port in
the range.

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