Gst-launch-1.0 -vv alsasrc ! alsasink does not work in docker

hi

thanks for your help

We have solve this issue last week!

ths!

1 Like

hi

# apt update
# apt install alsa-base alsa-utils pulseaudio

You would need to install the packages every time of launching docker.

------can I add  alsa-base alsa-utils pulseaudio into Dockerfile and I don'
t want to install this package every time in docker.

Hi,
We do some search and don’t see much information about including the audio-related files into docker. Ideally it should work if you can add all files/directories into l4t.csv. But may need to investigate which files/directories are required.

Probably a quick solution is to collect all commands into a script and you can execute the script at very beginning of entering docker.