[Bug 756818] rtspsrc under Windows: invalid pointer address in attempting to use a pointer argument in a call

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Oct 26 14:31:30 PDT 2015


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

--- Comment #4 from Evan Callaway <evan.callaway at ipconfigure.com> ---
An update on this:

After picking through things I found that the pipeline was attempting to send
messages to an IPv4 address over an IPv6 socket, which is apparently not
allowed with the sockets used in Windows?  Perhaps there is some additional
configuration or flags that can help out here....potentially setting
IPV6_V6ONLY to false when creating the socket if we aren't already?

Regardless, I was able to work around this issue by altering my source camera's
network settings so it's up and rolling.

An additional thing to consider is that it may be beneficial to add some
logging in gst_multiudpsink_configure_client to put out some error logging if
the address is an IPv4 family address and the available socket is not
compatible.  Thoughts?  This is low hanging fruit, so I can give you a quick
patch for this if you would like.

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