Shaka throws MANIFEST.RESTRICTIONS_CANNOT_BE_MET on Tizen 2016 #884
Labels
platform: TV/STB
Issues affecting smart TV or set-top box platforms
status: archived
Archived and locked; will not be updated
type: bug
Something isn't working correctly
Milestone
On Tizen 2016 model TV's, Shaka dispatches
MANIFEST.RESTRICTIONS_CANNOT_BE_MET
, fromPlayer#chooseStreams_
. There aren't any playable variants because it uses the webkit MediaKeys polyfill, which uses the fake KEY_ID_:Thus none of the
stream.keyId
keys exist in thekeyStatusMap
inPlayer#onKeyStatus_
, here:...and thus the variant is restricted.
But playback proceeds anyway. Can you share any more information about the meaning of this error? I didn't dig further into what happens when the player dispatches this error, so I'm not sure if this is expected behaviour or not.
Thanks!
The text was updated successfully, but these errors were encountered: