Rantanen / node-mumble

Mumble client in Node.js
MIT License
155 stars 48 forks source link

Server bandwith limits are not followed properly #59

Open Rantanen opened 9 years ago

Rantanen commented 9 years ago

There are some problems when it comes to the server bandwith limits. The calculations for the audio bitrate should be revisited.

azlux commented 7 years ago

The IP, TCP and encapsulation headers take 20 + 20 + 6 bytes respectively. I think this information can help

Rantanen commented 5 years ago

I'll still reopen this issue until we get a proper calculation in place that doesn't rely on overhead estimations.