From fc264e82975bd909c2bc160760b1a041f497d501 Mon Sep 17 00:00:00 2001 From: derrod Date: Thu, 2 Feb 2017 21:56:42 +0100 Subject: [PATCH] rtmp-services: Update twitch/hitbox ingest and youtube recommendations Twitch added the following ingests: - South America: Lima, Peru - EU: Lisbon, Portugal - South America: Medellin, Columbia - EU: Milan, Italy - NA: Mexico City The following ingest server is no longer listed in hitbox' API: - US-East: Washington YouTube does not list a requirement that states that only the main profile can be used. --- plugins/rtmp-services/data/package.json | 4 ++-- plugins/rtmp-services/data/services.json | 25 +++++++++++++++++++----- 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/plugins/rtmp-services/data/package.json b/plugins/rtmp-services/data/package.json index cfdfef873..d5e441c81 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": 48, + "version": 49, "files": [ { "name": "services.json", - "version": 48 + "version": 49 } ] } diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index 816e1e7bd..0158521be 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -41,10 +41,18 @@ "name": "EU: Frankfurt, DE", "url": "rtmp://live-fra.twitch.tv/app" }, + { + "name": "EU: Lisbon, Portugal", + "url": "rtmp://live-lis.twitch.tv/app" + }, { "name": "EU: London, UK", "url": "rtmp://live-lhr.twitch.tv/app" }, + { + "name": "EU: Milan, Italy", + "url": "rtmp://live-mil.twitch.tv/app" + }, { "name": "EU: Paris, FR", "url": "rtmp://live-cdg.twitch.tv/app" @@ -61,6 +69,10 @@ "name": "EU: Warsaw, Poland", "url": "rtmp://live-waw.twitch.tv/app" }, + { + "name": "NA: Mexico City", + "url": "rtmp://live-qro.twitch.tv/app" + }, { "name": "South America: Argentina", "url": "rtmp://live-eze.twitch.tv/app" @@ -69,6 +81,14 @@ "name": "South America: Chile", "url": "rtmp://live-scl.twitch.tv/app" }, + { + "name": "South America: Lima, Peru", + "url": "rtmp://live-lim.twitch.tv/app" + }, + { + "name": "South America: Medellin, Columbia", + "url": "rtmp://live-mde.twitch.tv/app" + }, { "name": "South America: Rio de Janeiro, Brazil", "url": "rtmp://live-gig.twitch.tv/app" @@ -132,7 +152,6 @@ ], "recommended": { "keyint": 2, - "profile": "main", "max video bitrate": 51000, "max audio bitrate": 160 } @@ -177,10 +196,6 @@ "name": "Russia: Moscow", "url": "rtmp://live.dme.hitbox.tv/push" }, - { - "name": "US-East: Washington", - "url": "rtmp://live.vgn.hitbox.tv/push" - }, { "name": "US-East: New York - 1", "url": "rtmp://live.jfk.hitbox.tv/push" -- GitLab