Hi,
i want to use the built-in VOIP feature with my server config and some macOS, Linux and Windows clients. I have started to test it with macOS, but the level meter has shown no activity and nothing is audible on the other macOS client.
I have configured this on the server:
-
ioquake3 1.36+u20220205.c0f2964~dfsg-1 on Ubuntu 22.04
set com_legacyprotocol 71
set com_protocol 72
set sv_maxRate 25000
set sv_voip 1
and this on the clients:
-
ioq3 1.36_GIT_96db7a06-2021-07-19 client (Sep 12 2021) on macOS 13.01(Intel) and 13.1(Arm)
set com_legacyprotocol 71
set com_protocol 72
set cl_maxRate 25000
set cl_voip 1
set s_useOpenAL 1
bind q “+voiprecord”
set s_alCapture “1”
Later i have noticed that macOS does not show the microphone/camera indicator on the top left. To see more log output i have started the binary from the shell instead of the link from the Applications folder. After using q button macOS has asked for the microphone permission and after that the level meter showed some reaction. After starting it again from the Applications folder the level meter shows nothing again.
Even after the microphone permission fix no voices are heard on the other clients. Do i miss some server config?