[Bug 659573] multipartdemux: segfault

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Sep 21 05:26:33 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=659573
  GStreamer | gst-plugins-good | git

--- Comment #5 from Nicola <lists at svrinformatica.it> 2011-09-21 12:26:31 UTC ---
what is missing is the Content-Type, for example here is a stream that
multipart can handle:

HTTP/1.1 200 OK
Expires: Mon, 01 Jul 1980 00:00:00 GMT
Cache-Control: no-cache, no-store, must-revalidate
Pragma: no-cache
Content-Type: multipart/x-mixed-replace;boundary=myboundary

--myboundary
Content-Type: image/jpeg
Content-Length: 33575

... data ...

and this is the one that doens't work

HTTP/1.1 200 OK
Content-Type: multipart/mixed;boundary=myboundary

--myboundary
Content-Length: 3868

..data...

maybe multipartdemux should demux the data and forward if no content type is
given

-- 
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