<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Courier New" size="2">
<div><font color="#FF0000"><b>Sending:</b></font></div>
<div>&nbsp;</div>
<div>gst-launch audiotestsrc ! audioconvert ! audioresample ! faac ! rtpmp4apay ! udpsink host=localhost port=5001</div>
<div>&nbsp;</div>
<div><font color="#FF0000"><b>Receiving :</b></font></div>
<div>&nbsp;</div>
<div>gst-launch udpsrc port=5001 caps=&quot;application/x-rtp,media=(string)audio,clock-rate=(int)44100,payload=(int)96,encoding-name=(string)MP4A-LATM&quot; <font color="#0000FF">! rtpmp4adepay ! faad ! filesink location=./abc</font></div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>If I run this receiving cmd, it reports no error but the size of file &quot;abc&quot; is 0, but if I delete the faad use &quot;...! rtpmp4adepay !filesink location=./abc&quot; I can get a file without 0 size.And if I replace the faad with ffdec_aac it will not decode with
the error &quot;Could not decode stream&quot;</div>
<div>&nbsp;</div>
<div>Thanks</div>
<div><font face="Arial, sans-serif">------------------------------------</font></div>
<div><font face="Arial, sans-serif">Boning,Zhang</font></div>
<div><font face="Arial, sans-serif">&nbsp;</font></div>
<div><font face="&#23435;&#20307;, sans-serif">&nbsp;</font></div>
</font>
</body>
</html>