shaka configure 选择你想玩的 Representation and Adaptationset

shaka configure to choose the Representation and Adaptationset you want to play

我正在尝试配置 shaka-player 以播放我的清单中的 UHD 表示而不是 SD。我的问题是:

  1. 它如何决定播放哪个 Representation?
  2. 如何定义要播放的表示形式?

我终于使用了 Dashjs 而不是 shaka-player,它以最高比特率而不是最低比特率开始。

如果您使用的是 shaka UI,UI 将包括播放选择。
https://shaka-player-demo.appspot.com/docs/api/shaka.ui.PlaybackRateSelection.html
https://shaka-player-demo.appspot.com/docs/api/tutorial-ui.html

https://shaka-player-demo.appspot.com/docs/api/shaka.Player.html
selectVariantsByLabel(标签)
selectVariantTrack(track, clearBufferopt, safeMarginopt)