Exoplayer 自定义实现自定义 ABR

Exoplayer customisation to implement custom ABR

我想实现自定义 ABR(自适应比特率算法)以获得更好的 QoE。 我有适用于 DASH 的 ABR。 所以我想在破折号中自定义和实现我的 abr。 我想知道应该遵循的所有步骤的简要说明。

ExoPlayer有默认的曲目选择器机制,支持添加自定义曲目选择器。

开发者指南在这里:https://google.github.io/ExoPlayer/guide.html

GitHub 上还有一个示例,您可以在以下位置查看曲目选择器:https://github.com/google/ExoPlayer