From 340bce6d233a623d9af92d1e6ea625dfc68f4d92 Mon Sep 17 00:00:00 2001 From: hugo Date: Thu, 16 Jan 2025 20:42:13 +0000 Subject: [PATCH] rtmp-services: Add bump.live --- plugins/rtmp-services/data/package.json | 4 ++-- plugins/rtmp-services/data/services.json | 27 ++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 2 deletions(-) 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..8b39c030931b33 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -3530,6 +3530,33 @@ "supported video codecs": [ "h264" ] + }, + { + "name": "bump.live", + "more_info_link": "https://help.bump.live/en/articles/10364182-streaming-on-bump", + "stream_key_link": "https://bump.live/dashboard/stream", + "servers": [ + { + "name": "Global", + "url": "rtmps://fa46d4725148.global-contribute.live-video.net/app" + } + ], + "recommended": { + "keyint": 2, + "supported resolutions": [ + "1920x1080", + "1280x720", + "852x480", + "640x360" + ], + "max fps": 60, + "max video bitrate": 8000, + "max audio bitrate": 160, + "x264opts": "scenecut=0" + }, + "supported video codecs": [ + "h264" + ] } ] }