<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>
<div> </div>

<div>Hey Tim,</div>

<div> </div>

<div>thanks for your help. i'm very new in video-processing, never had a lecture about it or something, but now you told it to me, it make sence ;)</div>

<div>the thing is that it still not works :/ by the way, I end my client process after a ehile simply by pressing strg+c, thats not a mistake right ?!</div>

<div> </div>

<div>
<div>HERE MY TRIES:</div>

<div> </div>

<div>
<div>"(...)rtph264depay !  h264parse ! mp4mux ! filesink location=test.mp4"</div>

<div>-->smaller file, but NOT PLAYABLE.            BUT PROMISSING(compared to the others, see further)!</div>

<div> </div>

<div> </div>

<div>"(...)rtph264depay ! mp4mux ! filesink location=test.mp4"</div>

<div>--></div>

<div>
<div>ERROR: from element /GstPipeline:pipeline0/GstUDPSrc:udpsrc0: Internal data flow error.<br/>
Additional debug info:<br/>
gstbasesrc.c(2809): gst_base_src_loop (): /GstPipeline:pipeline0/GstUDPSrc:udpsrc0:<br/>
streaming task paused, reason not-negotiated (-4)<br/>
Execution ended after 0:00:09.311082156<br/>
Setting pipeline to PAUSED ...<br/>
Setting pipeline to READY ...<br/>
Setting pipeline to NULL ...<br/>
Freeing pipeline ...</div>

<div> </div>

<div> </div>

<div>"(...)rtph264depay ! h264parse ! avimux ! filesink location=test.avi"</div>

<div>--></div>

<div>
<div>ERROR: from element /GstPipeline:pipeline0/GstUDPSrc:udpsrc0: Internal data flow error.<br/>
Additional debug info:<br/>
gstbasesrc.c(2809): gst_base_src_loop (): /GstPipeline:pipeline0/GstUDPSrc:udpsrc0:<br/>
streaming task paused, reason not-negotiated (-4)<br/>
Execution ended after 0:00:05.055765956<br/>
Setting pipeline to PAUSED ...<br/>
Setting pipeline to READY ...<br/>
Setting pipeline to NULL ...<br/>
Freeing pipeline ...</div>

<div> </div>

<div> </div>

<div>"(...)rtph264depay  ! avimux ! filesink location=test.avi"</div>

<div>--></div>

<div>
<div>ERROR: from element /GstPipeline:pipeline0/GstUDPSrc:udpsrc0: Internal data flow error.<br/>
Additional debug info:<br/>
gstbasesrc.c(2809): gst_base_src_loop (): /GstPipeline:pipeline0/GstUDPSrc:udpsrc0:<br/>
streaming task paused, reason not-negotiated (-4)<br/>
Execution ended after 0:00:00.252573029<br/>
Setting pipeline to PAUSED ...<br/>
Setting pipeline to READY ...<br/>
Setting pipeline to NULL ...<br/>
Freeing pipeline ...</div>

<div> </div>
</div>
</div>

<div> </div>

<div> </div>
</div>

<div> </div>

<div> </div>

<div> </div>
</div>

<div name="quote" style="margin:10px 5px 5px 10px; padding: 10px 0 10px 10px; border-left:2px solid #C3D9E5; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="margin:0 0 10px 0;"><b>Gesendet:</b> Mittwoch, 19. Juni 2013 um 09:51 Uhr<br/>
<b>Von:</b> "Tim-Philipp Müller" <t.i.m@zen.co.uk><br/>
<b>An:</b> gstreamer-devel@lists.freedesktop.org<br/>
<b>Betreff:</b> Re: filesink</div>

<div name="quoted-content">On Wed, 2013-06-19 at 01:29 +0200, "Simon Krütt" wrote:<br/>
<br/>
Hi Simon,<br/>
<br/>
> anybody know why my .avi file, what is the output from this pipline<br/>
><br/>
> gst-launch-1.0 -v ... \<br/>
> rtpbin. ! rtph264depay ! avdec_h264 ! $videorate ! videoconvert<br/>
> \ ! avimux ! filesink location=test.avi ....<br/>
><br/>
> is huge (GBs after a minute) but contains no data which is playable<br/>
> via VLC? what I have to do to capture the stream into a playable .avi<br/>
> or .mp4 file?<br/>
<br/>
Because you're decoding the H.264 video and storing raw video frames in<br/>
the AVI container. I suspect you want something like:<br/>
<br/>
... rtph264depay ! h264parse ! avimux ! filesink location=foo.avi<br/>
<br/>
<br/>
(the h264parse should not be required here, I have inserted it for<br/>
pedagogical reasons ;)).<br/>
<br/>
You also may want to consider using a different container than AVI here,<br/>
maybe qt/mp4 or matroska. The timing might not be right if you store<br/>
things in AVI like this.<br/>
<br/>
Cheers<br/>
-Tim</div>

<div name="quoted-content"><br/>
<br/>
<br/>
_______________________________________________<br/>
gstreamer-devel mailing list<br/>
gstreamer-devel@lists.freedesktop.org<br/>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a></div>
</div>
</div>
</div></div></body></html>