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: Use by default VP9 with mp4 #206

Merged
merged 1 commit into from
Nov 11, 2024
Merged

Conversation

avelad
Copy link
Member

@avelad avelad commented Nov 11, 2024

VP9 in MP4 has been supported in Chrome since Chrome 60 (https://chromestatus.com/feature/5762080762232832), which was released in June 2017, so it's been over 7 years!

Comment on lines -868 to -872
if (manifestUrl == hlsManifestUrl) {
expect(codecList).not.toContain(jasmine.stringMatching('vp09.*'));
} else if (manifestUrl == dashManifestUrl) {
expect(codecList).toContain(jasmine.stringMatching('vp09.*'));
}
Copy link
Contributor

Choose a reason for hiding this comment

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

why are we removing this test?

Copy link
Member Author

Choose a reason for hiding this comment

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

because it is no longer necessary since we now always use mp4

@avelad avelad merged commit 2ac830b into shaka-project:main Nov 11, 2024
22 checks passed
@avelad avelad deleted the vp-mp4-default branch November 11, 2024 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants