srt icon indicating copy to clipboard operation
srt copied to clipboard

large of packets are dropped when I test between china and germany ecs server.

Open shenlei190810 opened this issue 3 years ago • 4 comments

I have two ecs server, one in Beijing, China; and another in Frankfurt, Germany. I have test the ping rtt is about 200ms. I have deployed the srt server in the two ecs, ecs in Beijing as srt-client, and ecs in Frankfurt as srt-server. Now I send tcp data in beijing, and the srt-client trans it to srt packet , then proxy to srt-server, the srt-server trans the srt packet to tcp server. 未命名文件 (4)

I have captured the srt data with tcpdump, and I found almost no packets miss.

the receive side log is as below error2.log . the tcpdump packet capture,download and change the file suffix to pcap, then you can analysis with wireshark. srt.log

shenlei190810 avatar Feb 16 '22 09:02 shenlei190810

In the log I see RCV-DROPPED messages starting from seqno %875477239,

@869911235:RCV-DROPPED 31 packet(s), packet seqno %875477239 delayed for 556.761 ms

while the network capture only has packets up to seqno 837019961.

The very first packet with seqno 799665852 is being reported lost for almost three seconds (from 9.766 to 11.959 seconds), and is repeatedly re-transmitted. On which side was the capture made? It looks as if on the receiver side, but if so, it is strange that the packet is captured by tcpdump, but has never reached the receiver.

Which SRT version/commit are you using?

maxsharabayko avatar Feb 16 '22 14:02 maxsharabayko

The very first packet with seqno 799665852 is being reported lost for almost three seconds (from 9.766 to 11.959 seconds), and is repeatedly re-transmitted. On which side was the capture made? It looks as if on the receiver side, but if so, it is strange that the packet is captured by tcpdump, but has never reached the receiver.

I am sorry, the packet capture and log do not match; I just want to emphasize that there is really no data is lost when I capture. The srt version I use is 1.4.4

shenlei190810 avatar Feb 17 '22 06:02 shenlei190810

If you could collect logs and related network captures, that would help diagnose the issue.

maxsharabayko avatar Mar 30 '22 13:03 maxsharabayko

Hi @shenlei190810 Do you have any updates on the issue?

maxsharabayko avatar May 03 '22 14:05 maxsharabayko