Browse Source

rtmp-services: Add AV1 to services schema

derrod 2 years ago
parent
commit
4b038c9a40
1 changed files with 2 additions and 1 deletions
  1. 2 1
      plugins/rtmp-services/data/schema/service-schema-v4.json

+ 2 - 1
plugins/rtmp-services/data/schema/service-schema-v4.json

@@ -46,7 +46,8 @@
                             "minLength": 1,
                             "minLength": 1,
                             "enum": [
                             "enum": [
                                 "h264",
                                 "h264",
-                                "hevc"
+                                "hevc",
+                                "av1"
                             ]
                             ]
                         }
                         }
                     },
                     },