From 9ec85bcea4ccb0a7690ae7d8e715f0dbb54291a1 Mon Sep 17 00:00:00 2001 From: Taeski-SOOP Date: Fri, 18 Oct 2024 14:06:07 +0900 Subject: [PATCH 1/3] Update services.json e are planning to change the server URL of AfricaTV to SOOP. --- plugins/rtmp-services/data/services.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index 5954dc3e4cc15f..56ab1f92a9678e 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -799,35 +799,35 @@ ] }, { - "name": "AfreecaTV", + "name": "SOOP Korea", "alt_names": [ - "아프리카TV", - "Afreeca.TV" + "숲", + "SOOP Korea" ], "servers": [ { "name": "Asia : Korea", - "url": "rtmp://rtmpmanager-freecat.afreeca.tv/app" + "url": "rtmp://stream.sooplive.co.kr/app/" }, { "name": "North America : US East", - "url": "rtmp://rtmp-esu.afreecatv.com/app" + "url": "rtmp-esu.sooplive.co.kr" }, { "name": "North America : US West", - "url": "rtmp://rtmp-wsu.afreecatv.com/app" + "url": "rtmp-wsu.sooplive.co.kr" }, { "name": "South America : Brazil", - "url": "rtmp://rtmp-brz.afreecatv.com/app" + "url": "rtmp-brz.sooplive.co.kr" }, { "name": "Europe : UK", - "url": "rtmp://rtmp-uk.afreecatv.com/app" + "url": "rtmp-uk.sooplive.co.kr" }, { "name": "Asia : Singapore", - "url": "rtmp://rtmp-sgp.afreecatv.com/app" + "url": "rtmp-sgp.sooplive.co.kr" } ], "recommended": { From df356178d6d15d797b4d4f41d47bf39c88587d4e Mon Sep 17 00:00:00 2001 From: Taeski-SOOP Date: Mon, 21 Oct 2024 15:49:49 +0900 Subject: [PATCH 2/3] Update services.json change the server URL of AfricaTV to SOOP. --- plugins/rtmp-services/data/services.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index 56ab1f92a9678e..4eb9f6c5599b24 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -799,10 +799,10 @@ ] }, { - "name": "SOOP Korea", + "name": "SOOP - Korea", "alt_names": [ "숲", - "SOOP Korea" + "SOOP - Korea" ], "servers": [ { @@ -811,23 +811,23 @@ }, { "name": "North America : US East", - "url": "rtmp-esu.sooplive.co.kr" + "url": "rtmp://rtmp-esu.sooplive.co.kr/app/" }, { "name": "North America : US West", - "url": "rtmp-wsu.sooplive.co.kr" + "url": "rtmp://rtmp-wsu.sooplive.co.kr/app/" }, { "name": "South America : Brazil", - "url": "rtmp-brz.sooplive.co.kr" + "url": "rtmp://rtmp-brz.sooplive.co.kr/app/" }, { "name": "Europe : UK", - "url": "rtmp-uk.sooplive.co.kr" + "url": "rtmp://rtmp-uk.sooplive.co.kr/app/" }, { "name": "Asia : Singapore", - "url": "rtmp-sgp.sooplive.co.kr" + "url": "rtmp://rtmp-sgp.sooplive.co.kr/app/" } ], "recommended": { From d8d4f8205e74568060b8a019516e24a53dd9368c Mon Sep 17 00:00:00 2001 From: Taeski-SOOP Date: Tue, 22 Oct 2024 10:13:23 +0900 Subject: [PATCH 3/3] Change "alt_names" (Update services.json) Change "alt_names" --- plugins/rtmp-services/data/services.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index 4eb9f6c5599b24..778cea7ae1b068 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -801,8 +801,8 @@ { "name": "SOOP - Korea", "alt_names": [ - "숲", - "SOOP - Korea" + "아프리카TV", + "Afreeca.TV" ], "servers": [ {