Network / calculate current bandwidth

Hi @ all,

I want to know, if it is possible to calculate the current bandwidth of the network my application actually is using with?
I have the problem, by sending RTP paket over UDP to a VoIP Client or Telephone that the audio in the packets will be played to fast respectivly to slow depending on network bandwidth. The timestamp in the respective packets are correct, the sequence no, too. That´s why I don´t know what the problem could be without making a pause between sending each new packet.

I hope you understand what I mean? If not just ask;)

Best regards
CaryzPlaya
Last edited on
You may try to send increasing buffers and calculate how long they did need to be received and answered...

Im not sure wether You should engage this with UDP or raw sockets, or else...
Topic archived. No new replies allowed.