Browse Source

rtmp-services: Add CamSoda service

Adrián Pardini 4 years ago
parent
commit
e4835daac2
1 changed files with 37 additions and 0 deletions
  1. 37 0
      plugins/rtmp-services/data/services.json

+ 37 - 0
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": [