Skip to content

Commit cce8682

Browse files
committed
Use Firefox by default, as Chrome doesn't work on demo from README
Chrome fails if there is no mic (and there is no mic in Docker)
1 parent 78a1e8c commit cce8682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pacmd set-default-sink v1 # Set the `v1` as the default sink device
3131
pacmd set-default-source v1.monitor # Set the monitor of the v1 sink to be the default source
3232

3333
# 3. Firefox
34-
./chrome.sh &
34+
./firefox.sh & # Or ./chrome.sh &
3535
sleep 0.5 # Wait a bit for firefox to start before moving on
3636
xdotool mousemove 1 1 click 1 # Move mouse out of the way so it doesn't trigger the "pause" overlay on the video tile
3737

0 commit comments

Comments
 (0)