Merge pull request #17682 from theguymadmax/hdhomerun-directplay

Allow direct play for HDHomeRun Live TV tuners
This commit is contained in:
Cody Robibero
2026-08-22 08:42:57 -04:00
committed by GitHub
@@ -326,7 +326,7 @@ namespace Jellyfin.LiveTv.TunerHosts.HdHomerun
BufferMs = 0,
Container = "ts",
Id = id,
SupportsDirectPlay = false,
SupportsDirectPlay = true,
SupportsDirectStream = true,
SupportsTranscoding = true,
IsInfiniteStream = true,