Merge pull request #545 from jumoog/master

rtmp-services: Add Nood as a service
master
Jim 2016-05-20 10:24:54 -07:00
commit b18cdf80cc
2 changed files with 35 additions and 2 deletions

View File

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

View File

@ -515,6 +515,39 @@
"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"
}
]
}
]
}