mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #10153] Add MediaStreamProtocol enum #12355
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?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/10153
State: closed
Merged: Yes
Was intended for the TranscodingProfile but it's used in some other API parts as well. We only support HLS (and HTTP is the "fallback"/default).
Ideally we'd use the term "progressive" instead of "http" but I don't want to break API compatibility, which from my understanding does not happen right now as the supported names are the same (http/hls).
Changes
Issues