Hi.<br>Can you write the transmission pipeline?<br>Which board are you using?<br><br>Lorenzo<br><br><br><div class="gmail_quote">2010/4/11 Mailing List SVR <span dir="ltr">&lt;<a href="mailto:lists@svrinformatica.it">lists@svrinformatica.it</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I added a videorate element so this pipeline works:<br>
<div class="im"><br>
gst-launch-0.10 -e -v udpsrc port=6000 caps=&quot;application/x-rtp,<br>
media=(string)video, clock-rate=(int)90000, encoding-name=(string)JPEG,<br>
</div>payload=(int)26&quot; ! .recv_rtp_sink_0 gstrtpbin ! rtpjpegdepay  ! videorate !<br>
image/jpeg, width=352, height=288, framerate=3/1 ! avimux ! filesink<br>
location=test-gst.avi<br>
<br>
but if I don&#39;t know the framerate or the framerate is variable how can I tell<br>
to gstreamer to autodetect these infos?<br>
<br>
<br>
In data domenica 11 aprile 2010 12:34:01, Mailing List SVR ha scritto:<br>
: &gt; Hi,<br>
<div><div></div><div class="h5">&gt;<br>
&gt; I&#39;m trying to save an rtp stream with the following pipeline:<br>
&gt;<br>
&gt; gst-launch-0.10 -e -v udpsrc port=6000 caps=&quot;application/x-rtp,<br>
&gt; media=(string)video, clock-rate=(int)90000, encoding-name=(string)JPEG,<br>
&gt; payload=(int)26&quot; ! .recv_rtp_sink_0 gstrtpbin ! rtpjpegdepay  ! queue !<br>
&gt; avimux ! filesink location=test-gst.avi<br>
&gt;<br>
&gt; the resulting file miss some information in the headers, if I try to see it<br>
&gt; with mplayer I have this error:<br>
&gt;<br>
&gt; Playing test-gst.avi.<br>
&gt; AVI file format detected.<br>
&gt; [aviheader] Video stream found, -vid 0<br>
&gt; AVI: No audio stream found -&gt; no sound.<br>
&gt; VIDEO:  [MJPG]  352x288  24bpp  0.000 fps    0.0 kbps ( 0.0 kbyte/s)<br>
&gt; FPS not specified in the header or invalid, use the -fps option.<br>
&gt; No stream found.<br>
&gt;<br>
&gt; to see the stream I have to manually specify the fps:<br>
&gt;<br>
&gt; mplayer -fps 3 test-gst.avi<br>
&gt;<br>
&gt; works fine,<br>
&gt;<br>
&gt;<br>
&gt; using:<br>
&gt;<br>
&gt; gst-launch-0.10 playbin uri=file:///home/nicola/test-gst.avi<br>
&gt;<br>
&gt; the video is played very slow,<br>
&gt;<br>
&gt; what modifications I have to do to the above pipeline to generate a<br>
&gt; standard aviheader?<br>
&gt;<br>
&gt; thanks<br>
&gt; Nicola<br>
&gt;<br>
&gt; P.S. I need to use an avi container<br>
&gt;<br>
&gt; ---------------------------------------------------------------------------<br>
&gt; --- Download Intel&amp;#174; Parallel Studio Eval<br>
&gt; Try the new software tools for yourself. Speed compiling, find bugs<br>
&gt; proactively, and fine-tune applications for parallel performance.<br>
&gt; See why Intel Parallel Studio got high marks during beta.<br>
&gt; <a href="http://p.sf.net/sfu/intel-sw-dev" target="_blank">http://p.sf.net/sfu/intel-sw-dev</a><br>
&gt; _______________________________________________<br>
&gt; gstreamer-devel mailing list<br>
&gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
&gt; <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
<br>
------------------------------------------------------------------------------<br>
Download Intel&amp;#174; Parallel Studio Eval<br>
Try the new software tools for yourself. Speed compiling, find bugs<br>
proactively, and fine-tune applications for parallel performance.<br>
See why Intel Parallel Studio got high marks during beta.<br>
<a href="http://p.sf.net/sfu/intel-sw-dev" target="_blank">http://p.sf.net/sfu/intel-sw-dev</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br>