[Bug 665887] New: multipartdemux boundary option appears to be ignored

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Dec 9 13:10:20 PST 2011


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

           Summary: multipartdemux boundary option appears to be ignored
    Classification: Platform
           Product: GStreamer
           Version: 0.10.x
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: hackeron at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


I have a D-Link DCS-930L IP camera and when I get mjpeg from it, it looks
something like this:

# wget http://user:pass@192.168.1.15/video/mjpg.cgi mjpg.cgi contents:
Content-length: 45536
Date: 10-04-2011 07:41:20 PM IO_00000000_PT_000_000
Content-type: image/jpeg
(jpeg data)
--video boundary--
Content-length: 45607
Date: 10-04-2011 07:41:20 PM IO_00000000_PT_000_000
Content-type: image/jpeg
(jpeg data)

So the boundary is "--video boundary--" - I try to specify this to gstreamer
with:

multipartdemux boundary="--video boundary--"

Yet I still get the following whether I specify the boundary or not:

Boundary not found in the multipart header
ERROR: pipeline doesn't want to preroll.

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