Selaa lähdekoodia

rtmp-services: Add AV1 to services schema

derrod 2 vuotta sitten
vanhempi
sitoutus
4b038c9a40
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  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,
                             "enum": [
                                 "h264",
-                                "hevc"
+                                "hevc",
+                                "av1"
                             ]
                         }
                     },