[Bug 702002] setting address pool with only ipv4 addresses doesn't work

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jun 27 05:02:21 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=702002
  GStreamer | gst-rtsp-server | 1.x

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wim.taymans at gmail.com
             Blocks|703175                      |

--- Comment #1 from Wim Taymans <wim.taymans at gmail.com> 2013-06-27 12:02:14 UTC ---
IMO, the stream should not fail if it can't get an address of the right
version. the stream will simply only be available for clients requesting the
available version. 

If no versions are possible, we fail.

If you want to explicitly limit the amount of IPv4 addresses but allow any
IPv6, you should add an IPv6 range that includes everything.

so:

 no pool = no restrictions for ipv4 and ipv6 ports
 pool = restricts ipv4 and ipv6 addresses

an alternative is to set a 2 pools one for ipv4 and another for ipv6 but that
maybe that's a bit too much.

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