Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run as docker container #5

Open
alex4108 opened this issue Apr 23, 2023 · 3 comments
Open

Run as docker container #5

alex4108 opened this issue Apr 23, 2023 · 3 comments

Comments

@alex4108
Copy link

I'm taking a swing at docker-izing this, just curious if you've been there before :)

@alex4108 alex4108 changed the title Docker? Run as docker container Apr 23, 2023
@alex4108
Copy link
Author

RIP, it looks like I can't run ts3client in container


root@9d708fcf8ee5:/TeamSpeak3-Client-linux_amd64# ./ts3client_runscript.sh start
./ts3client_linux_amd64: error while loading shared libraries: libpci.so.3: cannot open shared object file: No such file or directory

root@9d708fcf8ee5:/TeamSpeak3-Client-linux_amd64# xvfb-run ./ts3client_linux_amd64
./ts3client_linux_amd64: error while loading shared libraries: libquazip.so: cannot open shared object file: No such file or directory

@Bettehem
Copy link
Owner

Bettehem commented May 6, 2023

Hi, thanks for looking at this! I haven't yet looked at the docker support, but it should be possible as long as we can get the ts3client running inside docker. Which Linux distro are you using in the docker container?

An other possibility would be to develop the built-in tsclient further, as currently it can only connect to non-password protected servers and only send/receive messages to the connected channel. There's no audio yet.

@Bettehem
Copy link
Owner

Hi, A small update for you:

Adding proper docker support should now be easier with the latest commits as the bot now supports running the official tsclient and official spotify client headlessly too.

Do you have any updates on your progress with this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants