[Bug 665887] multipartdemux: boundary specified manually but gst quits because "Boundary not found"

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Feb 19 12:57:46 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=665887
  GStreamer | gst-plugins-good | 0.10.x

--- Comment #8 from Roman Gaufman <hackeron at gmail.com> 2012-02-19 20:57:43 UTC ---
Just tried latest git version and this is still a problem.

This works fine:

 ( echo "--video boundary--"; curl http://admin@192.168.0.108/mjpeg.cgi; ) |
gst-launch -e -v   matroskamux name=mux ! filesink location="out.mkv"   fdsrc
do-timestamp=true ! multipartdemux boundary="video boundary--" !
image/jpeg,width=640,height=480 ! mux.

However this does not: 

( curl http://admin@192.168.0.108/mjpeg.cgi; ) | gst-launch -e -v   matroskamux
name=mux ! filesink location="out.mkv"   fdsrc do-timestamp=true !
multipartdemux boundary="video boundary--" ! image/jpeg,width=640,height=480 !
mux.

I get the error: Boundary not found in the multipart header.

I still don't understand the rationale behind forcing a boundary in the header
check when a boundary is provided manually via the "boundary" property.

Anyone?

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