<div dir="ltr"><div>Wireshark will display both the source and destination addresses. Initially the RTP/H264 packets will simply be listed as 'UDP'. <br><br></div>Set a display filter of 'rtsp' and apply. That will only display the RTSP communication. Look through the packets and the data to learn what you can. One packet from the camera will have an SDP. Look closely at that. After the client sends a 'PLAY' command, the server will start sending the RTP stream.<br><div><br>R-click on one of the UDP packets and choose 'decode as...' then RTP. If it is a video packet, with will decode as RTP v 2 and the fields will not have errors. If my suspicion is correct and you have 2 RTP streams, you will have to do that twice. Under Edit/Preferences, drop down protocols and H264. Set the payload type to '96' and 'OK'. That should interpret the RTP packets as H264. Look at the source address for packets. You should only see 1 address. If you can find 2, then you have your problem. Find the 'wrong' RTP source and stop it. You can learn a lot about RTP by looking at Wireshark.<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Aug 13, 2015 at 2:32 PM, Guillermo Rodriguez Garcia <span dir="ltr"><<a href="mailto:guille.rodriguez@gmail.com" target="_blank">guille.rodriguez@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 Chuck,<br>
<br>
2015-08-13 19:29 GMT+02:00 Chuck Crisler <<a href="mailto:ccrisler@mutualink.net">ccrisler@mutualink.net</a>>:<br>
> I am not familiar with your camera and not overly familiar with RTP receive<br>
> in the GStreamer 1.0 series. However, I think that the best way to start<br>
> debugging this problem would be to get a packet capture. To me it looks like<br>
> you might be receiving 2 RTP streams, one current and one that never<br>
> shutdown previously. A packet capture would help you resolve that, and look<br>
> at the actual data stream. Beyond that you should enable logging on the RTSP<br>
> src element and the RTP depayloader. If you are using Linux, then 'export<br>
> GST_DEBUG=rtspsrc:5, rtph264depay:5' or something like that, the rtp<br>
> depayloader name may not be correct.<br>
<br>
Thank you, this is good advice. I am not familiar with the internals<br>
of RTP and RTSP, but I can have a look with Wireshark and compare to<br>
other cameras.<br>
<br>
Best regards,<br>
<span class="HOEnZb"><font color="#888888">--<br>
Guillermo Rodriguez Garcia<br>
<a href="mailto:guille.rodriguez@gmail.com">guille.rodriguez@gmail.com</a><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" rel="noreferrer" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</font></span></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><span style="color:rgb(102,102,102);font-family:verdana,sans-serif">___________________________________________________</span><br></div><div><span style="color:rgb(68,68,68);font-weight:bold;font-family:arial,helvetica,sans-serif">Name</span><br></div><div><font face="arial, helvetica, sans-serif"><span style="color:rgb(102,102,102)"><i>Chuck Crisler</i></span><br style="color:rgb(102,102,102)"></font></div><div dir="ltr"><font face="arial, helvetica, sans-serif"><br style="color:rgb(102,102,102)"><span style="color:rgb(102,102,102);font-weight:bold">Mutualink, Inc.</span><br style="color:rgb(102,102,102)"></font></div><div><font face="arial, helvetica, sans-serif"><span style="color:rgb(102,102,102)">3 Lan Dr.</span><br style="color:rgb(102,102,102)"></font></div><div dir="ltr"><font face="arial, helvetica, sans-serif"><span style="color:rgb(102,102,102)">Westford, MA  01886</span><br style="color:rgb(102,102,102)"><br style="color:rgb(102,102,102)"><span style="color:rgb(102,102,102)">Direct: <a href="tel:%28866%29%20957-5465" value="+18669575465" target="_blank">(978) 490-3006</a> Ext: 118<br></span></font></div><div dir="ltr"><span style="color:black"><font face="arial, helvetica, sans-serif"><span style="color:rgb(102,102,102)"><br></span></font></span></div><div dir="ltr"><span style="color:black"><font face="arial, helvetica, sans-serif"><span style="color:rgb(102,102,102)"></span></font></span><span style="color:rgb(102,102,102);font-family:arial,helvetica,sans-serif"></span></div><font face="arial, helvetica, sans-serif"><font color="#666666">E-Mail: </font><font color="#3d85c6"><a href="mailto:employeer@mutualink.net" target="_blank">ccrisler@mutualink.net</a> </font><br style="color:rgb(102,102,102)"><br style="color:rgb(102,102,102)"><span style="color:rgb(102,102,102)">Web: </span><a href="http://www.mutualink.net/" target="_blank"><font color="#3d85c6">www.mutualink.net</font></a><br style="color:rgb(102,102,102)"><br><img src="https://www.google.com/a/mutualink.net/images/logo.gif?service=writely" border="0"><br><div dir="ltr" style="color:black"><font style="color:rgb(102,102,102)" size="1">The information in this email, and subsequent attachments, may contain confidential information that is </font></div><div dir="ltr" style="color:black"><font style="color:rgb(102,102,102)" size="1">intended solely for the attention and use of the named addressee(s). This message or any part thereof </font></div><div dir="ltr" style="color:black"><font style="color:rgb(102,102,102)" size="1">must not be disclosed, copied, distributed or retained by any person without authorization from the addressee.</font></div></font></div></div></div></div></div></div>
</div>