How does Sinusbot work?

panteL

Restricted
Joined
Mar 17, 2016
Messages
146
Reaction score
44
Points
63
Hey,
how does sinusbot work? u can open a teamspeak without a GUI ? but how? i know that u must install x11vnc xinit xvfb libxcursor1 libglib2.0-0 xorg openbox but i didnt open the vnc server and it works.. i want to do the same with my ts client but he didnt found a GUI :X

Edit: Website is down (?) maybe i post this two times... sorry for that!
 

Qraktzyl

Retired Staff
Contributor
Joined
Nov 2, 2015
Messages
997
Reaction score
723
Points
161
Example to start an headless ts instance :
xinit /opt/ts3soundboard/TeamSpeak3-Client-linux_amd64/ts3client_linux_amd64 -- /usr/bin/Xvfb :1 -screen 0 800x600x16 -ac

if you are not using startx, then you are not using a frontend.
The magic is in Xvfb : "Xvfb performs all graphical operations in memory without showing any screen output."
 

panteL

Restricted
Joined
Mar 17, 2016
Messages
146
Reaction score
44
Points
63
Example to start an headless ts instance :
xinit /opt/ts3soundboard/TeamSpeak3-Client-linux_amd64/ts3client_linux_amd64 -- /usr/bin/Xvfb :1 -screen 0 800x600x16 -ac

if you are not using startx, then you are not using a frontend.
The magic is in Xvfb : "Xvfb performs all graphical operations in memory without showing any screen output."
Ohh yes... Looks interesting.
 

AndyDE

Member
Joined
Apr 26, 2016
Messages
36
Reaction score
7
Points
43
Is there a version for Windows ? Or only Linux version ?
 

ThykeHD

Member
Joined
Mar 28, 2016
Messages
1
Reaction score
0
Points
33
cd /opt/ts3soundboard
./sinusbot -RunningAsRootIsEvilAndIKnowThat
 

Jovan

Member
Joined
May 2, 2016
Messages
13
Reaction score
7
Points
38
There is a version for Windows ._.
 

Aelfric

Member
Joined
Dec 8, 2015
Messages
5
Reaction score
0
Points
33
What is the purpose of not showing any screen output?
 

Jovan

Member
Joined
May 2, 2016
Messages
13
Reaction score
7
Points
38
Not showing any output after what? After executing some command or what?
 
Top