Set the pulse audio socket to a more standard path
This path is easily shared with other containers
This commit is contained in:
@@ -4,7 +4,7 @@ autostart=false
|
||||
autorestart=true
|
||||
priority=10
|
||||
user=%(ENV_USER)s
|
||||
command=tcpserver 127.0.0.1 %(ENV_PORT_AUDIO_STREAM)s gst-launch-1.0 -q pulsesrc server=/tmp/pulseaudio.socket ! audio/x-raw, channels=2, rate=24000 ! cutter ! opusenc ! webmmux ! fdsink fd=1
|
||||
command=tcpserver 127.0.0.1 %(ENV_PORT_AUDIO_STREAM)s gst-launch-1.0 -q pulsesrc server=/tmp/pulse/pulse-socket ! audio/x-raw, channels=2, rate=24000 ! cutter ! opusenc ! webmmux ! fdsink fd=1
|
||||
stopsignal=INT
|
||||
stdout_logfile=/home/%(ENV_USER)s/.cache/log/audiostream.log
|
||||
stdout_logfile_maxbytes=10MB
|
||||
|
||||
Reference in New Issue
Block a user