2

Google released new version CAST SDK March 31, 2022 with ability for overriding Shaka Player version (as release notes said :) ) but it didn't provide documentation how to set the Shaka Player version release notes

That is all what documentation has about cast.framework.PlaybackConfig#shakaConfig

existent documentation

No any information about setting Shaka version at the moment. Has anybody faced with a topic? Thank you!

Ihar Katkavets
  • 1,510
  • 14
  • 25

1 Answers1

1

The CastReceiverOptions object has an undocumented field shakaVersion. Simply set to e.g. "4.2.2".

mattlaabs
  • 486
  • 3
  • 14
  • Yes, Google corrected the documentation and added the description how to change the `shakaVersion`https://developers.google.com/cast/docs/reference/web_receiver/cast.framework.CastReceiverOptions#shakaVersion – Ihar Katkavets Oct 29 '22 at 09:34