mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[PR #2573] [MERGED] Add codecs, resolution and frame-rate fields to HLS master playlist #8978
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#8978
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/2573
Author: @YouKnowBlom
Created: 3/11/2020
Status: ✅ Merged
Merged: 5/1/2020
Merged by: @Bond-009
Base:
master← Head:add-hls-fields📝 Commits (5)
85da156Refactor DynamicHlsService.AppendPlaylist to use StringBuilderf285887Add CODECS field to HLS master playlist8a990d1Add FRAME-RATE field to HLS master playlist0a2d24aAdd RESOLUTION field to HLS master playlist153ea9fFix error in HLS codecs field when level is null📊 Changes
2 files changed (+315 additions, -8 deletions)
View changed files
📝
MediaBrowser.Api/Playback/Hls/DynamicHlsService.cs(+189 -8)➕
MediaBrowser.Api/Playback/Hls/HlsCodecStringFactory.cs(+126 -0)📄 Description
According to the HLS spec, these are all recommended fields a
EXT-X-STREAM-INFshould have.Spec
Changes
Adds CODECS field specifying what codecs the stream contains
Adds RESOLUTION field specifying what resolution the stream contains
Adds FRAME-RATE field specifying what framerate the video in the stream has
EDIT:
Move BANDWIDTH and AVERAGE-BANDWIDTH field generation to its own method
Move SUBTITLES field generation to its own method
Issues
#2505
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
multicleaning #11749