GNOME Bugzilla – Bug 324382
Multipart jpeg problem
Last modified: 2005-12-18 17:05:02 UTC
Please describe the problem: I'm decoding a multipart jpeg stream using $ gst-launch-0.10 gnomevfssrc location=http://stareat.it.helsinki.fi/mjpg/video.mjpg ! jpegdec ! xvimagesink It doesn't work perfectly because some frames are skipped, firefox can show the stream much better than gstreamer (check on stareat.it.helsinki.fi/view/index.shtml ) Steps to reproduce: Simply run $ gst-launch-0.10 gnomevfssrc location=http://stareat.it.helsinki.fi/mjpg/video.mjpg ! jpegdec ! xvimagesink Actual results: Stream doesn't work fine. Expected results: Something like http://stareat.it.helsinki.fi/view/index.shtml or http://stareat.it.helsinki.fi/mjpg/video.mjpg on firefox Does this happen every time? Yes Other information:
Try with gnomevfssrc ! multipartdemux ! jpegdec ! xvimagesink. You should apply the patch at #318663 to multipartdemux otherwise it won't work.
*** This bug has been marked as a duplicate of 318663 ***