0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00

rtmp-services: Add Nood as a service

Nood is a Live video streaming platform and community for adults
https://www.nood.tv
This commit is contained in:
Kilian von Pflugk 2016-05-20 18:28:29 +02:00
parent 7e6ff1ae05
commit f1b2adf9f1
2 changed files with 35 additions and 2 deletions

View File

@ -1,10 +1,10 @@
{ {
"url": "https://obsproject.com/obs2_update/rtmp-services", "url": "https://obsproject.com/obs2_update/rtmp-services",
"version": 22, "version": 23,
"files": [ "files": [
{ {
"name": "services.json", "name": "services.json",
"version": 22 "version": 23
} }
] ]
} }

View File

@ -515,6 +515,39 @@
"url": "rtmp://sa.restream.io/live" "url": "rtmp://sa.restream.io/live"
} }
] ]
},
{
"name": "Nood",
"servers": [
{
"name": "EU Central: Frankfurt, Germany",
"url": "rtmp://broadcast-frf.nood.tv"
},
{
"name": "EU North: Amsterdam, Netherlands",
"url": "rtmp://broadcast-ams.nood.tv"
},
{
"name": "EU West: Stockholm, Sweden",
"url": "rtmp://broadcast-arn.nood.tv"
},
{
"name": "US East: Washington, DC",
"url": "rtmp://broadcast-dca.nood.tv"
},
{
"name": "US West: Los Angeles, CA",
"url": "rtmp://broadcast-oxr.nood.tv"
},
{
"name": "Australia: Sydney",
"url": "rtmp://broadcast-syd.nood.tv"
},
{
"name": "Asia: Hong Kong, China",
"url": "rtmp://broadcast-hhp.nood.tv"
}
]
} }
] ]
} }