Add profile condition to limit the number of streams (#13583)

This commit is contained in:
Dmitry Lyzo
2025-03-28 15:51:22 +03:00
committed by GitHub
parent 7f5cc544df
commit cb931e0062
9 changed files with 1198 additions and 3 deletions

View File

@@ -14,6 +14,7 @@ namespace MediaBrowser.Model.Session
SubtitleCodecNotSupported = 1 << 3,
AudioIsExternal = 1 << 4,
SecondaryAudioNotSupported = 1 << 5,
StreamCountExceedsLimit = 1 << 26,
// Video Constraints
VideoProfileNotSupported = 1 << 6,