From 286302ec1907c9857a1d14ec4379cbfa504393ae Mon Sep 17 00:00:00 2001 From: Kamil Trzcinski Date: Thu, 7 Jul 2022 11:36:51 +0200 Subject: [PATCH] Make default bitrate of h264 to be 10M --- cmd/camera-streamer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/camera-streamer.c b/cmd/camera-streamer.c index 2a108e1..118b6f5 100644 --- a/cmd/camera-streamer.c +++ b/cmd/camera-streamer.c @@ -59,7 +59,7 @@ camera_options_t camera_options = { .h264 = { .options = "video_bitrate_mode=0" OPTION_VALUE_LIST_SEP - "video_bitrate=5000000" OPTION_VALUE_LIST_SEP + "video_bitrate=10000000" OPTION_VALUE_LIST_SEP "repeat_sequence_header=5000000" OPTION_VALUE_LIST_SEP "h264_i_frame_period=30" OPTION_VALUE_LIST_SEP "h264_level=11" OPTION_VALUE_LIST_SEP