mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #15807] [MERGED] Enforce more strict webm check #14424
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/15807
Author: @gnattu
Created: 12/16/2025
Status: ✅ Merged
Merged: 12/20/2025
Merged by: @crobibero
Base:
release-10.11.z← Head:more-strict-webm-probing📝 Commits (2)
879706aEnforce more strict webm check820b5f9fix missing test file📊 Changes
3 files changed (+155 additions, -3 deletions)
View changed files
📝
MediaBrowser.MediaEncoding/Probing/ProbeResultNormalizer.cs(+6 -3)📝
tests/Jellyfin.MediaEncoding.Tests/Probing/ProbeResultNormalizerTests.cs(+12 -0)➕
tests/Jellyfin.MediaEncoding.Tests/Test Data/Probing/video_web_like_mkv_with_subtitle.json(+137 -0)📄 Description
The webm spec only supports video and video streams, and other type of streams in the container should disqualify its webm container type and be treated as mkv.
Some tools might allow users to add subtitle streams to webm and still claim it is webm, but such files are not guranteed to play directly everywhere, and the actuall support is implementation specific.
With the advent of the (unreliable) native mkv support in firefox, this will be required to properly trigger remux for such files.
Changes
Issues
Fixes https://github.com/jellyfin/jellyfin-web/issues/7430
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.