[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
Tue Oct 27 00:25:15 PDT 2015


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

--- Comment #7 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Hm but the udpsrc is actually generated for
>  if (stream->is_ipv6)
>    host = "udp://[::0]";
>  else
>    host = "udp://0.0.0.0";

Where is_ipv6 is based on the address type in the RTSP messages.

For your server, what are all the RTSP messages that are exchanged? Is there an
IN4 connection in the SDP that has an IPv6 address?

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