add initial support for HEVC over FMP4-HLS

This commit is contained in:
nyanmisaka
2020-11-08 01:39:32 +08:00
parent 8c5e0ddae0
commit 85965741f5
6 changed files with 396 additions and 102 deletions

View File

@@ -15,7 +15,6 @@ namespace MediaBrowser.Model.Dlna
new ResolutionConfiguration(720, 950000),
new ResolutionConfiguration(1280, 2500000),
new ResolutionConfiguration(1920, 4000000),
new ResolutionConfiguration(2560, 8000000),
new ResolutionConfiguration(3840, 35000000)
};