浏览代码

rtmp-services: Bump format version to v5

tytan652 2 年之前
父节点
当前提交
41cec5540c

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

@@ -4,7 +4,7 @@
     "properties": {
         "format_version": {
             "type": "integer",
-            "description": "Identifier for parsing this file.\n- v4 introduced 'ffmpeg_mpegts_muxer' to services/recommended/output\n - v3 introduced 'ffmpeg_hls_muxer' to services/recommended/output\n - v2 introduced 'alt_names' to services"
+            "description": "Identifier for parsing this file.\n- v5 introduced the notion of protocol and Enhanced RTMP \n- v4 introduced 'ffmpeg_mpegts_muxer' to services/recommended/output\n - v3 introduced 'ffmpeg_hls_muxer' to services/recommended/output\n - v2 introduced 'alt_names' to services"
         },
         "services": {
             "type": "array",

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

@@ -1,6 +1,6 @@
 {
-    "$schema": "schema/service-schema-v4.json",
-    "format_version": 4,
+    "$schema": "schema/service-schema-v5.json",
+    "format_version": 5,
     "services": [
         {
             "name": "Twitch",

+ 1 - 1
plugins/rtmp-services/rtmp-format-ver.h

@@ -1,3 +1,3 @@
 #pragma once
 
-static const int RTMP_SERVICES_FORMAT_VERSION = 4;
+static const int RTMP_SERVICES_FORMAT_VERSION = 5;