Dockerfile modified to use the native pulseaudo instead of pulseaudio over network.

This is experimental.
This commit is contained in:
Gergely Peidl
2017-07-04 19:05:03 +02:00
committed by Werner Beroux
parent e2188c355c
commit 13ca60e50e
3 changed files with 100 additions and 56 deletions

9
pulse-client.conf Normal file
View File

@@ -0,0 +1,9 @@
# Connect to the host's server using the mounted UNIX socket
default-server = unix:/run/user/105/pulse/native
# Prevent a server running in the container
autospawn = no
daemon-binary = /bin/true
# Prevent the use of shared memory
enable-shm = false