<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Il 13/11/2012 15:37, Song, Yingsheng ha
      scritto:<br>
    </div>
    <blockquote
cite="mid:F5B2473544DCE041A2847611558F9AAB05DECA@006-TK5MPN1-042.mgdtfc.tycoflowcontrol.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <style>
<!--
@font-face
        {font-family:SimSun}
@font-face
        {font-family:"Cambria Math"}
@font-face
        {font-family:Calibri}
@font-face
        {font-family:"\@SimSun"}
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif"}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline}
span.EmailStyle17
        {font-family:"Calibri","sans-serif";
        color:windowtext}
@page WordSection1
        {margin:72.0pt 72.0pt 72.0pt 72.0pt}
-->
</style>
      <div class="WordSection1">
        <p class="MsoNormal">Hi,</p>
        <p class="MsoNormal"> </p>
        <p class="MsoNormal">I am hoping to get some advice from you on
          the following task.</p>
        <p class="MsoNormal"> </p>
        <p class="MsoNormal">Basically we are trying to implement a
          pipeline reading (by a customer GStreamer element) raw frame
          data from disk, pass to ffmux_mov, which generates mp4, and
          passes to a fdsink.
        </p>
        <p class="MsoNormal">If the fdsink is associated with a disk
          file, we get a mp4 file and everything is fine.
        </p>
        <p class="MsoNormal"> </p>
        <p class="MsoNormal">However, we were asked to associate the
          stdout to the fdsink so that the mp4 is not created under the
          disk, but directly get outputted to the stdout as an http
          response to the Client. This doesn’t work. The main issue is
          that the ffmux_mov tries to send SEEK events to the fdsink to
          set write-pointers to different positions of the mp4 to handle
          headers, trailers etc. As the stdout is not a seekable
          resource, this wouldn’t work.</p>
        <p class="MsoNormal"> </p>
        <p class="MsoNormal">I wonder has anyone tried this before. </p>
        <p class="MsoNormal">Have I missed something?</p>
        <p class="MsoNormal">Can ffmux_move be modified to work in the
          above scenario?</p>
        <p class="MsoNormal">Is there other good ways to do the above,
          such as using other containers instead of mp4?</p>
        <p class="MsoNormal">Any advice is highly appreciated.</p>
      </div>
    </blockquote>
    <br>
    try to use mp4mux and set streamable=true, should work,<br>
    <br>
    Nicola<br>
    <br>
    <blockquote
cite="mid:F5B2473544DCE041A2847611558F9AAB05DECA@006-TK5MPN1-042.mgdtfc.tycoflowcontrol.com"
      type="cite">
      <div class="WordSection1">
        <p class="MsoNormal"> </p>
        <p class="MsoNormal">Apologise if I send to the wrong place. I’m
          new to GStreamer and only registered to the mail-list
          yesterday.</p>
        <p class="MsoNormal"> </p>
        <p class="MsoNormal">Song</p>
        <p class="MsoNormal"> </p>
      </div>
      <br>
      <hr>
      <font size="2" color="Gray" face="Arial"><br>
        Tyco Safety Products/CEM Systems Ltd. Registered in Northern
        Ireland: NI 25728. Registered Office: 195 Airport Road West,
        Belfast, BT3 9ED.</font>
      <br>
      <hr>
      <font size="1" color="Gray" face="Arial"><br>
        This e-mail contains privileged and confidential information
        intended for the use of the addressees named above. If you are
        not the intended recipient of this e-mail, you are hereby
        notified that you must not disseminate, copy or take any action
        in respect of any information contained in it. If you have
        received this e-mail in error, please notify the sender
        immediately by e-mail and immediately destroy this e-mail and
        its attachments.<br>
      </font>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>