<div dir="ltr"><span style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px">Hello,<br><br>I'm using live555 in a swift (iOS) application, and I would like to stream AAC through this phone using RTP.</span><br style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px">

<br style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px"><span style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px">I have done a lot of test using MP3 and it works fine. (I'm using VLC and/or WireShark to capture the stream)</span><br style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px">

<br style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px"><span style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px">But I can't use AAC.</span><br style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px">

<br style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px"><span style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px">I tried to use ADTSAudioFileSource and MPEG4GenericRTPSink but I get a crackling sound instead (Noise) when I try to capture it.</span><br style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px">

<br style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px"><p style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px">sessionStateAAC.source = ADTSAudioFileSource::createNew(*env, inputFileNameAAC);</p>

<div style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px"><p>sessionStateAAC.sink = MPEG4GenericRTPSink::createNew(*env, sessionStateAAC.rtpGroupsock, 96, 44100, "audio", "AAC-hbr",sessionStateAAC.source->configStr(),2);</p>

<p><br></p><p>How can I get rid of this problem ? Am I doing it wrong ?</p><p><br></p><p>Thanks, we are trying to get it work since 3 (working) days now</p></div></div>