<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><div dir="ltr"><div style="">     I have query regarding .aac audio file. In testprogs/ directory we have executable file for every type of format(like .mpeg4, .h264, .mpeg1or2 etc) but not for .aac(or we can say ADTS format) , streaming this format is only given through testOndemandRTSPserver .why?</div></div></blockquote><div><br></div>Simply because I never got around to writing a "testAACAudioStreamer" (multicast streaming) application.  But such an application would be easy to write.  (Look at "liveMedia/ADTSAudioFileServerMediaSubsession.cpp" to see how (for unicast streaming) we create a source object (from an ADTS-format file) and sink objects for streaming.)</div><div><br></div><div><blockquote type="cite"><div dir="ltr"><div style="">I want to stream .H264 (video) and .aac (audio) together,taking them from two different file and then combining them before streaming. right now i have linked them to one servermedia session(sms)</div>
<div style="">and tried to read from two files using Bytestreamfilesource.</div><div style="">is this can be done.</div></div></blockquote><div><br></div>Yes, this will work.  However, you may have trouble getting audio and video (because they come from separate files) in synch.  (I.e., you may have trouble ensuring that each source object's "presentationTime" values are properly synchronized.</div><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/">http://www.live555.com/</a></span></span>
</div>
<br></body></html>