let's say I have connection using SIPS (SIP secure) using g729 codec. Does anyone know how many bandwidth it takes?
I know call using g729 codec 10ms is about 11Kb bandwidth consumption.
let's say I have connection using SIPS (SIP secure) using g729 codec. Does anyone know how many bandwidth it takes?
I know call using g729 codec 10ms is about 11Kb bandwidth consumption.
Copyright © 2021 Jogjafile Inc.
According to me:
Imagine you have a one minute call. The total exchange would be, for example:
For SIP:
For RTP and g729, with 10ms:
For only one minute, the ratio is already
If you have longuer call duration, the sip related bandiwdth would drop quickly under 1%.
If you have frequent SIP messages during the calls (like INFO), may be you can take them into account, but this is usually not the case.
NOTE: I used an 8kbit/s G729 stream encoder instead of 11kbit/s. Just replace with your own values.
EDIT: With usual SRTP encryption method, if you use SRTP, the encrypted payload will remain the same size. However, an additionnal authentication tag is usually used. With AES_CM_128_HMAC_SHA1_80 being used, 10 bytes will be added to each packet.