Browse Source

rtmp-services: Add HEVC to supported video codecs for Bilibili

xlbljz 9 months ago
parent
commit
f8d2bfef7d

+ 2 - 2
plugins/rtmp-services/data/package.json

@@ -1,11 +1,11 @@
 {
     "$schema": "schema/package-schema.json",
     "url": "https://obsproject.com/obs2_update/rtmp-services/v5",
-    "version": 268,
+    "version": 269,
     "files": [
         {
             "name": "services.json",
-            "version": 268
+            "version": 269
         }
     ]
 }

+ 2 - 1
plugins/rtmp-services/data/services.json

@@ -2134,7 +2134,8 @@
                 }
             ],
             "supported video codecs": [
-                "h264"
+                "h264",
+                "hevc"
             ]
         },
         {