[gst-devel] HTTP video source serves individual JPEG images

Stefan Kost ensonic at hora-obscura.de
Sat Jan 8 12:16:35 CET 2011


Am 03.01.2011 12:38, schrieb Guillermo Rodriguez Garcia:
> Hello all,
> 
> I am trying to use gstreamer to stream video (sort of) from a HTTP source
> that serves individual JPEG images. This is not a MJPEG stream -- instead,
> a new HTTP request is required for each frame that is to be retrieved.
> 
> This pipeline works for MJPEG:
> 
> gst-launch souphttpsrc location=http://user:pass@hostname/path ! jpegdec ! xvimagesink
> 
> If I try to use the same pipeline for an HTTP source that serves individual
> JPEG images, only one image is shown (since the HTTP response actually
> contains just one single image).

gst-launch souphttpsrc location=http://user:pass@hostname/path ! multipartdemux
! jpegdec ! xvimagesink

Stefan

> 
> Is there any way to have souphttpsrc make additional requests periodically
> from the specified location?
> 
> Is there any other way to achieve this?
> 
> Thanks,
> 
> GRodriguez
> 
> 
> ------------------------------------------------------------------------------
> Learn how Oracle Real Application Clusters (RAC) One Node allows customers
> to consolidate database storage, standardize their database environment, and, 
> should the need arise, upgrade to a full multi-node Oracle RAC database 
> without downtime or disruption
> http://p.sf.net/sfu/oracle-sfdevnl
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel





More information about the gstreamer-devel mailing list