-
Notifications
You must be signed in to change notification settings - Fork 48
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
Playback no sound #72
Comments
You can try checking if the sites audio playback isn't blocked by the browser or some other extension installed. If the progress bar fills audio should definitely be playing. The pause button appearing also indicates audio is either playing or buffering. |
This is how it looks like: issue.mp4I'm using Chromium without any extensions |
Are your files in a format that your browser supports? You may need to configure transcoding using the regular settings pages of your server software. |
I can confirm this, play/pause is broken with no sound. Also if you double click play sound appears until next track. |
Problem persists between systems, on linux and windows using firefox and chrome. Vivaldi works fine. |
Problem solved on my end, it was Plasma Integration plugin |
I think this is related to what I am seeing and possibly to bug #100 I don't have a plasma integration plugin installed and I don't see this on Chromium on Linux but do on Firefox |
I'm facing this exact issue. Gonic + Airsonic-refix, tested with both Firefox and Chrome. I have Plasma Integration plugin on Firefox, but it doesn't work even when disabled. Someone suggested that it could be related to HTTP/2. As I self host all of my services, I tried to disable it as suggested but it didn't work. |
@alscaldas are you actually self-hosting Airsonic-refix? Disabling HTTP/2 on Gonic/whichever backend doesn't fix it -- you need to disable it on the Airsonic-refix host. Unfortunately the public netlify one has HTTP/2 and thus exhibits the problem. Edit: actually, this seems to be distinct from the HTTP/2 issue which causes dropped/interrupted playback. |
Hey there @cortices, thanks to take the time to look into that. Yep, I self host Airsonic-refix, haproxy (running in my opnsense fw/router) and also Gonic. And I disabled HTTP/2. Yep, I noticed that these might be 2 slightly different issues, but I decided to give it a try anyway. |
When I start a track, the track plays and the playback progress bar fills, but there is no sound. If I click the play button, I start hearing the track and the pause button appears instead of the play button. If the track ends and the next track starts playing, the issue occurs again.
I'm using the latest docker image and I've tried Firefox and Chromium on Linux.
The text was updated successfully, but these errors were encountered: