<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Hi,<br>
      <br>
      try to set byte-stream to false for rtph264depay,<br>
      <br>
      Nicola<br>
      <br>
      Il 22/10/2012 09:56, Mazahir Poonawalla ha scritto:<br>
    </div>
    <blockquote
cite="mid:CAGKnx=01WyvWrVh8HYVpqJF2nwbmkVSUYzC=iDCzUrUJkA08mQ@mail.gmail.com"
      type="cite">Hi,
      <div><br>
      </div>
      <div>Thanks for the help, but it is not working. I tried this
        before too. Whenever I mux it, it gives an "internal data flow
        error"</div>
      <div><br>
      </div>
      <div>Any other way.</div>
      <div><br>
      </div>
      <div>
        Thanks,</div>
      <div>Maz<br>
        <br>
        <div class="gmail_quote">On 22 October 2012 12:06, dv <span
            dir="ltr"><<a moz-do-not-send="true"
              href="mailto:dv@pseudoterminal.org" target="_blank">dv@pseudoterminal.org</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div bgcolor="#FFFFFF" text="#000000">
              <div>
                <div class="h5">
                  <div>On 2012-10-22 08:30, Mazahir Poonawalla wrote:<br>
                  </div>
                </div>
              </div>
              <blockquote type="cite">
                <div>
                  <div class="h5">Hi,
                    <div><br>
                    </div>
                    <div>Any help on this one?</div>
                    <div><br>
                    </div>
                    <div>Cheers,</div>
                    <div>Maz<br>
                      <br>
                      <div class="gmail_quote">On 19 October 2012 15:34,
                        Mazahir Poonawalla <span dir="ltr"><<a
                            moz-do-not-send="true"
                            href="mailto:mazahir.poonawalla@ideaforge.co.in"
                            target="_blank">mazahir.poonawalla@ideaforge.co.in</a>></span>
                        wrote:<br>
                        <blockquote class="gmail_quote" style="margin:0
                          0 0 .8ex;border-left:1px #ccc
                          solid;padding-left:1ex">
                          <div>Hi,</div>
                          <div><br>
                          </div>
                          I am using RTSP to stream a video from
                          leopardboard. The streaming works fine on
                          client. I am capturing the stream on localhost
                          and then recording the incoming video to a
                          mp4/avi file. It records well and can be
                          played in linux movie player but it cannot be
                          played in vlc nor I get any video properties. 
                          <div> <br>
                          </div>
                          <div>My recording plugin is as follows:</div>
                          <div><font color="#990000"><b><span
style="font-size:11.0pt;line-height:115%;font-family:"Calibri","sans-serif"">gst-launch
-v

                                  -e rtspsrc location=<a
                                    moz-do-not-send="true">rtsp://localhost:8554/test</a>
                                  ! rtph264depay ! filesink </span><span
style="font-size:11.0pt;line-height:115%;font-family:"Calibri","sans-serif"">location=test1.avi</span></b></font><br
                              clear="all">
                            <div><br>
                            </div>
                            <div>Any help as to what is going wrong.
                              Also just for reference I am using
                              dmaienc_h264 to encode the video. </div>
                            <br>
                          </div>
                          <div>Thanks,<br>
                            Maz</div>
                        </blockquote>
                      </div>
                      <br>
                      <br clear="all">
                      <div><br>
                      </div>
                      <br>
                      <br>
                    </div>
                    <br>
                    <fieldset></fieldset>
                    <br>
                  </div>
                </div>
                <pre>_______________________________________________
gstreamer-devel mailing list
<a moz-do-not-send="true" href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a>
<a moz-do-not-send="true" href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
              </blockquote>
              You don't mux this in any container. It seems that the
              result is a raw h264 bitstream. Perhaps use this instead:<br>
              <br>
              gst-launch -v -e rtspsrc location=<a
                moz-do-not-send="true">rtsp://localhost:8554/test</a> !
              rtph264depay ! matroskamux ! filesink location=test1.mkv<br>
              <br>
              Also note that AVI is not suitable for h264 data. Use MKV
              (as shown above) or MP4 instead.<br>
            </div>
            <br>
            _______________________________________________<br>
            gstreamer-devel mailing list<br>
            <a moz-do-not-send="true"
              href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
            <a moz-do-not-send="true"
              href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel"
              target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
            <br>
          </blockquote>
        </div>
        <br>
        <br clear="all">
        <div><br>
        </div>
        <br>
      </div>
      <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>