Skip to content

Commit 28062f5

Browse files
committed
[config] use 60 fps streaming by default
1 parent 017af3e commit 28062f5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/config_center/config_center.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class ConfigCenter {
7272

7373
LANGUAGE language_ = LANGUAGE::CHINESE;
7474
VIDEO_QUALITY video_quality_ = VIDEO_QUALITY::MEDIUM;
75-
VIDEO_FRAME_RATE video_frame_rate_ = VIDEO_FRAME_RATE::FPS_30;
75+
VIDEO_FRAME_RATE video_frame_rate_ = VIDEO_FRAME_RATE::FPS_60;
7676
VIDEO_ENCODE_FORMAT video_encode_format_ = VIDEO_ENCODE_FORMAT::H264;
7777
bool hardware_video_codec_ = false;
7878
bool enable_turn_ = false;

src/gui/render.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ class Render {
438438
char password_saved_[7] = "";
439439
int language_button_value_ = 0;
440440
int video_quality_button_value_ = 0;
441-
int video_frame_rate_button_value_ = 0;
441+
int video_frame_rate_button_value_ = 1;
442442
int video_encode_format_button_value_ = 0;
443443
bool enable_hardware_video_codec_ = false;
444444
bool enable_turn_ = false;

0 commit comments

Comments
 (0)