Understanding rtsp protocolo

Rossana Guerra guerra.rossana at gmail.com
Thu Apr 5 12:34:09 PDT 2012


2012/4/5 Stefan Sauer <ensonic at hora-obscura.de>

> **
> On 04/05/2012 03:23 AM, Rossana Guerra wrote:
>
> Hi everyone, I am very clueless about it since I didn't find so much
> documentation whic could help me.
> I need something like the *test-ogg.c* example but suited for AVI files.
> In the example the following line creates the pipeline:
>
> str = g_strdup_printf ("( "
>       "filesrc location=%s ! oggdemux name=d "
>       "d. ! queue ! rtptheorapay name=pay0 pt=96 "
>       "d. ! queue ! rtpvorbispay name=pay1 pt=97 " ")", argv[1]);
>
> 1- Is the any AVI payloader?, if not, what is the way to do it?
>
> You would not stream the avi as such, but demux it and playload the
> streams inside the avi (the audio and video). For those there should be
> payloader (e.g. mpeg4 and mp3).
>

Stefan thanks for your answer, could you suggest any example or reading?
Second, I need some control using a message hander, is this possible?. I
don't have idea which the pipeline is.

Regards,

Rossana

>
> Stefan
>
>
> 2- I suppose I can handle messages as usual, isn't it?.
>
> I don't loose my hope for any suggestion, thanks and regards
>
> Rossana
>
>
> _______________________________________________
> gstreamer-devel mailing listgstreamer-devel at lists.freedesktop.orghttp://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20120405/37b91915/attachment.html>


More information about the gstreamer-devel mailing list