Browse Source

Merge pull request #451 from ttaylorr/patch-1

Update Beam's recommended broadcast settings
Jim 10 years ago
parent
commit
59a5e3df61
1 changed files with 6 additions and 2 deletions
  1. 6 2
      plugins/rtmp-services/data/services.json

+ 6 - 2
plugins/rtmp-services/data/services.json

@@ -263,7 +263,7 @@
         ]
         ]
     },
     },
     {
     {
-        "name": "Beam.pro",
+        "name": "beam.pro",
         "servers": [
         "servers": [
             {
             {
                 "name": "US: Dallas, TX",
                 "name": "US: Dallas, TX",
@@ -295,7 +295,11 @@
             }
             }
         ],
         ],
         "recommended": {
         "recommended": {
-            "max video bitrate": 3500
+            "cbr": true,
+            "keyint": 2,
+            "max audio bitrate": 160,
+            "max video bitrate": 3500,
+            "profile": "main"
         }
         }
     },
     },
     {
     {