mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #12482] [CLOSED] Set segmentFormat for mpegts container #13213
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/12482
Author: @lomion0815
Created: 8/20/2024
Status: ❌ Closed
Base:
master← Head:fmp4📝 Commits (10+)
9b65d24Use OrdinalIgnoreCase comparison56a158eSecure local playlist path handling2ca8ce6Apply review suggestions9b98638Merge pull request #11677 from Bond-009/migrateuserdbddd5c30Merge pull request #11675 from gnattu/fix-vaapi-mjpeg-parameterf8b67ecMerge pull request #11670 from jellyfin/attempt-restore-user-cachec6c48a2Fix series status parsing (#11648)26714e2Merge pull request #11673 from Shadowghost/fix-local-playlistsdc93cc1Apply review suggestion287e06dIf itemPath exists, use that, otherwise try getting full path from relative path📊 Changes
134 files changed (+2357 additions, -1318 deletions)
View changed files
📝
.config/dotnet-tools.json(+1 -1)📝
.github/workflows/ci-codeql-analysis.yml(+4 -4)📝
.github/workflows/ci-openapi.yml(+88 -20)📝
.github/workflows/ci-tests.yml(+2 -2)📝
.github/workflows/commands.yml(+3 -3)📝
.github/workflows/issue-template-check.yml(+1 -1)📝
.github/workflows/pull-request-conflict.yml(+1 -1)📝
.github/workflows/release-bump-version.yaml(+2 -2)📝
CONTRIBUTORS.md(+2 -0)📝
Directory.Packages.props(+23 -24)📝
Emby.Naming/Emby.Naming.csproj(+1 -1)📝
Emby.Naming/ExternalFiles/ExternalPathParser.cs(+1 -1)➕
Emby.Naming/TV/TvParserHelpers.cs(+44 -0)📝
Emby.Server.Implementations/ApplicationHost.cs(+1 -1)📝
Emby.Server.Implementations/Data/BaseSqliteRepository.cs(+74 -7)➕
Emby.Server.Implementations/Data/ManagedConnection.cs(+62 -0)📝
Emby.Server.Implementations/Data/SqliteItemRepository.cs(+45 -47)📝
Emby.Server.Implementations/Data/SqliteUserDataRepository.cs(+4 -4)📝
Emby.Server.Implementations/IO/ManagedFileSystem.cs(+9 -14)📝
Emby.Server.Implementations/Images/BaseFolderImageProvider.cs(+4 -5)...and 80 more files
📄 Description
Fixes the need to disable "Prefer fMP4-HLS Media Container" when using the TVHeadend plugin (and playback of a TS recording) as part of the issue https://github.com/jellyfin/jellyfin-plugin-tvheadend/issues/89.
Changes
The current code sets the segmentFormat to mpegts for container "ts". This PR also includes container "mpegts".
Issues
Backend part of https://github.com/jellyfin/jellyfin-plugin-tvheadend/issues/89
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.