<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><br>I tried:<br><br>&nbsp;gst-launch rtspsrc location=rtsp://192.168.0.90/mpeg4/media.amp ! rtpmp4vdepay ! filesink=txcap.ts<br><br>and I didn't get the link error and it saved to a file.<br><br>When I try to play it with gstreamer using: <br><br>gst-launch playbin uri=file://txcap.ts, or gst-launch-0.10 playbin2 uri=file://txcap.ts, <br><br>it plays too fast and the lower half of the each frame has some weird block distortions.<br><br>When I do:<br>mplayer txcap.ts&nbsp; it also plays too fast but I don't see the weird block distortions on the lower left half of each frame, but when I do mplayer -fps 1 txcap.ts it plays fine.<br><br><br>When I do gst-launch playbin uri=rtsp://192.168.0.90/mpeg4/media.amp&nbsp; it shows the video feed just fine without that distotion in the lower half.&nbsp; I'd like to make the saved file work with gstreamer because I had some
 cache problems with mplayer on the receiver in the past.<br><br>Could it have anything to do with the fact Axis uses MPEG-ES formats? <br>Any other ideas?<br><br>Thanks<br>Tom<br><br>--- On <b>Sat, 4/9/11, Tom Hendrick <i>&lt;sdtom182@yahoo.com&gt;</i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: Tom Hendrick &lt;sdtom182@yahoo.com&gt;<br>Subject: Re: Help with Gstreamer and RTSP with Axis Camera<br>To: t.i.m@zen.co.uk, "Discussion of the development of and with GStreamer" &lt;gstreamer-devel@lists.freedesktop.org&gt;<br>Date: Saturday, April 9, 2011, 5:13 PM<br><br><div id="yiv1098941956"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font: inherit;" valign="top">Thanks Tim,<br><br>I can see a live feed from the Axis camera when I do:<br><br>gst-launch-0.10 playbin2 uri=rtsp://192.168.0.90/mpeg4/media.amp<br><br><br>I can't figure out how to modify my
 transmit and receive commands given that I need to depay.&nbsp; I've read up on the gstreamer site and checked other forums but still can't figure it out.&nbsp;&nbsp; When I do "gst-launch rtspsrc location=rtsp://192.168.0.90/mpeg4/media.amp !&nbsp;&nbsp;&nbsp;&nbsp; rtpmp4gdepay ! filesink=txcap.ts" I get an error saying "streaming task paused, reason not-linked (-1)".&nbsp; <br><br><br>Do you know how I would modify them, here they are again?<br><br>gst-launch rtspsrc location=rtsp://192.168.0.90/mpeg4/media.amp !&nbsp; filesink=txcap.ts<br><br>gst-launch playbin uri=file://txcap.ts<br><br>Thanks<br>Tom<br><br><br>--- On <b>Sat, 4/9/11, Tim-Philipp Müller
 <i>&lt;t.i.m@zen.co.uk&gt;</i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: Tim-Philipp Müller &lt;t.i.m@zen.co.uk&gt;<br>Subject: Re: Help with Gstreamer and RTSP with Axis Camera<br>To: gstreamer-devel@lists.freedesktop.org<br>Date: Saturday, April 9, 2011, 10:49 AM<br><br><div class="yiv1098941956plainMail">On Fri, 2011-04-08 at 19:12 -0700, Tom Hendrick wrote:<br><br>Hi,<br><br>&gt; <br>&gt; As a quick test, I am (..) just trying the following:<br>&gt; <br>&gt; Transmitter :<br>&gt; -------------------<br>&gt; gst-launch rtspsrc location=rtsp://192.168.0.90/mpeg4/media.amp !<br>&gt; filesink=txcap.ts<br>&gt; <br>&gt; I let this run for 20 seconds and control ^C out of it.<br>&gt; <br>&gt; Receiver:<br>&gt; -------------<br>&gt; gst-launch playbin uri=file://txcap.ts<br>&gt; <br>&gt; <br>&gt; The problem is that when I run the gst-launch playbin=file://txcap.ts<br>&gt; the
 video file
 plays very fast and then closes.&nbsp; The quality also<br>&gt; doesn't look as good as when I use "vlc<br>&gt; rtsp://192.168.0.90/mpeg4/media.amp"<br>&gt; <br>&gt; I'm a beginner with gstreamer so I'm not sure how to modify the<br>&gt; transmit and receive command lines to properly set the frame rate,<br>&gt; codec, etc.&nbsp; Also another problem is that I want to see this live on<br>&gt; the receiver, so setting gstreamer to run for a specified amount of<br>&gt; time so that the header is written properly will not allow me to see<br>&gt; this real-time on the receive side.&nbsp; Any suggestions?<br>&gt; <br><br>This works I presume:<br><br> gst-launch-0.10 playbin2 uri=rtsp://192.168.0.90/mpeg4/media.amp<br><br>?<br><br>Note that rtspsrc outputs RTP packets, which you need to depayload using<br>an appropriate depayloader (rtpmp2tdepay? rtpmp4gdepay? rtpmp4vdepay?).<br><br>Writing RTP packets to file like you do now is not going to work.<br><br>
 Cheers<br>&nbsp; -Tim<br><br>_______________________________________________<br>gstreamer-devel mailing list<br><a rel="nofollow">gstreamer-devel@lists.freedesktop.org</a><br><a rel="nofollow" target="_blank" href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br></div></blockquote></td></tr></tbody></table></div><br>-----Inline Attachment Follows-----<br><br><div class="plainMail">_______________________________________________<br>gstreamer-devel mailing list<br><a ymailto="mailto:gstreamer-devel@lists.freedesktop.org" href="/mc/compose?to=gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br><a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br></div></blockquote></td></tr></table>