Fixed server, now supports hostname instead of IP address
Client Improvements:
- You can now specify the server via the hostname, not only the IP. [Removed IP address check on package reception]
- Allow to specify the port to connect to - this is mostly for testing purposes, normally don't touch it at leave it at 7777
- Fixed sporadic crahes with Focusrite ASIO reconfiguration by adding a sleep loop. Not a complete fix, but should improve the situation
Server Improvements:
- Fixed crash in server when run in detached terminal mode
- Fixed Linux curses output of server showing statistics on connected clients
- Fixed client jitter statistics calculation
- FEC redundancy is now turned off in the server. It can be turned on via command line, but only used with 2 participants as the MTU will grow too large
- Enabled Sentry crash reporting for the server. Not really working on Linux, though.
Release 2.1.1 was skipped because it was distributed internally.