I guess you misread my mail. I want to save incoming &quot;RTSP stream&quot; at the client side, which is been streamed by a RTSP server.<br><br><div class="gmail_quote">On Fri, Mar 13, 2009 at 4:54 PM, Donny Viszneki <span dir="ltr">&lt;<a href="mailto:donny.viszneki@gmail.com">donny.viszneki@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">RTSP is not a stream.<br>
<div><div></div><div class="h5"><br>
On Fri, Mar 13, 2009 at 7:05 AM, Jyoti D &lt;<a href="mailto:jyoti.d@allaboutif.com">jyoti.d@allaboutif.com</a>&gt; wrote:<br>
&gt; Hi all,<br>
&gt;<br>
&gt; I have a problem saving the rtsp stream to a file. In my case GStreamer&#39;s<br>
&gt; RTSP server streams a file with H.264 video AAC audio.<br>
&gt;<br>
&gt; On the client side I am using the below pipeline to save the rtsp stream<br>
&gt; into a file.<br>
&gt;<br>
&gt; gst-launch rtspsrc location=rtsp://<a href="http://192.168.1.195:8554/alien.mp4" target="_blank">192.168.1.195:8554/alien.mp4</a> name=d d. !<br>
&gt; rtph264depay ! qtmux name=mux ! filesink location=~/Desktop/sync-rtsp.mp4<br>
&gt; sync=true name=f d. ! rtpmp4adepay ! mux. f.<br>
&gt;<br>
&gt; The pipeline never ends &amp; the file content is &#39;0&#39;.<br>
&gt;<br>
&gt;<br>
&gt; One more strange thing I found was when I save only video content the file<br>
&gt; is saved properly. And once try playong from the saved file it plays at much<br>
&gt; higher rate. The below is the pipeline I use to save video content only.<br>
&gt;<br>
&gt; gst-launch rtspsrc location=rtsp://<a href="http://192.168.1.195:8554/alien.mp4" target="_blank">192.168.1.195:8554/alien.mp4</a> name=d d. !<br>
&gt; rtph264depay ! qtmux name=mux ! filesink location=~/Desktop/sync-rtsp.mp4<br>
&gt; sync=true name=f<br>
&gt;<br>
&gt; But when I try saving only audio content by replacing rtph264depay to<br>
&gt; rtpmp4adepay the file has again zero contents. It works if I am taking off<br>
&gt; the mux element. But when I try to gst-typefind on the saved file it pops an<br>
&gt; error saying &quot;FAILED: Could not determine type of stream.&quot;<br>
&gt;<br>
&gt; Could someone tell me what might be the problem &amp; what would be the correct<br>
&gt; pipeline to save a rtsp stream..<br>
&gt;<br>
&gt; Thanks,<br>
&gt;<br>
&gt;<br>
</div></div>&gt; ------------------------------------------------------------------------------<br>
&gt; Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are<br>
&gt; powering Web 2.0 with engaging, cross-platform capabilities. Quickly and<br>
&gt; easily build your RIAs with Flex Builder, the Eclipse(TM)based development<br>
&gt; software that enables intelligent coding and step-through debugging.<br>
&gt; Download the free 60 day trial. <a href="http://p.sf.net/sfu/www-adobe-com" target="_blank">http://p.sf.net/sfu/www-adobe-com</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>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
--<br>
<a href="http://codebad.com/" target="_blank">http://codebad.com/</a><br>
<br>
------------------------------------------------------------------------------<br>
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are<br>
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and<br>
easily build your RIAs with Flex Builder, the Eclipse(TM)based development<br>
software that enables intelligent coding and step-through debugging.<br>
Download the free 60 day trial. <a href="http://p.sf.net/sfu/www-adobe-com" target="_blank">http://p.sf.net/sfu/www-adobe-com</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>
</blockquote></div><br>