<div dir="ltr">Hi,<div style> I tried to create the testAACAudiostreamer.cpp for streaming the .aac audio file </div><div style>in that i used MPEG4GenericRTPSink class for creating the audioSink (as i have read in previous live-devel answers that <span style="color:rgb(0,0,0);white-space:pre-wrap">RTPSink" subclass that you would use for streaming AAC audio is a "MPEG4GenericRTPSink" and also as its been called in </span><font color="#000000"><span style="white-space:pre-wrap">ADTSAudioFileServerMediaSubsession::createNewRTPsink( ) </span></font><span style="white-space:pre-wrap;color:rgb(0,0,0)"> </span></div>
<div style><font color="#000000"><span style="white-space:pre-wrap">.</span></font></div><div style><font color="#000000"><span style="white-space:pre-wrap"> Now the problem i am facing is when i did make , it is not creating object file for </span></font> testAACAudiostreamer.cpp ,i have included this file inside Makefile of testprogs/ also.</div>
<div style> </div><div style><br></div><div style>what i did exacty in my main file is : .......... </div><div style> RTPSink* audioSink;</div>
<div style> .........</div><div style> ...... </div><div style> Groupsock rtcpGroupsock(*env, destinationAddress, rtcpPort, ttl);</div>
<div> rtcpGroupsock.multicastSendOnly(); // we're a SSM source</div><div><br></div><div style> <b> audioSink = MPEG4GenericRTPSink::createNew(*env, &rtpGroupsock, 96);</b></div>
<div style>so should i not use MPEG4GenericRTPSink directly here.</div><div style>the error which is coming during Make is:</div><div style><br></div><div style><br></div><div style><br></div><div style><div><font face="times new roman, serif">t<i>estAACAudioStreamer.cpp:42: error: no matching function for call to ‘MPEG4GenericRTPSink::createNew(UsageEnvironment&, Groupsock*, int)’</i></font></div>
<div><i><font face="times new roman, serif">../liveMedia/include/MPEG4GenericRTPSink.hh:31: note: candidates are: static MPEG4GenericRTPSink* MPEG4GenericRTPSink::createNew(UsageEnvironment&, Groupsock*, u_int8_t, u_int32_t, const char*, const char*, const char*, unsigned int)</font></i></div>
<div><i><font face="times new roman, serif">make[1]: *** [testAACAudioStreamer.o] Error 1</font></i></div><div style><br></div><div style><br></div><div style><font face="times new roman, serif">please guide me what should i do?</font></div>
<div style><font face="times new roman, serif">thanks and regards</font></div><div><br></div></div><div style><br></div><div><br></div><div style><span style="color:rgb(0,0,0);white-space:pre-wrap"><br></span></div><div style>
<span style="color:rgb(0,0,0);white-space:pre-wrap"><br></span></div></div>