Skip to content

Commit

Permalink
Increase thread queue size to avoid ffmpeg warnings. (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjanczak authored Dec 6, 2023
1 parent 6b940b8 commit f290714
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test_scripts/docker_receiver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ docker run -it \
my_ffmpeg \
-y \
-an \
-threads 16 \
-thread_queue_size 64 \
-framerate 60 -pixel_format y210le -width 3840 -height 2160 -port $NIC_PORT -local_addr $LOCAL_IP_ADDRESS -src_addr $SOURCE_IP_ADDRESS -udp_port 20000 -total_sessions 4 -ext_frames_mode 1 -f kahawai -i "0" \
-framerate 60 -pixel_format y210le -width 3840 -height 2160 -port $NIC_PORT -local_addr $LOCAL_IP_ADDRESS -src_addr $SOURCE_IP_ADDRESS -udp_port 20001 -total_sessions 4 -ext_frames_mode 1 -f kahawai -i "1" \
-framerate 60 -pixel_format y210le -width 3840 -height 2160 -port $NIC_PORT -local_addr $LOCAL_IP_ADDRESS -src_addr $SOURCE_IP_ADDRESS -udp_port 20002 -total_sessions 4 -ext_frames_mode 1 -f kahawai -i "2" \
Expand Down

0 comments on commit f290714

Please sign in to comment.