ソースを参照

rtmp-services: Add AV1 to services schema

derrod 2 年 前
コミット
4b038c9a40
1 ファイル変更2 行追加1 行削除
  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"
                             ]
                         }
                     },