[gstreamer-bugs] [Bug 534243] udpsink no longer supports IPv4 on Windows, only IPv6

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Apr 5 00:21:59 PDT 2010


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

Sjoerd Op 't Land <sjoerd> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sjoerd at intercue.nl

--- Comment #31 from Sjoerd Op 't Land <sjoerd at intercue.nl> 2010-04-05 07:21:51 UTC ---
I hereby confirm that the patch also seems to work on Mac OS X 10.5.8 (Leopard)
as well. That is, this works (IPv4):

gst-launch filesrc location=/dev/urandom ! udpsink host=127.0.0.1
gst-launch udpsrc ! fakesink dump=1

And this works (lPv6):

gst-launch filesrc location=/dev/urandom ! udpsink
gst-launch udpsrc uri="udp://[::1]:4951" ! fakesink dump=1

Apparently, udpsrc opens an IPv4 socket by default, while udpsink opens a
socket to localhost by default (which evaluates to ::1 (IPv6) on my machine).

But, hey, it is working again after quite some time!

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




More information about the Gstreamer-bugs mailing list