浏览代码

update windows 8 profile

Luke Pulverenti 10 年之前
父节点
当前提交
a6403dab45
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7 1
      MediaBrowser.Dlna/Profiles/Windows81Profile.cs

+ 7 - 1
MediaBrowser.Dlna/Profiles/Windows81Profile.cs

@@ -142,7 +142,13 @@ namespace MediaBrowser.Dlna.Profiles
 
 
                         // The first one in the list should be the higest one, e.g. if High profile is supported, make sure it appears before baseline: high|baseline
                         // The first one in the list should be the higest one, e.g. if High profile is supported, make sure it appears before baseline: high|baseline
 
 
-                        new ProfileCondition(ProfileConditionType.EqualsAny, ProfileConditionValue.VideoProfile, "baseline|constrained baseline")
+                        new ProfileCondition(ProfileConditionType.EqualsAny, ProfileConditionValue.VideoProfile, "high|main|extended|baseline|constrained baseline"),
+                        new ProfileCondition
+                        {
+                            Condition = ProfileConditionType.LessThanEqual,
+                            Property = ProfileConditionValue.VideoLevel,
+                            Value = "51"
+                        }
                     }
                     }
                 },
                 },