Skip to content
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

How to get audio in the container... #17

Open
emc02 opened this issue Nov 8, 2022 · 0 comments
Open

How to get audio in the container... #17

emc02 opened this issue Nov 8, 2022 · 0 comments

Comments

@emc02
Copy link

emc02 commented Nov 8, 2022

I am running the container on a libreelec installation (inside libreelec) on an RPI4 with following cmd:

docker run \
-p 8888:8888 \
-v ~/ledfx-config:/app/ledfx-config \
-v ~/audio:/app/audio \
-e HOST=192.168.1.222 \
-e FORMAT='-r 48000 -f S16_LE -c 2' \
--restart always \
--name ledfx -h ledfx shirom/ledfx

The ledfx device is showing up on the snapserver webinterface on the libreelec-Addon, but no sound is received.

The other problem is, that even a successful configuration would prevent using HDMI-Audio and Snapserver at the same time.

Maybe it's just simple and I don't get it:
I need a audio-pipe that transfers the audio from libreelec (all sounds) to the container on the same machine.
What options are needed to run the container and receive audio while playing audio with the "ALSA: vc4-hdmi-0" device?

Thanks anyway for your work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant