<div dir="ltr"><div>I have the same issue. This would be a great help debugging issues if it can be easily solved.<br><br></div>Chuck<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Feb 25, 2014 at 2:17 AM, d <span dir="ltr"><<a href="mailto:dudi017@gmail.com" target="_blank">dudi017@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">HI,<br>
<br>
I am using Gstreamer and trying to display video from .pcap file (with RTP).<br>
<br>
I also matched the clock rate and other parameters with the "caps":<br>
<br>
gst-launch filesrc location=rtp.pcap ! queue ! pcapparse<br>
src-ip=172.20.70.106<br>
src-port=57044 dst-ip=172.20.70.108 dst-port=57044 caps ="application/x-<br>
rtp,media=video,payload=96,clock-rate=90000,encoding-name=H264" !<br>
rtph264depay<br>
byte-stream=true ! ffdec_h264 ! autovideosink<br>
<br>
when I run the pipeline, it finishes too fast and I cant see anything.<br>
<br>
this is the output:<br>
<br>
Setting pipeline to PAUSED ...<br>
Pipeline is PREROLLING ...<br>
Pipeline is PREROLLED ...<br>
Setting pipeline to PLAYING ...<br>
New clock: GstSystemClock<br>
Got EOS from element "pipeline0".<br>
Execution ended after 314267 ns.<br>
Setting pipeline to PAUSED ...<br>
Setting pipeline to READY ...<br>
Setting pipeline to NULL ...<br>
Freeing pipeline ...<br>
<br>
if someone know how to display the video it will be great!<br>
<br>
thanks.<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/reading-pcap-file-and-display-the-video-tp4665489.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/reading-pcap-file-and-display-the-video-tp4665489.html</a><br>

Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto: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>
</blockquote></div><br></div>