[gstreamer-bugs] [Bug 341752] [rtspsrc] 500 Internal Server Error response with tagesschau.de stream

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Jul 16 12:48:32 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=341752
 GStreamer | gst-plugins-good | Ver: HEAD CVS





------- Comment #5 from Lutz Mueller  2006-07-16 19:47 UTC -------
Created an attachment (id=69009)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=69009&action=view)
First work on supporting real servers

According to xine, real servers need to be sent special headers. 

Attached patch adds 2 functionalities:

(1) I extended rtspmessage.[c,h] and rtspconnection.c to be able to add custom
headers to a request.

(2) I then copied over GPL code from xine to gstrtspsrc.c and hooked it up.
This is just a start - the server still complains (internal server error).

While (1) is straightforward, I am not sure how to handle (2). Fixing the
remaining issues should not be too difficult. However, I guess I can't use GPL
code in a LGPL plugin and need to rewrite that code to just keep the logic. Or
do you know of a different solution?


-- 
Configure bugmail: http://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