diff --git a/plugins/rtmp-services/data/package.json b/plugins/rtmp-services/data/package.json index a33a7eea833912..1a55b8ed42d3f4 100644 --- a/plugins/rtmp-services/data/package.json +++ b/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": 264, + "version": 265, "files": [ { "name": "services.json", - "version": 264 + "version": 265 } ] } diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index 5954dc3e4cc15f..b013649c68d1b8 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -3531,5 +3531,76 @@ "h264" ] } + { + "name": "SOOP", + "common": false, + "stream_key_link": "https://www.sooplive.com/dashboard", + "servers": [ + { + "name": "Default", + "url": "rtmp://global-stream.sooplive.com/app" + } + ], + "protocol": "RTMP", + "recommended": { + "profile": "main", + "supported resolutions": [ + "1920x1080", + "1280x720", + "960x540", + "640x360" + ], + "bitrate matrix": [ + { + "res": "640x360", + "fps": 30, + "max bitrate": 500 + }, + { + "res": "640x360", + "fps": 60, + "max bitrate": 1000 + }, + { + "res": "960x540", + "fps": 30, + "max bitrate": 2000 + }, + { + "res": "960x540", + "fps": 60, + "max bitrate": 2000 + }, + { + "res": "1280x720", + "fps": 30, + "max bitrate": 4000 + }, + { + "res": "1280x720", + "fps": 60, + "max bitrate": 4000 + }, + { + "res": "1920x1080", + "fps": 30, + "max bitrate": 8000 + }, + { + "res": "1920x1080", + "fps": 60, + "max bitrate": 8000 + } + ], + "keyint": 1, + "max fps": 60, + "max video bitrate": 8000, + "max audio bitrate": 192, + "bframes": 0 + }, + "supported video codecs": [ + "h264" + ] + } ] }