Hi All,<br><br>I am creating a pipeline that is receiving the audio/video RTP data from network and saving it into file. My pipeline is receiving only G711 and H263 RTP data. Most of the time my pipeline is working fine except one case. Whenever there is RTP data other than G711 and H263 my pipeline throws error (Internal data Flow Error).<br>
<br>Can some one explain how can i ignore the RTP data in pipeline other than what i wanted?<br><br>Below is the image of my pipeline.<br>filesink &lt;--&gt; muxer &lt;--&gt; rtp depayload &lt;--&gt; gstrtpbin &lt;--&gt; udpsrc<br>
<br>Thanks,<br>UK<br>