A
Admincraftβ€’6mo ago
Weid

How can simple voice chat connecting with proxy ip server

hello, can anyone help me in setting up a server with a simple voice chat plugin, I recently installed a proxy. but in the server proxy section simple voice chat is not connected, I have tried to change the ip and port but also no results, I also bind the address also did not get the results I expected, I hope I can get help from all admins.
6 Replies
Admincraft Meta
Admincraft Metaβ€’6mo ago
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close !close !solved !answered
Requested by weid22#0
Mateita
Mateitaβ€’6mo ago
A lil more info would help.. for example logs/which proxy
Mateita
Mateitaβ€’6mo ago
https://modrepo.de/minecraft/voicechat/wiki/proxy_setup here is a setup tutorial, make sure to have done every step in here
Mateita
Mateitaβ€’6mo ago
then you can go to configuration on the left bar and see if you have maybe changed something you weren't supposed to
Weid
WeidOPβ€’6mo ago
im already change the port but it still dosent work
# Simple Voice Chat server config v2.4.29

# The port of the voice chat server
# Setting this to "-1" sets the port to the Minecraft servers port (Not recommended)
port=10024
# The IP address to bind the voice chat server on
# Leave empty to use 'server-ip' of server.properties
# To bind to the wildcard address, use '*'
bind_address=
# The distance to where the voice can be heard
max_voice_distance=17.0
# The multiplier the voice distance will be reduced by when sneaking
crouch_distance_multiplier=1.0
# The multiplier the voice distance will be reduced by when whispering
whisper_distance_multiplier=0.3
# The opus codec
codec=VOIP
# The maximum size in bytes in a voice packet
# Set this to a lower value if your voice packets don't arrive
mtu_size=1024
# The frequency in which keep alive packets are sent
# Setting this to a higher value may result in timeouts
keep_alive=1000
# If group chats are allowed
enable_groups=true
# The host name that clients should use to connect to the voice chat
# This may also include a port, e.g. 'example.com:24454'
# Don't change this value if you don't know what you are doing
voice_host='51.79.228.97:10060'
# If players are allowed to record the voice chat
allow_recording=true
# If spectators are allowed to talk to other players
spectator_interaction=false
# If spectators can talk to players they are spectating
spectator_player_possession=false
# If players without the mod should get kicked from the server
force_voice_chat=true
# The amount of milliseconds, the server should wait to check if the player has the mod installed
# Only active when force_voice_chat is set to true
login_timeout=10000
# The range where the voice chat should broadcast audio to
# A value <0 means 'max_voice_distance'
broadcast_range=-1.0
# Simple Voice Chat server config v2.4.29

# The port of the voice chat server
# Setting this to "-1" sets the port to the Minecraft servers port (Not recommended)
port=10024
# The IP address to bind the voice chat server on
# Leave empty to use 'server-ip' of server.properties
# To bind to the wildcard address, use '*'
bind_address=
# The distance to where the voice can be heard
max_voice_distance=17.0
# The multiplier the voice distance will be reduced by when sneaking
crouch_distance_multiplier=1.0
# The multiplier the voice distance will be reduced by when whispering
whisper_distance_multiplier=0.3
# The opus codec
codec=VOIP
# The maximum size in bytes in a voice packet
# Set this to a lower value if your voice packets don't arrive
mtu_size=1024
# The frequency in which keep alive packets are sent
# Setting this to a higher value may result in timeouts
keep_alive=1000
# If group chats are allowed
enable_groups=true
# The host name that clients should use to connect to the voice chat
# This may also include a port, e.g. 'example.com:24454'
# Don't change this value if you don't know what you are doing
voice_host='51.79.228.97:10060'
# If players are allowed to record the voice chat
allow_recording=true
# If spectators are allowed to talk to other players
spectator_interaction=false
# If spectators can talk to players they are spectating
spectator_player_possession=false
# If players without the mod should get kicked from the server
force_voice_chat=true
# The amount of milliseconds, the server should wait to check if the player has the mod installed
# Only active when force_voice_chat is set to true
login_timeout=10000
# The range where the voice chat should broadcast audio to
# A value <0 means 'max_voice_distance'
broadcast_range=-1.0
my proxy port "103.20.235.107:25126"
π’Ÿπ‘œπ“‚π’Ύπ“ƒπ’Ύπ’Έ
svc needs a plugin on the proxy to connect Get the svc plugin for proxy and put it into the plugins folder on your proxy Make sure to allow the port in ufw Ie you need a plugin for your backend server, and proxy server. So 2 in total

Did you find this page helpful?