From 4479ca0b7bd78ce0d3ea6e887c932015eb5fa867 Mon Sep 17 00:00:00 2001 From: Jeff Ward Date: Tue, 26 Jan 2021 08:54:11 -0700 Subject: [PATCH] rtmp-services: Add PolyStreamer service Add PolyStreamer.com to services.json, and increment the version in accompanying package.json --- plugins/rtmp-services/data/package.json | 4 +-- plugins/rtmp-services/data/services.json | 40 ++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 2 deletions(-) diff --git a/plugins/rtmp-services/data/package.json b/plugins/rtmp-services/data/package.json index d6307917e..662fa3323 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": 167, + "version": 168, "files": [ { "name": "services.json", - "version": 167 + "version": 168 } ] } diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index 34894179d..bb676b426 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -1895,6 +1895,46 @@ "x264opts": "tune=zerolatency scenecut=0" } }, + { + "name": "PolyStreamer.com", + "servers": [ + { + "name": "Auto-select closest server", + "url": "rtmp://live.polystreamer.com/live" + }, + { + "name": "United States - West", + "url": "rtmp://us-west.live.polystreamer.com/live" + }, + { + "name": "United States - East", + "url": "rtmp://us-east.live.polystreamer.com/live" + }, + { + "name": "Australia", + "url": "rtmp://aus.live.polystreamer.com/live" + }, + { + "name": "India", + "url": "rtmp://ind.live.polystreamer.com/live" + }, + { + "name": "Germany", + "url": "rtmp://deu.live.polystreamer.com/live" + }, + { + "name": "Japan", + "url": "rtmp://jpn.live.polystreamer.com/live" + }, + { + "name": "Singapore", + "url": "rtmp://sgp.live.polystreamer.com/live" + } + ], + "recommended": { + "keyint": 2 + } + }, { "name": "Glimesh", "servers": [