We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b079935 commit fb260f3Copy full SHA for fb260f3
Standalone/start-selenium-standalone.sh
@@ -2,6 +2,16 @@
2
#
3
# IMPORTANT: Change this file only in directory Standalone!
4
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
15
if [ ! -z "$SE_SUB_PATH" ]; then
16
echo "Using SE_SUB_PATH: ${SE_SUB_PATH}"
17
SUB_PATH_CONFIG="--sub-path ${SE_SUB_PATH}"
0 commit comments