[Bug 665887] multipartdemux boundary option appears to be ignored

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Dec 10 05:35:26 PST 2011


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

Roman Gaufman <hackeron> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |UNCONFIRMED

--- Comment #4 from Roman Gaufman <hackeron at gmail.com> 2011-12-10 13:35:23 UTC ---
I tried multipartdemux boundary="video boundary--" - no difference.

This for example works:

( echo "--video boundary--"; curl ${URL}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.

But if I use souphttpsrc, it just says: "Boundary not found in the multipart
header"

Here is live access to the specific IP camera:
http://admin:@82.13.197.168:82/video.cgi

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