<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 <<a
moz-do-not-send="true" href="mailto:nathanael@gnat.ca">nathanael@gnat.ca</a>>
wrote:<br>
> On 05/24/2012 09:54 PM, W.A. Garrett Weaver wrote:<br>
>><br>
>> I found the solution to the intermittent delay problem.
What you have to<br>
>> do is reduce the latency on gstrtpjitterbuffer to 10ms
instead of being<br>
>> 500ms.<br>
>><br>
>> gst-launch-0.10 udpsrc multicast-group=224.1.1.1
auto-multicast=true<br>
>> port=5010 caps='application/x-rtp, media=(string)video,<br>
>> clock-rate=(int)90000, encoding-name=(string)H264,<br>
>>
sprop-parameter-sets=(string)\"Z0KAHukBQHpCAAAH0AAB1MAIAA\\=\\=\\,aM48gAA\\=\",<br>
>> payload=(int)96, ssrc=(uint)3315029550,
clock-base=(uint)3926529534,<br>
>> seqnum-base=(uint)45576' ! gstrtpjitterbuffer
drop-on-latency=true<br>
>> latency=10 ! rtph264depay ! ffdec_h264 ! x264enc !
matroskamux !<br>
>> filesink location=movie.mkv<br>
>><br>
>> The result is this:<br>
>> Helmet Cam Record 3<br>
>><br>
>> This works good if the computer on the receiving end is
sufficiently<br>
>> fast enough to compress video, since mine is, this is an
adequate<br>
>> solution. Still, it would be nice to record the h264
stream directly to<br>
>> a file instead of having to re compress.<br>
><br>
> I do something somewhat similar (I capture encoded video from
IP network cameras and only remux to a file)...<br>
><br>
> What happens if you have rtph264hdepay ! matroskamux !
filsink??? Why doesn't that work for you?<br>
><br>
><br>
> --<br>
> Nathanael d. Noblet<br>
> t 403.875.4613<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">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
><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>