From 7b2fb21dedbd6ccd3b835cb6647147e3984f586b Mon Sep 17 00:00:00 2001 From: Radzaquiel Date: Mon, 22 Aug 2016 14:27:46 +0200 Subject: [PATCH] rtmp-services: update Hitbox.tv ingest servers Added: "US-East: New York - 2" Modified: "US East: New York" to "US-East: New York - 1" Closes jp9000/obs-studio#601 --- plugins/rtmp-services/data/package.json | 4 ++-- plugins/rtmp-services/data/services.json | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/plugins/rtmp-services/data/package.json b/plugins/rtmp-services/data/package.json index 47dafbce7..8136a0e38 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": 30, + "version": 31, "files": [ { "name": "services.json", - "version": 30 + "version": 31 } ] } diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index f901fbde0..613e5cc59 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -183,9 +183,13 @@ "url": "rtmp://live.vgn.hitbox.tv/push" }, { - "name": "US-East: New York", + "name": "US-East: New York - 1", "url": "rtmp://live.jfk.hitbox.tv/push" }, + { + "name": "US-East: New York - 2", + "url": "rtmp://live.nyc.hitbox.tv/push" + }, { "name": "US-Central: Denver", "url": "rtmp://live.den.hitbox.tv/push"