Johannes Pohl

Results 209 comments of Johannes Pohl
trafficstars

Fixed in [snapcast v0.27.0](https://github.com/badaix/snapcast/releases/tag/v0.27.0)

@ChrisIossa what exactly is not working for you, with which versions (Snapserver, Snapweb, Librespot)? Unfortunately, my Spotify premium account has expired.

I already fixed the same issue in `meta_mopidy.py` (42678620c672ebb5814f85a1f458afb47e5e3fa0), and applied the same change now to `meta_librespot-java.py`: be083d2e8e38b0b7abae34adc598a9867caea681 Can you please try if this version fixes the probem? It simply...

Why do you need these lambdas? The constructor is the same as before, except that the `url` is now a named parameter. As I understood the old version was working...

Fixed in [snapcast v0.27.0](https://github.com/badaix/snapcast/releases/tag/v0.27.0)

This is an Airplay issue, not Snapcast: > 2022-06-24 14-54-02.836 [Info] (AirplayStream) (Airplay) warning: Audio receiver -- Unknown RTP packet of type 0x52 length 32.

Fixed in [snapcast v0.27.0](https://github.com/badaix/snapcast/releases/tag/v0.27.0)

Maybe Snapserver is started before audio is initialized. Please try to add `After=sound.target` to the systemd unit file `/lib/systemd/system/snapserver.service`: it should look like this: ```ini [Unit] Description=Snapcast server Documentation=man:snapserver(1) Wants=avahi-daemon.service...

Fixed in [snapcast v0.27.0](https://github.com/badaix/snapcast/releases/tag/v0.27.0)

Fixed in [snapcast v0.27.0](https://github.com/badaix/snapcast/releases/tag/v0.27.0)