mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-03 09:21:29 +00:00
FS-8595 matching input res does not work well when chrome auto decides to shrink it too small so never mind this part
This commit is contained in:
parent
7733ff58d9
commit
010db753f6
@ -1945,11 +1945,6 @@ void conference_video_check_auto_bitrate(conference_member_t *member, mcu_layer_
|
|||||||
} else {
|
} else {
|
||||||
int max = 0;
|
int max = 0;
|
||||||
|
|
||||||
if (w > vid_params.width || h > vid_params.height) {
|
|
||||||
w = vid_params.width;
|
|
||||||
h = vid_params.height;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (layer) {
|
if (layer) {
|
||||||
kps = switch_calc_bitrate(w, h, member->conference->video_quality, (int)(member->conference->video_fps.fps));
|
kps = switch_calc_bitrate(w, h, member->conference->video_quality, (int)(member->conference->video_fps.fps));
|
||||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG1, "%s auto-setting bitrate to %dkps to accomodate %dx%d resolution\n",
|
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG1, "%s auto-setting bitrate to %dkps to accomodate %dx%d resolution\n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user