That's true but what modifications are required in CreateStreamsource Virtual function as it is returning ADTSFileSource Instance. ADTSFileSource takes name of file as an argument where in my case an aac audio frame is provided by my device source(LiveSource).<br>
<br><div class="gmail_quote">On Wed, Dec 5, 2012 at 10:19 PM, Ross Finlayson <span dir="ltr"><<a href="mailto:finlayson@live555.com" target="_blank">finlayson@live555.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word"><div><div class="im"><blockquote type="cite">I Want to stream AAC using my live source.But i didn't find any framer
for aac.Do i need to implement my own AAC framer?</blockquote><div><br></div></div>If your input source object delivers discrete AAC audio frames (i.e., one frame at a time), then you don't need a separate 'framer' object.  (Just make sure that your input source object sets "fPresentationTime" properly (aligned with 'wall clock time'; i.e., the time that you'd get by calling "gettimeofday()"), and also sets "fDurationInMicroseconds" properly.)</div>
<div><br></div><div>The "RTPSink" subclass that you would use for streaming AAC audio is a "MPEG4GenericRTPSink".  (See "liveMedia/ADTSAudioFileServerMediaSubsession.cpp" for an illustration of how to use it to stream AAC.)</div>
<span class="HOEnZb"><font color="#888888"><br><br><div>
<span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px"><span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px">Ross Finlayson<br>
Live Networks, Inc.<br><a href="http://www.live555.com/" target="_blank">http://www.live555.com/</a></span></span>
</div>
<br></font></span></div><br>_______________________________________________<br>
live-devel mailing list<br>
<a href="mailto:live-devel@lists.live555.com">live-devel@lists.live555.com</a><br>
<a href="http://lists.live555.com/mailman/listinfo/live-devel" target="_blank">http://lists.live555.com/mailman/listinfo/live-devel</a><br>
<br></blockquote></div><br>