galexrt / docker-sinusbot

Docker container for the famous TeamSpeak 3 SinusBot by Michael Friese.
MIT License
25 stars 13 forks source link

Sinusbot Youtube-DL slow #37

Closed FabianSchurig closed 6 years ago

FabianSchurig commented 6 years ago

Hey there,

The youtube-dl as well as the youtube-dl-speedpatched are running very fast in the docker container but sadly they doesn't work fast with the sinusbot and its UI.

In the UI it says download speed <400K/s and after some seconds it changes to 64K/s and then it changes some times between 0 and 64 till it stops after it has not more than 5mb downloaded . This equals the first 5mins of the 1hour track which i want to download.

Here a screenshot of the commands in the docker terminal:

image

Here a screenshot of the UI:

image

I also noticed that the sinusbot config.ini is not in the config folder /sinusbot/config/config.ini instead its directly in the /sinusbot/config.ini

Any hints which setting could be resulting in a slow download speed?

galexrt commented 6 years ago

@Bitfroest The config.ini is normally located at /sinusbot/config.ini. The /sinusbot/config/ directory is just for the docker image to allow users to mount their own config file there which is then linked to /sinusbot/config.ini.

Are you on the latest image version? docker image galexrt/sinusbot can show you the image id/version.

FabianSchurig commented 6 years ago

Here is the result of docker images galexrt/sinusbot

image

galexrt commented 6 years ago

@Bitfroest Could you try with the latest image (e.g. docker pull galexrt/sinusbot:latest). This assumes you are using the Docker Hub image and not Quay.io image.

galexrt commented 6 years ago

Closing as there has been no response and my Sinusbot instance downloads everything almost instantly.