Skip to content

Commit fb260f3

Browse files
authored
start pulseaudio in standalone mode (#2243)
start pulseaudio as in non standalone mode
1 parent b079935 commit fb260f3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Standalone/start-selenium-standalone.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
#
33
# IMPORTANT: Change this file only in directory Standalone!
44

5+
# Start the pulseaudio server
6+
pulseaudio -D --exit-idle-time=-1
7+
8+
# Load the virtual sink and set it as default
9+
pacmd load-module module-virtual-sink sink_name=v1
10+
pacmd set-default-sink v1
11+
12+
# set the monitor of v1 sink to be the default source
13+
pacmd set-default-source v1.monitor
14+
515
if [ ! -z "$SE_SUB_PATH" ]; then
616
echo "Using SE_SUB_PATH: ${SE_SUB_PATH}"
717
SUB_PATH_CONFIG="--sub-path ${SE_SUB_PATH}"

0 commit comments

Comments
 (0)