[PR #10153] Add MediaStreamProtocol enum #12355

Closed
opened 2026-02-07 06:54:21 +03:00 by OVERLORD · 0 comments
Owner

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

  • Add MediaStreamProtocol enum

Issues

**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** - Add MediaStreamProtocol enum **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # -->
OVERLORD added the pull-request label 2026-02-07 06:54:21 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#12355