mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-12 20:13:01 +03:00
@@ -187,7 +187,7 @@ public class UniversalAudioController : BaseJellyfinApiController
|
||||
|
||||
// fallback to mpegts if device reports some weird value unsupported by hls
|
||||
var requestedSegmentContainer = Array.Exists(
|
||||
supportedHlsContainers,
|
||||
supportedHlsContainers,
|
||||
element => string.Equals(element, transcodingContainer, StringComparison.OrdinalIgnoreCase)) ? transcodingContainer : "ts";
|
||||
var segmentContainer = Array.Exists(
|
||||
supportedHlsContainers,
|
||||
|
||||
Reference in New Issue
Block a user