Skip to content

Commit

Permalink
fix(FEC-12848): add log for capLevelOnFPSDrop state (#192)
Browse files Browse the repository at this point in the history
Co-authored-by: Sivan Agranov <88330203+SivanA-Kaltura@users.noreply.github.com>
  • Loading branch information
giladna and SivanA-Kaltura authored Jan 18, 2023
1 parent b56ba97 commit d0c6713
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hls-adapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ export default class HlsAdapter extends BaseMediaSourceAdapter {
adapterConfig.hlsConfig.fpsDroppedMonitoringThreshold = config.abr.fpsDroppedMonitoringThreshold;
}
if (Utils.Object.hasPropertyPath(config, 'abr.capLevelOnFPSDrop')) {
HlsAdapter._logger.debug('capLevelOnFPSDrop = ', config.abr.capLevelOnFPSDrop);
adapterConfig.hlsConfig.capLevelOnFPSDrop = config.abr.capLevelOnFPSDrop;
}
if (Utils.Object.hasPropertyPath(config, 'text')) {
Expand Down

0 comments on commit d0c6713

Please sign in to comment.