google / ExoPlayer

This project is deprecated and stale. The latest ExoPlayer code is available in https://github.com/androidx/media
https://developer.android.com/media/media3/exoplayer
Apache License 2.0
21.7k stars 6.02k forks source link

configuration of bufferedFractionToLiveEdgeForQualityIncrease #11315

Closed Xlcghs closed 11 months ago

Xlcghs commented 11 months ago

Hello, Do you have a special api for changing the bufferedFractionToLiveEdgeForQualityIncrease value in a live case?

tonihei commented 11 months ago

The com.google.android.exoplayer2 project is now deprecated. We are not accepting any new issues in this project. Please file your issue in the androidx.media3 GitHub project instead: https://github.com/androidx/media/issues

There is an AdaptiveTrackSelection.Factory constructor that takes this value as an argument. It can't be changed at run-time (if that was your question).