<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 12/28/2014 11:27 PM, Jesper Taxbøl
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAHQA3mRnUGY7eUExX39pr3W3fT3fPsuXyeZECMQX1mtVv6yAwA@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hi Guys,
        <div><br>
        </div>
        <div>I am working on adding a sound stream alongside a h264
          video stream.  The project I have started from is this plugin
          for openframeworks: <a moz-do-not-send="true"
href="https://github.com/HalfdanJ/ofxStreamer/blob/master/src/ofxStreamerSender.cpp">https://github.com/HalfdanJ/ofxStreamer/blob/master/src/ofxStreamerSender.cpp</a></div>
        <div><br>
        </div>
        <div>I have generally had a hard time finding examples on how to
          add a audio stream into the transport stream and its hard to
          make progress by guessing codec parameters.</div>
        <div><br>
        </div>
        <div>The stream I have tried adding is AAC, but that seems to
          crash when I actually send it data. So I suspect my
          precompiled library does not support it. </div>
        <div><br>
        </div>
        <div>What audio codec is so default so it would make sense to
          start with using that?</div>
        <div><br>
        </div>
        <div>If you happen to be on Chaos Communication Congress (31C3),
          let me know as I would like to meet someone with more
          experience than I in this area.</div>
        <div><br>
        </div>
        <div>Kind regards.</div>
        <div><br>
        </div>
        <div>
          <div class="gmail_signature">Jesper Taxbøl
            <div><br>
            </div>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Libav-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a>
<a class="moz-txt-link-freetext" href="http://ffmpeg.org/mailman/listinfo/libav-user">http://ffmpeg.org/mailman/listinfo/libav-user</a>
</pre>
    </blockquote>
    Why dont you try muxing example in doc/example folder of ffmpeg
    source code.<br>
    over there its all there, what you might need.<br>
    <br>
    You should also share your piece of code, where you are adding audio
    stream.<br>
    <br>
    -Anshul<br>
  </body>
</html>