[gst-devel] dynamically linking ffenc??

Eric Zhang nicolas.m.zhang at gmail.com
Thu Dec 25 10:33:07 CET 2008


Hi, gstreamer-devel:

    1. Consider "decodebin" for demux & decode your media file
automatically.

    2. You mentioned "encode this file into a perticular format", so why you
wanna find encoder & rtppayloader dynamically ? You should link your
specified encoder to decodebin then link rtppayloader, that's all.

Eric Zhang

2008/12/24 Jyoti D <jyoti.d at allaboutif.com>

> Hi all,
>
> I am writing an application where I need to do the following:
> 1. read a media file from the disk
> 2. encode this file into a particular format
> 3. use the rtp payloaders to send the data on to the server
>
> To my understanding to use an encode I need to demux and then decode the
> file data
> to a raw format and then encode this data using the encoder and then
> payload the same using rtp payloaders.
>
> Now I want to find the encoder dynamically and link with the decoder.
> Similarly I also need to dynamically link the rtp payloaders.
>
> But I am not able to do it. Could anyone help me regarding the same.
>
> Thanks,
> Jyoti
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20081225/a568c677/attachment.htm>


More information about the gstreamer-devel mailing list