mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-12 01:06:46 -04:00
rtmp-services: Bump format version to v5
This commit is contained in:
@@ -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",
|
||||
@@ -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,3 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
static const int RTMP_SERVICES_FORMAT_VERSION = 4;
|
||||
static const int RTMP_SERVICES_FORMAT_VERSION = 5;
|
||||
|
||||
Reference in New Issue
Block a user