[Bug 795321] New: rtsp-client: Fix session timeout
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Apr 17 09:21:01 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=795321
Bug ID: 795321
Summary: rtsp-client: Fix session timeout
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gst-rtsp-server
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: Joakim.Johansson at axis.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
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.
--
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