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

feat(MSS): Fix MSS PlayReady support #5486

Merged
merged 4 commits into from
Aug 17, 2023

Conversation

avelad
Copy link
Member

@avelad avelad commented Aug 16, 2023

Closes #5390

@avelad
Copy link
Member Author

avelad commented Aug 16, 2023

Note: This PR is feat instead of fix because MSS support hasn't been released yet and is only in the main branch

@avelad avelad added type: enhancement New feature or request component: PlayReady The issue involves the PlayReady DRM component: MSS The issue involves Microsoft Smooth Streaming manifest format labels Aug 16, 2023
@avelad avelad added this to the v4.4 milestone Aug 16, 2023
@avelad avelad changed the title feat: Fix MSS PlayReady support feat(MSS): Fix MSS PlayReady support Aug 16, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Aug 16, 2023

Incremental code coverage: 51.16%


if (isSENC) {
if (box._parsing) {
box.type = 'sepiff'; // Rename it to be recognized later
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 understand this part. Could you elaborate on this comment?

Copy link
Member Author

Choose a reason for hiding this comment

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

Done!

@avelad avelad requested a review from joeyparrish August 17, 2023 09:56
@avelad avelad added the priority: P3 Useful but not urgent label Aug 17, 2023
@joeyparrish joeyparrish merged commit 1dd9809 into shaka-project:main Aug 17, 2023
@avelad avelad deleted the mss-playready branch August 18, 2023 07:07
@shaka-bot shaka-bot added the status: archived Archived and locked; will not be updated label Oct 16, 2023
@shaka-project shaka-project locked as resolved and limited conversation to collaborators Oct 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component: MSS The issue involves Microsoft Smooth Streaming manifest format component: PlayReady The issue involves the PlayReady DRM priority: P3 Useful but not urgent status: archived Archived and locked; will not be updated type: enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PlayReady protected MSS fails in nightly demo on Edge
3 participants