owt-client-native icon indicating copy to clipboard operation
owt-client-native copied to clipboard

[Question] Why configure `codecType = kVideoCodecH264` but still call `CreateVP9RateControlConfig()` ?

Open Meonardo opened this issue 2 years ago • 0 comments

Hi, sorry to bother! I can see If I configure any codec for encoder

  vp9_rc_config_ = CreateVP9RateControlConfig();
  vp9_rate_ctrl_ = VP9RateControl::Create(vp9_rc_config_);

the CreateVP9RateControlConfig() code will run anyway.

Is it on purpose?

Meonardo avatar Mar 22 '22 13:03 Meonardo