Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit 0cee743

Browse files
authored
Proposed fix for audio recording issue (#147 (comment)) (#381)
1 parent 0db5b4b commit 0cee743

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

video-rec/bin/start-video-rec.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ if [ "${AUDIO}" == "true" ]; then
6262
-draw_mouse ${FFMPEG_DRAW_MOUSE} \
6363
-r ${FFMPEG_FRAME_RATE} \
6464
-f "x11grab" \
65-
-i "default" \
6665
-i "${DISPLAY}.0" \
6766
-f "pulse" \
67+
-i "default" \
6868
${FFMPEG_CODEC_VA_ARGS} \
69-
-y -an "${tmp_video_path}" 2>&1 &
69+
-y "${tmp_video_path}" 2>&1 &
7070
else
7171
ffmpeg \
7272
-s ${FFMPEG_FRAME_SIZE} \

0 commit comments

Comments
 (0)