mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-29 02:03:03 +08:00
rtmp-services: Change the server URL of AfreecaTV to SOOP Korea
Request a code modification due to the change of AfreecaTV name. Effective October 15 2024, AfreecaTV has been rebranded to SOOP Korea.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"$schema": "schema/package-schema.json",
|
||||
"url": "https://obsproject.com/obs2_update/rtmp-services/v5",
|
||||
"version": 278,
|
||||
"version": 279,
|
||||
"files": [
|
||||
{
|
||||
"name": "services.json",
|
||||
"version": 278
|
||||
"version": 279
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -855,35 +855,36 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "AfreecaTV",
|
||||
"name": "SOOP Korea",
|
||||
"alt_names": [
|
||||
"AfreecaTV",
|
||||
"아프리카TV",
|
||||
"Afreeca.TV"
|
||||
],
|
||||
"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://rtmp-esu.sooplive.co.kr/app/"
|
||||
},
|
||||
{
|
||||
"name": "North America : US West",
|
||||
"url": "rtmp://rtmp-wsu.afreecatv.com/app"
|
||||
"url": "rtmp://rtmp-wsu.sooplive.co.kr/app/"
|
||||
},
|
||||
{
|
||||
"name": "South America : Brazil",
|
||||
"url": "rtmp://rtmp-brz.afreecatv.com/app"
|
||||
"url": "rtmp://rtmp-brz.sooplive.co.kr/app/"
|
||||
},
|
||||
{
|
||||
"name": "Europe : UK",
|
||||
"url": "rtmp://rtmp-uk.afreecatv.com/app"
|
||||
"url": "rtmp://rtmp-uk.sooplive.co.kr/app/"
|
||||
},
|
||||
{
|
||||
"name": "Asia : Singapore",
|
||||
"url": "rtmp://rtmp-sgp.afreecatv.com/app"
|
||||
"url": "rtmp://rtmp-sgp.sooplive.co.kr/app/"
|
||||
}
|
||||
],
|
||||
"recommended": {
|
||||
|
||||
Reference in New Issue
Block a user