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>Jyoti<br>