<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 04/05/2012 03:23 AM, Rossana Guerra wrote:
    <blockquote
cite="mid:CAAMjx-fj8L51yU2SxGcpb6TYgt=wHEu=bwJ3SfJjm+DuF02dDA@mail.gmail.com"
      type="cite">Hi everyone, I am very clueless about it since I
      didn't find so much documentation whic could help me. <br>
      I need something like the *test-ogg.c* example but suited for AVI
      files.&nbsp; In the example the following line creates the pipeline: <br>
      <br>
      str = g_strdup_printf ("( "<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "filesrc location=%s ! oggdemux name=d "<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "d. ! queue ! rtptheorapay name=pay0 pt=96 "<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "d. ! queue ! rtpvorbispay name=pay1 pt=97 " ")", argv[1]);<br>
      <br>
      1- Is the any AVI payloader?, if not, what is the way to do it?<br>
    </blockquote>
    You would not stream the avi as such, but demux it and playload the
    streams inside the avi (the audio and video). For those there should
    be payloader (e.g. mpeg4 and mp3).<br>
    <br>
    Stefan<br>
    <blockquote
cite="mid:CAAMjx-fj8L51yU2SxGcpb6TYgt=wHEu=bwJ3SfJjm+DuF02dDA@mail.gmail.com"
      type="cite">
      <br>
      2- I suppose I can handle messages as usual, isn't it?.<br>
      <br>
      I don't loose my hope for any suggestion, thanks and regards<br>
      <br>
      Rossana<br>
      <br>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
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>