Giter Site home page Giter Site logo

Comments (5)

spiro-c avatar spiro-c commented on July 3, 2024

You dont need to edit any file just pass the ip address of your snapcastserver like environment variable to the container and the container will connect to the running snapcastserver reading from the fifo file is other option you can use to get the audio for the container so this simple docker-compose.yml need to work

version: '3'

services:
  ledfx-virt:
    image: spirocekano/ledfx-virt:beta
    container_name: ledfx-virt
    hostname: ledfx-virt
    environment: 
      - HOST=192.168.xxx.yyy
    ports:
      - 8888:8888
    volumes:
      - ./ledfx-config:/root/.ledfx

from ledfxdocker-virtual.

acidrs03 avatar acidrs03 commented on July 3, 2024

@spiro-c Thanks for the information.

Under Ledfx Audio setting, what would I choose for that snapcast server?
The options I see are
ALSA, pulse, and default.

from ledfxdocker-virtual.

spiro-c avatar spiro-c commented on July 3, 2024

the default need to be fine ..and you need to see LedFx connection in your snapcastserver

from ledfxdocker-virtual.

acidrs03 avatar acidrs03 commented on July 3, 2024

Ok so i am not seeing an LedFx connection in snapcast.
My snapcast server is on 10.0.0.33

I have added this IP to the ledfx docker container under the environment variable HOST.

In the Snapcast server logs i see the test phone connection but no LedFx connection
image

from ledfxdocker-virtual.

acidrs03 avatar acidrs03 commented on July 3, 2024

Scatch that.

Found the issue.
Both the Mopdiy and Snapcast Server were running on a custom Docker Network.
As soon as I changed the ledfx docker container to the same custom docker network i saw the handshake.

Thanks

from ledfxdocker-virtual.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.