Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Tears of Steel (PlayReady)" is not working on Tizen 3. #1712

Closed
avelad opened this issue Nov 29, 2018 · 2 comments
Closed

"Tears of Steel (PlayReady)" is not working on Tizen 3. #1712

avelad opened this issue Nov 29, 2018 · 2 comments
Assignees
Labels
flag: Why didn't we catch this sooner This issue is embarassing; we may still need an automated test that could have prevented this issue status: archived Archived and locked; will not be updated type: bug Something isn't working correctly
Milestone

Comments

@avelad
Copy link
Collaborator

avelad commented Nov 29, 2018

Have you read the FAQ and checked for duplicate open issues?: Yes

What version of Shaka Player are you using?: 2.5.0-beta2

Can you reproduce the issue with our latest release version?: Yes

Can you reproduce the issue with the latest code from master?: Yes

Are you using the demo app or your own custom app?: Both

If custom app, can you reproduce the issue using our demo app?: Yes

What browser and OS are you using?:
Tizen 3

What are the manifest and license server URIs?:
{
name: 'Tears of Steel (PlayReady)',
manifestUri: 'https://demo.unified-streaming.com/video/tears-of-steel/tears-of-steel-dash-playready.ism/.mpd',

encoder: shakaAssets.Encoder.UNIFIED_STREAMING,
source: shakaAssets.Source.UNIFIED_STREAMING,
drm: [
  shakaAssets.KeySystem.PLAYREADY,
],
features: [
  shakaAssets.Feature.DASH,
  shakaAssets.Feature.EMBEDDED_TEXT,
  shakaAssets.Feature.HIGH_DEFINITION,
  shakaAssets.Feature.MP4,
  shakaAssets.Feature.SEGMENT_TEMPLATE_TIMELINE,
  shakaAssets.Feature.SUBTITLES,
  shakaAssets.Feature.TTML,
  shakaAssets.Feature.ULTRA_HIGH_DEFINITION,
],

licenseServers: {
  'com.microsoft.playready': 'https://test.playready.microsoft.com/service/rightsmanager.asmx?PlayRight=1&UseSimpleNonPersistentLicense=1',
},

}

What did you do?
Load the stream

What did you expect to happen?
The stream works without problem.

What actually happened?
I see ShakaPlayer error 4012 with a message "missing keys". The same stream works on Edge.

@TheModMaker
Copy link
Contributor

Both Edge and Chromecast's implementations of PlayReady use an incorrect byte-ordering in the key IDs, see this workaround. But it seems like Tizen doesn't do this.

@TheModMaker TheModMaker added type: bug Something isn't working correctly flag: Why didn't we catch this sooner This issue is embarassing; we may still need an automated test that could have prevented this issue and removed needs triage labels Nov 30, 2018
@TheModMaker TheModMaker added this to the v2.5 milestone Nov 30, 2018
@TheModMaker TheModMaker self-assigned this Nov 30, 2018
joeyparrish pushed a commit that referenced this issue Jan 17, 2019
Fixes #1712

Change-Id: I22d0d0673b11970372e9bd23accc8bf1f8c65f91
@joeyparrish
Copy link
Member

Fix cherry-picked for v2.4.6.

@shaka-project shaka-project locked and limited conversation to collaborators Jan 29, 2019
@shaka-bot shaka-bot added the status: archived Archived and locked; will not be updated label Apr 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
flag: Why didn't we catch this sooner This issue is embarassing; we may still need an automated test that could have prevented this issue status: archived Archived and locked; will not be updated type: bug Something isn't working correctly
Projects
None yet
Development

No branches or pull requests

4 participants