[Bug 697092] rtspconnection: The "x-server-ip-address" header with wrong IP address is added to the GET response

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Apr 4 03:33:38 PDT 2013


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

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.0.7

--- Comment #3 from Wim Taymans <wim.taymans at gmail.com> 2013-04-04 10:33:35 UTC ---
commit a4e44df6b9727f1f9a26da5774179d402b05b8f0
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date:   Thu Apr 4 12:32:24 2013 +0200

    rtsp: make local_ip and remote_ip variables

    Separate local_ip and remote_ip into separate variables for clarity.

commit 4826ec4e4d40dd3c793d3dda9d0aedb9b4c39d46
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date:   Thu Apr 4 12:16:47 2013 +0200

    rtsp: calculate the local ip address in accept

    Calculate the local IP address in the accept call. We need to place this IP
    address in the GET reply in the X-Server-IP-Address header so that the
client
    knows where to send the POST to in case of tunneled RTSP. Before this patch
    it used the client IP address, which would make the client send the POST
request
    to itself and fail.

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

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