[gst-devel] SoupHttpSrc repeat read option
Edward Hervey
bilboed at gmail.com
Wed Sep 10 18:29:56 CEST 2008
Hi,
Why don't you just use a fakesrc, connect to the 'handoff' signal and
do the http GET yourself ? You can then give the data back to fakesrc
that way.
BTW, are you sure it's not feeding you the jpegs as multipart ? If you
go on the address in a webpage... does the image refresh automatically ?
Edward
On Wed, 2008-09-10 at 09:37 +0800, Eric Zhang wrote:
> Hi, Dragos:
>
> This is interesting. I have no idea on it -- maybe you can create
> a timeout callback using `g_timeout_add' and play the pipeline again
> and again?
>
> Or you can hook the `EOS' message and trying to play the pipeline
> again while not terminate the pipeline. Ask Wim, he always has a lot
> of ideas. :)
>
> Eric
>
> 2008/9/9 Dragos Cirjan <dragos.cirjan at gmail.com>
> Hi there.
>
> I need a repeat read option for souphttpsrc.
>
> The problem that I have sounds like this: there are Video over
> IP cameras that have neigther MPJEG neigther MPEG sources but
> JPEG ones. The conclusion is that u have to reread the source
> over and over again.
>
> Can anyone tell me what to modifiy to be able to do this?
>
> Thanks.
>
> Chris
>
> --
> -----------------------------------------------------------------
> Cristian - Dragos, Cirjan
> -----------------------------------------------------------------
> Email: dragos.cirjan at yahoo.com
> Email: dragos.cirjan at itmediaconnect.ro,
> doru at bocancul-literar.ro
> Telefon: +40726355762
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move
> Developer's challenge
> Build the coolest Linux based applications with Moblin SDK &
> win great prizes
> Grand prize is a trip for two to an Open Source event anywhere
> in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________ 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