diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index 5954dc3e4cc15f..7c654c755b71c6 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -3531,5 +3531,80 @@ "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" + ] + } ] }