Skip to content

Commit

Permalink
start pulseaudio in standalone mode (#2243)
Browse files Browse the repository at this point in the history
start pulseaudio as in non standalone mode
  • Loading branch information
edhinard committed May 5, 2024
1 parent b079935 commit fb260f3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Standalone/start-selenium-standalone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
#
# IMPORTANT: Change this file only in directory Standalone!

# Start the pulseaudio server
pulseaudio -D --exit-idle-time=-1

# Load the virtual sink and set it as default
pacmd load-module module-virtual-sink sink_name=v1
pacmd set-default-sink v1

# set the monitor of v1 sink to be the default source
pacmd set-default-source v1.monitor

if [ ! -z "$SE_SUB_PATH" ]; then
echo "Using SE_SUB_PATH: ${SE_SUB_PATH}"
SUB_PATH_CONFIG="--sub-path ${SE_SUB_PATH}"
Expand Down

0 comments on commit fb260f3

Please sign in to comment.