rtmp-services: Bump format version to v5

This commit is contained in:
tytan652
2023-04-19 10:04:37 +02:00
committed by Jim
parent ff06927c71
commit 41cec5540c
3 changed files with 4 additions and 4 deletions

View File

@@ -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",

View File

@@ -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",

View File

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