From f1b2adf9f135ee6bdddb19eaaf4e26457e3a08c3 Mon Sep 17 00:00:00 2001 From: Kilian von Pflugk Date: Fri, 20 May 2016 18:28:29 +0200 Subject: [PATCH] rtmp-services: Add Nood as a service Nood is a Live video streaming platform and community for adults https://www.nood.tv --- plugins/rtmp-services/data/package.json | 4 +-- plugins/rtmp-services/data/services.json | 33 ++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 2 deletions(-) diff --git a/plugins/rtmp-services/data/package.json b/plugins/rtmp-services/data/package.json index 756c5bb48..4a9ee9369 100644 --- a/plugins/rtmp-services/data/package.json +++ b/plugins/rtmp-services/data/package.json @@ -1,10 +1,10 @@ { "url": "https://obsproject.com/obs2_update/rtmp-services", - "version": 22, + "version": 23, "files": [ { "name": "services.json", - "version": 22 + "version": 23 } ] } diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index fd0db8a7a..d11e56f45 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -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" + } + ] } ] }