[Bug 774768] New: [rtsp] error : duplicated cotent-length error.
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Nov 21 04:01:11 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=774768
Bug ID: 774768
Summary: [rtsp] error : duplicated cotent-length error.
Classification: Platform
Product: GStreamer
Version: unspecified
OS: Linux
Status: NEW
Severity: major
Priority: Normal
Component: gst-plugins-base
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: sk1122.park at samsung.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Created attachment 340386
--> https://bugzilla.gnome.org/attachment.cgi?id=340386&action=edit
a patch for this bug
There is duplicated rtsp content-length error.
The specific deivce disconnects rtsp connection due to this bug.
So I checked tcpdump and found this bug.
If you add content-length header to message using
"gst_rtsp_message_add_header", the content length is duplicated twice.
You can check it in tcpdump rtsp text.
for example,
RTSP/1.0 200 OK
CSeq: 2
Content-Type: text/parameters
Content-Length: 645
Date: Thu, 01 Jan 1970 00:02:27 GMT
Content-Length: 645
--
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