From 189014afc73cf065ab02eb9a73e1f006261c16f8 Mon Sep 17 00:00:00 2001 From: Fortune-SOOP Date: Tue, 12 Nov 2024 19:14:08 +0900 Subject: [PATCH 1/2] Add SOOP Global RTMP --- plugins/rtmp-services/data/services.json | 76 ++++++++++++++++++++++++ 1 file changed, 76 insertions(+) diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index 5954dc3e4cc15f..75802318f02d62 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -3531,5 +3531,81 @@ "h264" ] } + { + "name": "SOOP Global", + "alt_names": [ + "SOOP Global RTMP", + "sooplive.com" + ] + "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" + ] + } + ] } From 50dc5a91a2ff2b673cedf265c3f396cc470aaf22 Mon Sep 17 00:00:00 2001 From: Fortune-SOOP Date: Tue, 12 Nov 2024 19:15:35 +0900 Subject: [PATCH 2/2] delete space --- plugins/rtmp-services/data/services.json | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index 75802318f02d62..7c654c755b71c6 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -3606,6 +3606,5 @@ "h264" ] } - ] }