- Reviewed guide and contributing documents? (Yes/No): Yes
- version [x.y.z, hash, other]: 4.1.1
- installed as a package or compiled from sources [deb, rpm, git, other]: compiled from git sources
- standalone or part of third party [motion, MotionEyeOS, other]: standalone
- video stream source [V4L (card or USB), net cam (mjpeg, rtsp, other), mmal]: mjpeg + rtsp
- hardware [x86, ARM, other]: amd64
- operating system [16.04, Stretch, etc, FreeBSD, other]: Ubuntu 16.04
After migration to libmicrohttpd motion webstreams cannot be used in gstreamer apps, but still viewable in browser.
>gst-launch-1.0 -v souphttpsrc location=http://127.0.0.1:8082 ! multipartdemux ! jpegdec ! fakesinkSetting pipeline to PAUSED ...
Pipeline is PREROLLING ...
ERROR: from element /GstPipeline:pipeline0/GstMultipartDemux:multipartdemux0: Could not demultiplex stream.
Additional debug info:
multipartdemux.c(503): multipart_parse_header (): /GstPipeline:pipeline0/GstMultipartDemux:multipartdemux0:
Boundary not found in the multipart header
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
Freeing pipeline ...
4.1 works normally.
After migration to libmicrohttpd motion webstreams cannot be used in gstreamer apps, but still viewable in browser.
4.1 works normally.