Snapcast issues

  • I'm struggling with setup of the Snapcast. I'd like to stream the audio on Kodi on to another pi through wifi/bluetooth ..

    I'm running Libreelec on a Pi 4, installed the Snapserver on it .. installed a snapclient (GitHub - badaix/snapcast: Synchronous multi-room audio player) on the other pi 3B

    Do I need to install a SnapClient on the Libreelec as well .. when I do all media streams grind to a halt ..

    Should I somehow sync the snapcast with PulseAdio on both pis?

    I'm still somewhat confused how to configure my snapclient config file ..

    currently I have something like this:

    Code
    START_SNAPCLIENT=true
    SNAPCLIENT_OPTS="-d -h 192.168.0.123"

    Is that correct?