Hi, I am using PJSIP with ice to receive H264 RTP packets from a peer. When my peer encodes H264 with high bitrate (15 mbits/s). I see missing RTP sequence number on my application. I added a simple RTP parser in ice_rx_data (ice_strans.c ) that print error messages when I do not receive consecutive RTP sockets, based on RTP sequence number field. I also enable wireshark to monitor RTP packets received. According to wireshark, I see that my network interface received all packets while PJSIP ( ice_rx_data) missed sometimes 1 or 2 RTP packets. It looks like kernel is not dropping any packets. So I am looking inside PJSIP. I wonder if someone already saw something similar. Thanks, Eloi -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20150820/976a16f9/attachment.html>