-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Conversation
Note: This PR is feat instead of fix because MSS support hasn't been released yet and is only in the main branch |
Incremental code coverage: 51.16% |
lib/transmuxer/mss_transmuxer.js
Outdated
|
||
if (isSENC) { | ||
if (box._parsing) { | ||
box.type = 'sepiff'; // Rename it to be recognized later |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
Closes #5390