diff options
author | Antonio García-Domínguez <nyoescape@gmail.com> | 2016-06-16 19:34:37 +0100 |
---|---|---|
committer | Antonio García-Domínguez <nyoescape@gmail.com> | 2016-06-16 19:34:37 +0100 |
commit | 3a41cef9549cf7b68620c4059bf655a7681de49c (patch) | |
tree | faf0ee5be777c1c444febed9e84e11cb68e37abd | |
parent | ea5ab7ab8cc7765d278531b187e228a44c557201 (diff) |
Add 'queue' element to audio stream to get audio recording working under Audacity
-rwxr-xr-x[-rw-r--r--] | prepare-videochat.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prepare-videochat.sh b/prepare-videochat.sh index 9a057d9..3d57a3e 100644..100755 --- a/prepare-videochat.sh +++ b/prepare-videochat.sh @@ -398,7 +398,7 @@ set +e ! $GST_VIDEO_CAPS \ ! v4l2sink device="$DEVICE" sync=true \ souphttpsrc location="$AUDIO_URL" do-timestamp=true is-live=true \ - ! $GST_AUDIO_CAPS \ + ! $GST_AUDIO_CAPS ! queue \ ! pulsesink device="$SINK_NAME" sync=true \ >feed.log 2>&1 & |