<div dir="ltr"><div>PCAP files almost always contain many other packets, unless you specify a capture filter. At least in 0.10, the pcapparse element requires that you specify source/dest ip/port for it to filter.<br><br>Element Properties:<br>
  name                : The name of the object<br>                        flags: readable, writable<br>                        String. Default: null Current: "pcapparse0"<br>  src-ip              : Source IP to restrict to<br>
                        flags: readable, writable<br>                        String. Default: "" Current: ""<br>  dst-ip              : Destination IP to restrict to<br>                        flags: readable, writable<br>
                        String. Default: "" Current: ""<br>  src-port            : Source port to restrict to<br>                        flags: readable, writable<br>                        Integer. Range: -1 - 65535 Default: -1 Current: -1<br>
  dst-port            : Destination port to restrict to<br>                        flags: readable, writable<br>                        Integer. Range: -1 - 65535 Default: -1 Current: -1<br><br></div>I don't see that in your pipeline.<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Mar 3, 2014 at 2:33 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 think that the pcap file is corrupted too.<br>
the file contain allot of other packets- TCP, ICMP, HTTP..<br>
it also contain the relevant SAP\SDP, RTP, H264 packets<br>
in the pipeline im doing filtering by src\dst port\IP *only for the H264<br>
packets*:<br>
<br>
! pcapparse src-ip=172.20.70.106 src-port=58694 dst-ip=172.20.70.126<br>
dst-port=5006 !<br>
<br>
im starting to think that maybe this is not the way to do so- because the<br>
other packets.. (TCP, ICMP...)<br>
<br>
thanks.<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/problem-with-gst-parse-launch-function-tp4665561p4665677.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/problem-with-gst-parse-launch-function-tp4665561p4665677.html</a><br>

<div class="HOEnZb"><div class="h5">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>
</div></div></blockquote></div><br></div>