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

Add support for VP9 in MP4 containers #1324

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

tburtenshaw
Copy link
Contributor

Changes
Adds VP9 codec support to the list of supported codecs in MP4 containers.

After testing across various players and environments, including ExoPlayer, VLC, and major web browsers, VP9 in MP4 containers seem to work reliably. This PR should ensure broader compatibility and aligns with real-world usage.

Issues
Fixes #1311

@Maxr1998 Maxr1998 changed the title Add VP9 support in MP4 containers Add support for VP9 in MP4 containers Mar 18, 2024
@Maxr1998 Maxr1998 merged commit 403c0a3 into jellyfin:master Mar 18, 2024
7 checks passed
@nielsvanvelzen nielsvanvelzen modified the milestones: v2.7.0, v2.6.1 Apr 23, 2024
@Maxr1998 Maxr1998 added enhancement New feature or request exoplayer Related to the ExoPlayer integration labels Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request exoplayer Related to the ExoPlayer integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exoplayer should report VP9 support with MP4 container in DeviceProfileBuilder.kt
4 participants