Browse Source

rtmp-services: Add Coderwall service

Closes jp9000/obs-studio#574
jp9000 9 years ago
parent
commit
7bf1f9f189
1 changed files with 12 additions and 0 deletions
  1. 12 0
      plugins/rtmp-services/data/services.json

+ 12 - 0
plugins/rtmp-services/data/services.json

@@ -645,6 +645,18 @@
                 "max video bitrate": 2500,
                 "max audio bitrate": 160
             }
+        },
+        {
+            "name": "Coderwall",
+            "servers": [
+                {
+                    "name": "Primary",
+                    "url": "rtmp://live.coderwall.com/coderwall"
+                }
+            ],
+            "recommended": {
+                "max video bitrate": 1500
+            }
         }
     ]
 }