Understanding rtsp protocolo
Mailing List SVR
lists at svrinformatica.it
Thu Apr 5 13:47:13 PDT 2012
Il 05/04/2012 21:42, Rossana Guerra ha scritto:
> If I understood you well, I need to use avidemux and then a payloader.
> I did it as my pipeline shows, so the linking to a payloader is the
> only missing?
>
> I have something
> decodebin2 ------ ....some other
> artifacts......--------- queue // for audio
> |
> filescr ---avidemux----
> |
> decodebin2 -------- ........ ----------
> queue // for video
>
> thanks
please take a look here:
http://cgit.freedesktop.org/gstreamer/gst-rtsp-server/tree/examples/test-mp4.c#n49
adjust demuxer and payloder for your case,
Nicola
>
> 2012/4/5 Rossana Guerra <guerra.rossana at gmail.com
> <mailto:guerra.rossana at gmail.com>>
>
>
>
> 2012/4/5 Stefan Sauer <ensonic at hora-obscura.de
> <mailto: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 list
>> gstreamer-devel at lists.freedesktop.org <mailto:gstreamer-devel at lists.freedesktop.org>
>> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> <mailto:gstreamer-devel at lists.freedesktop.org>
> http://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/34c030c9/attachment.htm>
More information about the gstreamer-devel
mailing list