Hi, gstreamer-devel:<br><br> 1. Consider "decodebin" for demux & decode your media file automatically.<br><br> 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.<br>
<br>Eric Zhang<br><br><div class="gmail_quote">2008/12/24 Jyoti D <span dir="ltr"><<a href="mailto:jyoti.d@allaboutif.com">jyoti.d@allaboutif.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi all,<br><br>I am writing an application where I need to do the following:<br>1. read a media file from the disk<br>2. encode this file into a particular format<br>3. use the rtp payloaders to send the data on to the server<br>
<br>To my understanding to use an encode I need to demux and then decode the file data <br>to a raw format and then encode this data using the encoder and then payload the same using rtp payloaders.<br><br>Now I want to find the encoder dynamically and link with the decoder.<br>
Similarly I also need to dynamically link the rtp payloaders.<br><br>But I am not able to do it. Could anyone help me regarding the same.<br><br>Thanks,<br><font color="#888888">Jyoti<br>
</font><br>------------------------------------------------------------------------------<br>
<br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br>