From 12fb9508b2d8b8ad5fa9a80277d2a97b03befd03 Mon Sep 17 00:00:00 2001 From: Rodrigo Ipince Date: Wed, 25 May 2016 16:00:53 -0700 Subject: [PATCH] rtmp-services: Add Kamcord service Closes jp9000/obs-studio#547 --- plugins/rtmp-services/data/package.json | 4 +-- plugins/rtmp-services/data/services.json | 39 ++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 2 deletions(-) diff --git a/plugins/rtmp-services/data/package.json b/plugins/rtmp-services/data/package.json index e4d7f6f45..1c0c8875b 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": 25, + "version": 26, "files": [ { "name": "services.json", - "version": 25 + "version": 26 } ] } diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index e859c8f20..87e738b42 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -421,6 +421,45 @@ } ] }, + { + "name": "Kamcord", + "servers": [ + { + "name": "US East (N. Virginia)", + "url": "rtmp://us-east-1.stream.kamcord.com/live" + }, + { + "name": "Asia Pacific (Seoul)", + "url": "rtmp://ap-northeast-2.stream.kamcord.com/live" + }, + { + "name": "Asia Pacific (Sydney)", + "url": "rtmp://ap-southeast-2.stream.kamcord.com/live" + }, + { + "name": "Asia Pacific (Tokyo)", + "url": "rtmp://ap-northeast-1.stream.kamcord.com/live" + }, + { + "name": "EU (Frankfurt)", + "url": "rtmp://eu-central-1.stream.kamcord.com/live" + }, + { + "name": "South America (Sao Paulo)", + "url": "rtmp://sa-east-1.stream.kamcord.com/live" + }, + { + "name": "US West (N. California)", + "url": "rtmp://us-west-1.stream.kamcord.com/live" + } + ], + "recommended": { + "keyint": 2, + "profile": "main", + "max video bitrate": 4000, + "max audio bitrate": 192 + } + }, { "name": "CyberGame.TV", "servers": [