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

fix(Demo): Allow com.apple.fps.1_0 in the custom DRM System field #5600

Merged
merged 2 commits into from Sep 5, 2023

Conversation

avelad
Copy link
Collaborator

@avelad avelad commented Sep 5, 2023

No description provided.

@avelad avelad added component: demo page The issue is in the demo page; does not affect production applications priority: P2 Smaller impact or easy workaround labels Sep 5, 2023
@avelad avelad added this to the v4.5 milestone Sep 5, 2023
@shaka-bot
Copy link
Collaborator

Incremental code coverage: No instrumented code was changed.

demo/custom.js Outdated
@@ -407,9 +407,14 @@ shakaDemo.Custom = class {
const licenseServerURL = licenseServerUrlInput.value;
const customDRMSystem = customDrmSystemInput.value;
if (licenseServerURL) {
const filterFairplay =
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't like this solution. Instead of filtering out fairplay from the loop when we add it in custom, I think it would be best if custom suppressed the entire loop. Let's move the loop to the else clause of if (customDRMSystem).

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed!

@joeyparrish joeyparrish changed the title chore(Demo): Allow use com.apple.fps.1_0 in the custom DRM System field chore(Demo): Allow com.apple.fps.1_0 in the custom DRM System field Sep 5, 2023
@joeyparrish joeyparrish changed the title chore(Demo): Allow com.apple.fps.1_0 in the custom DRM System field fix(Demo): Allow com.apple.fps.1_0 in the custom DRM System field Sep 5, 2023
@avelad avelad merged commit ab86000 into shaka-project:main Sep 5, 2023
18 checks passed
@avelad avelad deleted the legacy-fairplay-demo branch September 6, 2023 07:37
@shaka-bot shaka-bot added the status: archived Archived and locked; will not be updated label Nov 4, 2023
@shaka-project shaka-project locked as resolved and limited conversation to collaborators Nov 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component: demo page The issue is in the demo page; does not affect production applications priority: P2 Smaller impact or easy workaround status: archived Archived and locked; will not be updated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants