Fornoth
Fornoth
I wonder if this is the same problem as #12, except that the error is being swallowed somewhere
Have you tried this? https://forum.videolan.org/viewtopic.php?t=105918 I tried it on my desktop which uses pulseaudio, and played audio with alsa via aplay, and VLC was playing it back just fine
For a spotify-connect-web specific solution to flori4n's hack, you should be able to get this stuff from the API (/api/info/metadata and /api/info/status) The full URL would be something like http://localhost:4000/api/info/metadata
@celeryclub pyalsaaudio 0.8+ itself works fine, the note is more to upgrade to the newer device/mixer selection features in it
You can see #11 for software volume mixing
You could use zeroconf to allow multiuser https://github.com/Fornoth/spotify-connect-web#passwordlessmultiuser-zeroconfavahi, or just run multiple copies of it at the same time, just don't use the same credentials.json for all of them (see...
Did you make sure nothing else was using the device? Maybe try after rebooting?
The `sh: symbol lookup error` should be harmless, but the error involving `alsa.mixers()[0]` is probably a hardware problem. I'm gonna work on adding a better error message for that
@fosple for the `-m` option, check the output of `amixer` instead to get the proper device name
The resources are served from an absolute path, so there's two options: - Tell Flask what the url path for the static folder should be by adding the `static_url_path` parameter...