From e4835daac28c685df1e1a93deda3e0b4f233453a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Pardini?= Date: Wed, 6 Jan 2021 20:01:01 -0300 Subject: [PATCH] rtmp-services: Add CamSoda service --- plugins/rtmp-services/data/services.json | 37 ++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index 0fa44e7e8..dadf71091 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -889,6 +889,43 @@ "x264opts": "tune=zerolatency" } }, + { + "name": "CamSoda", + "servers": [ + { + "name": "North America", + "url": "rtmp://obs-ingest-na.camsoda.com/cam_obs" + }, + { + "name": "South America", + "url": "rtmp://obs-ingest-sa.camsoda.com/cam_obs" + }, + { + "name": "Asia", + "url": "rtmp://obs-ingest-as.camsoda.com/cam_obs" + }, + { + "name": "Europe", + "url": "rtmp://obs-ingest-eu.camsoda.com/cam_obs" + }, + { + "name": "Oceania", + "url": "rtmp://obs-ingest-oc.camsoda.com/cam_obs" + } + ], + "recommended": { + "supported resolutions": [ + "1920x1080", + "1280x720", + "852x480", + "480x360" + ], + "max fps": 30, + "max video bitrate": 6000, + "max audio bitrate": 160, + "x264opts": "tune=zerolatency" + } + }, { "name": "Chaturbate", "servers": [ -- GitLab