Multivit4min / TS3-NodeJS-Library

TeamSpeak 3 Server Query Library supports SSH and RAW Query
https://multivit4min.github.io/TS3-NodeJS-Library/
MIT License
149 stars 18 forks source link

Connect to a regular server (not being admin) using this client #154

Closed cesardmoro closed 3 years ago

cesardmoro commented 3 years ago

Sry to reopen, im triying to make a bot that connects to Any server if im owner or not, is this posible ? to connect like a regular client to transfer and hear sound ? I can do this using a music bot on c# but cannot found it on node js.

This is the error im getting:

image

I suspect the server don't have queryport open, so i cant connect using regular client port ?

Also neither of the ports works with telnet, but they work with regular client and c# client

Multivit4min commented 3 years ago

This library is only able to use as a query client, it can and will never be able to emulate a real client. The regular client Port has a different Protocol, so you will need to use the query port in order to access the Teamspeak Server