Questions tagged [teamspeak]

A VoIP software package from TeamSpeak Software.

TeamSpeak is a VoIP software package from TeamSpeak Software primarily targeted at gamers.

Use this tag when asking about using the TeamSpeak SDK or otherwise programmatically interfacing with TeamSpeak.

Links

85 questions
-1
votes
1 answer

How to make a visible TS3 bot with server query

I am trying to create a teamspeak bot. I have done something, it is working and now I am wondering how to make the bot visible. Now I have just a server query script, the result looks like this: It is just a server query and the user has to have it…
-1
votes
1 answer

Implementation of a teamspeak like voice server

I'm implementing a voice chat server which will be used in my Virtual Class e-learning application for Windows, which makes use of the Remote Desktop API. So far I 've been compressing the voice in with OPUS and I 've tested various options: To…
Michael Chourdakis
  • 10,345
  • 3
  • 42
  • 78
-1
votes
2 answers

Teamspeak Hostbanner doesn't work with PHP File

I'm having a PHP file that is imitating a PNG file by setting the mime-type to image/png. Thanks to a .htaccess-file that I have, I can access my image in these ways: /img/img /img/img.png /img/img.php and all of them are working well in my…
Sainan
  • 1,274
  • 2
  • 19
  • 32
-1
votes
2 answers

TeamSpeak Server Status and info

I have a teamspeak server and I would like to show the server status (online, offline)and the number of clients are connect in a webpage (in PHP). Could you help me please ? I dont have serverquery my provider dont give it to me!
-1
votes
1 answer

Teamspeak connect button and choose nickname

So I want to have a connect button that let's you join the server from a Web browser and when you click it, there is a popup that lets you choose your nickname. Also I want there to be a cookie that saves the username so you don't have to enter it…
Matthew
  • 607
  • 2
  • 6
  • 12
-1
votes
1 answer

IPTABLES Allow teamspeak 3 to connect to Mariadb on the same machine

Goodday, I have a centos 7 machine that is going to be a webserver and a teamspeak server at the same time. I have configured the iptables correctly for my webserver: Nginx and Mariadb are available to the designated ports. Now I have my teamspeak 3…
user3615331
  • 29
  • 2
  • 9
-2
votes
1 answer

Async object Promise as Callback

why do i become when i run this function as callback [object Promise] ? i use the Ts3 nodejs framework by Miltivit4min (Github) here some code i tried (return value = [object Promise]) async function getChannelName(cid) { await…
F.Ghost
  • 23
  • 7
-2
votes
1 answer

Comparing function results in python

I am pretty new to python and I was wondering if anyone could help me out... I am trying to write a script that checks if I have admin on my TS3 server. However I just can't figure it out after a whole day. The api I use is linked…
Roel Huizing
  • 3
  • 1
  • 3
-2
votes
1 answer

TeamSpeak 3 get information to website

I need a help with teamspeak server information. Example: Server name: Teamspeak server Online: 35/100 So, How to get teamspeak server information, how much players online, hostname and etc.
Darkside
  • 1
  • 2
-3
votes
2 answers

Read JSON error: org.json.JSONException: A JSONObject text must begin with '{' at 1 [character 2 line 1]

As you can see in the title, I get an error when I try to read a JSON file which is available at the Riot-Games API. I try to return the current tier and rank of a user using its summonerID. I don't get this error when I try to obtain the…
JieBaef
  • 122
  • 1
  • 11
1 2 3 4 5
6