[gstreamer-bugs] [Bug 318663] http mjpeg stream from axis 213 PTZ camera

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Oct 21 03:13:59 PDT 2005


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=318663
 GStreamer | gst-plugins | Ver: 0.8.10





------- Additional Comments From Pierre Cassimans  2005-10-21 10:13 -------
the problem seems to be the following (thx for the help on irc)

static gchar *toFind = "--ThisRandomString\nContent-type: ";

This --ThisRandomString is --myboundary in the axis header.

Why can't we just put this:
static gchar *toFind = "Content-type: ";

or make a property boundary="--myboundary" for the element.


------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list