[gstreamer-bugs] [Bug 612696] New: rtspsrc with tcp timeouts after recent commit
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Mar 12 05:02:58 PST 2010
https://bugzilla.gnome.org/show_bug.cgi?id=612696
GStreamer | gst-plugins-good | git
Summary: rtspsrc with tcp timeouts after recent commit
Classification: Desktop
Product: GStreamer
Version: git
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-good
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: luca.ognibene at gmail.com
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME target: ---
GNOME version: ---
After this commit:
http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=38f2b4735d07554c6243e8bf568ba2cbf7db5803
rtspsrc in tcp mode stops working after 25/30s. If i put this code back it
works fine!
- /* see if the timeout period expired */
- if ((tv_timeout.tv_sec | tv_timeout.tv_usec) == 0) {
- GST_DEBUG_OBJECT (src, "timout, sending keep-alive");
- /* send keep-alive, ignore the result, a warning will be posted. */
- gst_rtspsrc_send_keep_alive (src);
- }
--
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