Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在使用 ExoPlayer 播放期间手动更改 HLS 流中的视频质量?我希望能够调整设置,以便用户可以在高、低和自适应质量之间切换。
根据 Google Developers () 的介绍视频和 ExoPlayer 自己的文档,您可以在实例化 DashChunkSource 时指定 FormatEvaluator。
我建议定义您自己的 FormatEvaluator 子类,并添加一个属性以允许用户(通过您的 UI)指定质量。