-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Running on Synology NAS (via docker compose) - I get no audio #3
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
I do see this: "Obt-Message: Xinerama extension is not present on the server For a Synology NAS is there a workaround for this issue? |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
when you first open it at the top there are three icons make sure you click on the speaker to let audio play through the browser |
It says this in the log |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
I don't think so, I just have this error happened to me on a synology DS220+ DSM7.2.1, but it solved by itself but I'm not quite sure how.
with sound The only notable thing I did was to temporarily disable the NAS firewall on ports used by freetube. freetube_logs.txt |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
As noted by Thelamer, the issue is with the synology kernel the OP is using, which at most is 4.4 and has been end of life since 02/2022 and docker version 20.10, at the latest which went end of life in 12/2023(OP didn't provide this info, but these are the absolute latest synology units support). This is not something we can or will work, while you can try to get synology to actually support their hardware, they won't. So my secondary suggestion is order a raspberry pi 3b+, it's 35$ and will run all this just fine and support current kernels and current docker versions. The synology unit will still work fine as a NAS. |
Is there an existing issue for this?
Current Behavior
I hear nothing when playing something from the interface, after setting up my account in the application. It pulls up my name and data, but playing results in nothing actually playing. What am I doing wrong?
Expected Behavior
I should be able to hear the music played. Right?
Steps To Reproduce
Built container, ran it, logged into spotify, and hear nothing. Audio source is selected as AUTO.
Environment
CPU architecture
x86-64
Docker creation
services: spotube: image: lscr.io/linuxserver/spotube:latest container_name: spotube security_opt: - seccomp:unconfined #optional environment: - PUID=1030 - PGID=101 - TZ=America/Denver - CUSTOM_USER=myusernamehere - PASSWORD=mypasswordhere volumes: - /volume1/docker/spotube:/config ports: - 3006:3000 - 3007:3007 restart: unless-stopped
Container logs
The text was updated successfully, but these errors were encountered: