Search code examples
shaka

Shaka Player: Let users choose language track


I am adapting Shaka player to our website and got stuck in the following:

  • When I play my sample video in the appspot demo, I see the buttons to change language and resolution:This I see when playing my video in the appspot demo
  • When I follow the tutorial , it does not let me choose the language: see result.

How do I configure the player to let me choose the languages?

Thank you for your help!

PS: Following later steps of the tutorial, I can change the languages, but the buttons are outside the video window, see here. This gives me headache later on, when I proceed to offline DRM.


Solution

  • found the problem: wrong linking of css file in the html: include a css file like this: <link rel="stylesheet" href="../css/filename.css"> and not like a js script.