Understanding rtsp protocolo

Stefan Sauer ensonic at hora-obscura.de
Thu Apr 5 02:47:03 PDT 2012


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
>
> 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 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/2d458fe7/attachment.htm>


More information about the gstreamer-devel mailing list