GNOME Bugzilla – Bug 701049
rtsp-client: detect IPv6 vs IPv4 using address family, not socket family
Last modified: 2013-05-26 15:22:51 UTC
The attached patch makes gst-rtsp-server detect IPv4 vs IPV6 by using the connecting client's address family. Previously it used the socket family to do this detection. When the socket was opened as IPv6 and an IPv4 client connected the connection data line of the SDP would be incorrectly generated. This is now fixed.
Created attachment 245334 [details] [review] Patch fixing the bug concerning IPv4 vs IPv6.
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 700953 ***