From 97b03e3c5441199703cd76ea10fb26d7f2f682b2 Mon Sep 17 00:00:00 2001 From: Service Checker Date: Fri, 12 Apr 2024 00:34:11 +0000 Subject: [PATCH] rtmp-services: Remove defunct servers/services --- plugins/rtmp-services/data/package.json | 4 +- plugins/rtmp-services/data/services.json | 60 ------------------------ 2 files changed, 2 insertions(+), 62 deletions(-) diff --git a/plugins/rtmp-services/data/package.json b/plugins/rtmp-services/data/package.json index aba792189..1b6aa0954 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": 250, + "version": 251, "files": [ { "name": "services.json", - "version": 250 + "version": 251 } ] } diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index 79a1be414..41dbede6f 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -2569,66 +2569,6 @@ "h264" ] }, - { - "name": "VStream", - "common": false, - "stream_key_link": "https://vstream.com/dashboard/livestreams", - "more_info_link": "https://vstream.com/help/streaming-with-obs", - "servers": [ - { - "name": "Global (RTMP)", - "url": "rtmp://live.vstream.com" - } - ], - "recommended": { - "keyint": 2, - "profile": "high", - "x264opts": "scenecut=0", - "supported resolutions": [ - "1920x1080", - "1280x720", - "852x480" - ], - "bitrate matrix": [ - { - "res": "1920x1080", - "fps": 60, - "max bitrate": 8000 - }, - { - "res": "1920x1080", - "fps": 30, - "max bitrate": 6000 - }, - { - "res": "1280x720", - "fps": 60, - "max bitrate": 6000 - }, - { - "res": "1280x720", - "fps": 30, - "max bitrate": 4000 - }, - { - "res": "852x480", - "fps": 60, - "max bitrate": 3000 - }, - { - "res": "852x480", - "fps": 30, - "max bitrate": 2000 - } - ], - "max fps": 60, - "max video bitrate": 8000, - "max audio bitrate": 320 - }, - "supported video codecs": [ - "h264" - ] - }, { "name": "MasterStream.iR | مستراستریم | ری استریم و استریم همزمان", "common": false,