From d20d2863ff8984e5ca074481bffb7aea4ecceecc Mon Sep 17 00:00:00 2001 From: duyquach-castr Date: Thu, 6 Feb 2025 14:06:16 +0700 Subject: [PATCH] rtmp-services: Update Castr.io ingests (cherry picked from commit 291adefb4d9fc017938131f4d68a742d419b3ee4) --- plugins/rtmp-services/data/package.json | 4 +- plugins/rtmp-services/data/services.json | 58 +++++++++++++++++++++++- 2 files changed, 59 insertions(+), 3 deletions(-) diff --git a/plugins/rtmp-services/data/package.json b/plugins/rtmp-services/data/package.json index 2e1778010..bfad7cb09 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": 266, + "version": 267, "files": [ { "name": "services.json", - "version": 266 + "version": 267 } ] } diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index 452eff170..430b401f1 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -708,17 +708,57 @@ "url": "rtmp://qc.castr.io/static" }, { - "name": "SA (Sao Paulo, BR)", + "name": "Mexico", + "url": "rtmp://mexico.castr.io/static" + }, + { + "name": "Sao Paulo, BR", "url": "rtmp://br.castr.io/static" }, + { + "name": "Colombia", + "url": "rtmp://bogota.castr.io/static" + }, + { + "name": "Santiago, Chile", + "url": "rtmp://santiago.castr.io/static" + }, + { + "name": "Istanbul, TR", + "url": "rtmp://istanbul.castr.io/static" + }, + { + "name": "Tel Aviv, IL", + "url": "rtmp://telaviv.castr.io/static" + }, { "name": "EU-West (London, UK)", "url": "rtmp://uk.castr.io/static" }, + { + "name": "EU-West (Paris, FR)", + "url": "rtmp://paris.castr.io/static" + }, + { + "name": "EU-West (Madrid, ES)", + "url": "rtmp://madrid.castr.io/static" + }, { "name": "EU-Central (Frankfurt, DE)", "url": "rtmp://fr.castr.io/static" }, + { + "name": "EU-Central (Milan, IT)", + "url": "rtmp://milan.castr.io/static" + }, + { + "name": "EU-North (Stockholm, SE)", + "url": "rtmp://stockholm.castr.io/static" + }, + { + "name": "EU-North (Copenhagen, DK)", + "url": "rtmp://copenhagen.castr.io/static" + }, { "name": "Russia (Moscow)", "url": "rtmp://ru.castr.io/static" @@ -727,6 +767,10 @@ "name": "Asia (Singapore)", "url": "rtmp://sg.castr.io/static" }, + { + "name": "Asia (Hong Kong, HK)", + "url": "rtmp://hongkong.castr.io/static" + }, { "name": "Asia (India)", "url": "rtmp://in.castr.io/static" @@ -735,6 +779,18 @@ "name": "Australia (Sydney)", "url": "rtmp://au.castr.io/static" }, + { + "name": "UAE (Dubai)", + "url": "rtmp://dubai.castr.io/static" + }, + { + "name": "Africa (Johannesburg, ZA)", + "url": "rtmp://southafrica.castr.io/static" + }, + { + "name": "Africa (Lagos, NG)", + "url": "rtmp://lagos.castr.io/static" + }, { "name": "US Central", "url": "rtmp://us-central.castr.io/static"