You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can use sendts to send ts files over udp successfully now.
However, I am confused about one variable in line 774 of sendts.c as below. nano_sleep_packet_s.tv_nsec = 665778; // 1 packet at 100Mbps
Can anyone teach me how did this value "665778" come from?
The text was updated successfully, but these errors were encountered:
I can use sendts to send ts files over udp successfully now.
However, I am confused about one variable in line 774 of sendts.c as below.
nano_sleep_packet_s.tv_nsec = 665778; // 1 packet at 100Mbps
Can anyone teach me how did this value "665778" come from?
The text was updated successfully, but these errors were encountered: