[Bug 795321] rtsp-client: Fix session timeout

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Apr 20 07:19:48 UTC 2018


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |slomo at coaxion.net
         Resolution|---                         |FIXED

--- Comment #3 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit 808b49cbfc9cd7f5df5b36a6a66f918cfb8c65b6 (HEAD, master)
Author: Joakim Johansson <joakimj at axis.com>
Date:   Tue Apr 17 11:03:11 2018 +0200

    rtsp-client: Fix session timeout

    When streaming data over TCP then is not the keep-alive
    functionality working.

    The reason is that the function do_send_data have changed
    to boolean but the code is still checking the received result
    from send_func with GST_RTSP_OK.

    The result is that a successful send_func will always lead to
    that do_send_data is returning false and the keep-alive will
    not be updated.

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

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