Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
gst-plugins-good
gst-plugins-good
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 620
    • Issues 620
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 109
    • Merge Requests 109
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamer
  • gst-plugins-goodgst-plugins-good
  • Issues
  • #52

Closed
Open
Opened Dec 09, 2011 by Bugzilla Migration User@bugzilla-migration

multipartdemux: boundary specified manually but gst quits because "Boundary not found"

Submitted by Roman Gaufman

Link to original bug (#665887)

Description

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.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: gstreamer/gst-plugins-good#52