diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/stream | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"} \ |