summaryrefslogtreecommitdiff
path: root/bin/stream
diff options
context:
space:
mode:
Diffstat (limited to 'bin/stream')
-rwxr-xr-xbin/stream2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/stream b/bin/stream
index 9d08418..53d9163 100755
--- a/bin/stream
+++ b/bin/stream
@@ -86,7 +86,7 @@ ${SAVEDIR:+export FFREPORT=file="$SAVESTEM.log"}
# + Use same RTP payload types as GStreamer
ffmpeg -hide_banner -threads auto -re \
${ALSA:+-f alsa -sample_rate "$AFRAMERATE" -channels "$ACHANNELS" -thread_queue_size 1024 -i "$ALSA"} \
- ${DVCAM:+-f iec61883 -i $DVCAM} \
+ ${DVCAM:+-f iec61883 -thread_queue_size 64 -i $DVCAM} \
${XFILE:+-i "$XFILE"} \
${IIDC:+-f libdc1394 -video_size 640x480 -framerate 15 -thread_queue_size 256 -i "$IIDC"} \
${VFILE:+-i "$VFILE"} \