I guess you misread my mail. I want to save incoming "RTSP stream" 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"><<a href="mailto:donny.viszneki@gmail.com">donny.viszneki@gmail.com</a>></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 <<a href="mailto:jyoti.d@allaboutif.com">jyoti.d@allaboutif.com</a>> wrote:<br>
> Hi all,<br>
><br>
> I have a problem saving the rtsp stream to a file. In my case GStreamer's<br>
> RTSP server streams a file with H.264 video AAC audio.<br>
><br>
> On the client side I am using the below pipeline to save the rtsp stream<br>
> into a file.<br>
><br>
> 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>
> rtph264depay ! qtmux name=mux ! filesink location=~/Desktop/sync-rtsp.mp4<br>
> sync=true name=f d. ! rtpmp4adepay ! mux. f.<br>
><br>
> The pipeline never ends & the file content is '0'.<br>
><br>
><br>
> One more strange thing I found was when I save only video content the file<br>
> is saved properly. And once try playong from the saved file it plays at much<br>
> higher rate. The below is the pipeline I use to save video content only.<br>
><br>
> 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>
> rtph264depay ! qtmux name=mux ! filesink location=~/Desktop/sync-rtsp.mp4<br>
> sync=true name=f<br>
><br>
> But when I try saving only audio content by replacing rtph264depay to<br>
> rtpmp4adepay the file has again zero contents. It works if I am taking off<br>
> the mux element. But when I try to gst-typefind on the saved file it pops an<br>
> error saying "FAILED: Could not determine type of stream."<br>
><br>
> Could someone tell me what might be the problem & what would be the correct<br>
> pipeline to save a rtsp stream..<br>
><br>
> Thanks,<br>
><br>
><br>
</div></div>> ------------------------------------------------------------------------------<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>
><br>
><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>