Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How calculate Jitter ? #83

Open
abolfazlkalamati opened this issue Apr 24, 2021 · 0 comments
Open

How calculate Jitter ? #83

abolfazlkalamati opened this issue Apr 24, 2021 · 0 comments

Comments

@abolfazlkalamati
Copy link

abolfazlkalamati commented Apr 24, 2021

Jitter is when there is a time delay in the sending of these data packets over your network connection. This is often caused by network congestion, and sometimes route changes. Essentially, the longer data packets take to arrive, the more jitter can negatively impact the video and audio quality.
For example :

ping -c 5 1.1.1.1
PING 1.1.1.1 (1.1.1.1) 56(84) bytes of data.
64 bytes from 1.1.1.1: icmp_seq=1 ttl=52 time=136 ms
64 bytes from 1.1.1.1: icmp_seq=2 ttl=52 time=184 ms
64 bytes from 1.1.1.1: icmp_seq=3 ttl=52 time=115 ms
64 bytes from 1.1.1.1: icmp_seq=4 ttl=52 time=148 ms
64 bytes from 1.1.1.1: icmp_seq=5 ttl=52 time=125 ms
136 to 184, diff = 48
184 to 115, diff = 69
115 to 148, diff = 33
148 to 125, diff = 23

result = (diff) 173/4= 43.25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant