[gstreamer-bugs] [Bug 318663] http mjpeg stream from axis 213 PTZ camera

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Dec 9 06:51:26 PST 2005


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=318663
 GStreamer | gst-plugins | Ver: HEAD CVS





------- Additional Comments From Luca Ognibene  2005-12-09 14:51 -------
Created an attachment (id=55809)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=55809&action=view)
make it works in cvs head

This patch: 
 - remove the hardcoded prefix
 - add a "prefix" property. The default is the old hardcoded one.
 - add a "autoscan" property (default false). If you set the autoscan to true
it tries to find the prefix looking at the beginning of the first buffer. 
 - add a finalize function to free the prefix

I can now play the file using:
./gstreamer/tools/gst-launch-0.10 filesrc location="/home/luogni/stream.mjpg" !
multipartdemux autoscan=true ! image/jpeg,framerate:fraction=10/1 ! jpegdec !
ffmpegcolorspace ! ximagesink

or

 ./gstreamer/tools/gst-launch-0.10 filesrc location="/home/luogni/stream.mjpg"
! multipartdemux prefix="boundary" ! image/jpeg,framerate:fraction=10/1 !
jpegdec ! ffmpegcolorspace ! ximagesink

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list