From 99a7d19d157aad44112cfa689f53348612f811f2 Mon Sep 17 00:00:00 2001 From: Guang Zhou Date: Wed, 10 Nov 2021 13:00:27 -0500 Subject: [PATCH] rtmp-services: Add Manyvids.com --- plugins/rtmp-services/data/package.json | 4 ++-- plugins/rtmp-services/data/services.json | 30 ++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/plugins/rtmp-services/data/package.json b/plugins/rtmp-services/data/package.json index 2a0f82b51..05974c3d7 100644 --- a/plugins/rtmp-services/data/package.json +++ b/plugins/rtmp-services/data/package.json @@ -1,10 +1,10 @@ { "url": "https://obsproject.com/obs2_update/rtmp-services", - "version": 186, + "version": 187, "files": [ { "name": "services.json", - "version": 186 + "version": 187 } ] } diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index e3b131dee..ac2836e68 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -2407,6 +2407,36 @@ "max video bitrate": 128, "max audio bitrate": 160 } + }, + { + "name": "ManyVids", + "servers": [ + { + "name": "Default", + "url": "rtmp://rtmp.str.manyvids.com:1935/live_stream/" + } + ], + "recommended": { + "supported resolutions": [ + "1280x720", + "960x540" + ], + "bitrate matrix": [ + { + "res": "960x540", + "fps": 30, + "max bitrate": 3000 + }, + { + "res": "1280x720", + "fps": 30, + "max bitrate": 4000 + } + ], + "keyint": 2, + "max video bitrate": 4000, + "max fps": 30 + } } ] }