Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

pulseaudio problem with auto_null.monitor #403

Closed
leonov-sergey-s opened this issue Jul 5, 2021 · 0 comments
Closed

pulseaudio problem with auto_null.monitor #403

leonov-sergey-s opened this issue Jul 5, 2021 · 0 comments
Assignees

Comments

@leonov-sergey-s
Copy link

mkdir -p ~/pulse/.config/pulse

Now

docker run --rm -d --name test_chrome_91 selenoid/vnc_chrome:91.0
docker container exec  test_chrome_91 pactl list short sources
Connection failure: Connection refused
pa_context_connect() failed: Connection refused

After i changed strings 66-69 in entrypoint.sh to:

mkdir -p ~/.config/pulse
echo -n 'gIvST5iz2S0J1+JlXC1lD3HWvg61vDTV1xbmiGxZnjB6E3psXsjWUVQS4SRrch6rygQgtpw7qmghDFTaekt8qWiCjGvB0LNzQbvhfs1SFYDMakmIXuoqYoWFqTJ+GOXYByxpgCMylMKwpOoANEDePUCj36nwGaJNTNSjL8WBv+Bf3rJXqWnJ/43a0hUhmBBt28Dhiz6Yqowa83Y4iDRNJbxih6rB1vRNDKqRr/J9XJV+dOlM0dI+K6Vf5Ag+2LGZ3rc5sPVqgHgKK0mcNcsn+yCmO+XLQHD1K+QgL8RITs7nNeF1ikYPVgEYnc0CGzHTMvFR7JLgwL2gTXulCdwPbg=='| base64 -d>~/.config/pulse/cookie
pulseaudio --start --exit-idle-time=-1
pactl load-module module-native-protocol-tcp

source auto_null.monitor work fine:.

docker run --rm -d --name test2_chrome_91 vnc_chrome:91.0-pulseaudio-fix
docker container exec  test2_chrome_91 pactl list short sources
0	auto_null.monitor	module-null-sink.c	s16le 2ch 44100Hz	IDLE
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants