<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Il 26/05/2012 00:34, W.A. Garrett Weaver ha scritto:
    <blockquote
cite="mid:CA+vRh+ebY_86DTFizaBJMUbOC9-LFQEBSk47tYpq3EVN+AJFaQ@mail.gmail.com"
      type="cite">When I tried that, filesink makes a file that is 0
      bytes. In theory doing that should work fine, but when I tried it:
      it didn't.<br>
      <br>
      That's funny that it works for you, I have no idea why it doesn't
      work for me, it would help if rtph264depay was documented.</blockquote>
    <br>
    add h264parse after the depayloder will work with all the muxer you
    tryed, add also -e to gst-launch,<br>
    <br>
    Nicola<br>
    <br>
    <blockquote
cite="mid:CA+vRh+ebY_86DTFizaBJMUbOC9-LFQEBSk47tYpq3EVN+AJFaQ@mail.gmail.com"
      type="cite"> Is it my version of gstreamer? I'm using 0.10<br>
      <br>
      On Friday, May 25, 2012, Nathanael D. Noblet &lt;<a
        moz-do-not-send="true" href="mailto:nathanael@gnat.ca">nathanael@gnat.ca</a>&gt;
      wrote:<br>
      &gt; On 05/24/2012 09:54 PM, W.A. Garrett Weaver wrote:<br>
      &gt;&gt;<br>
      &gt;&gt; I found the solution to the intermittent delay problem.
      What you have to<br>
      &gt;&gt; do is reduce the latency on gstrtpjitterbuffer to 10ms
      instead of being<br>
      &gt;&gt; 500ms.<br>
      &gt;&gt;<br>
      &gt;&gt; gst-launch-0.10 udpsrc multicast-group=224.1.1.1
      auto-multicast=true<br>
      &gt;&gt; port=5010 caps='application/x-rtp, media=(string)video,<br>
      &gt;&gt; clock-rate=(int)90000, encoding-name=(string)H264,<br>
      &gt;&gt;
sprop-parameter-sets=(string)\"Z0KAHukBQHpCAAAH0AAB1MAIAA\\=\\=\\,aM48gAA\\=\",<br>
      &gt;&gt; payload=(int)96, ssrc=(uint)3315029550,
      clock-base=(uint)3926529534,<br>
      &gt;&gt; seqnum-base=(uint)45576' ! gstrtpjitterbuffer
      drop-on-latency=true<br>
      &gt;&gt; latency=10 ! rtph264depay ! ffdec_h264 ! x264enc !
      matroskamux !<br>
      &gt;&gt; filesink location=movie.mkv<br>
      &gt;&gt;<br>
      &gt;&gt; The result is this:<br>
      &gt;&gt; Helmet Cam Record 3<br>
      &gt;&gt;<br>
      &gt;&gt; This works good if the computer on the receiving end is
      sufficiently<br>
      &gt;&gt; fast enough to compress video, since mine is, this is an
      adequate<br>
      &gt;&gt; solution. Still, it would be nice to record the h264
      stream directly to<br>
      &gt;&gt; a file instead of having to re compress.<br>
      &gt;<br>
      &gt; I do something somewhat similar (I capture encoded video from
      IP network cameras and only remux to a file)...<br>
      &gt;<br>
      &gt; What happens if you have rtph264hdepay ! matroskamux !
      filsink??? Why doesn't that work for you?<br>
      &gt;<br>
      &gt;<br>
      &gt; --<br>
      &gt; Nathanael d. Noblet<br>
      &gt; t 403.875.4613<br>
      &gt; _______________________________________________<br>
      &gt; gstreamer-devel mailing list<br>
      &gt; <a moz-do-not-send="true"
        href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
      &gt; <a moz-do-not-send="true"
        href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
      &gt;<br>
      <br>
      -- <br>
      <div><strong>W.A. Garrett Weaver </strong></div>
      <div><a moz-do-not-send="true"
          href="mailto:weaverg@email.arizona.edu" target="_blank">weaverg@email.arizona.edu</a></div>
      <br>
      <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>