File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments