浏览代码

rtmp-services: Increase FB max bitrate to 6Mbps

Facebook Live now recommends 6000kbps for most streamers and the auto
capping is clamping users to 4000kpbs. This fixes the new suggested
setting.
JohannMG 5 年之前
父节点
当前提交
a19fc7227c
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      plugins/rtmp-services/data/package.json
  2. 1 1
      plugins/rtmp-services/data/services.json

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

@@ -1,10 +1,10 @@
 {
 {
 	"url": "https://obsproject.com/obs2_update/rtmp-services",
 	"url": "https://obsproject.com/obs2_update/rtmp-services",
-	"version": 114,
+	"version": 116,
 	"files": [
 	"files": [
 		{
 		{
 			"name": "services.json",
 			"name": "services.json",
-			"version": 114
+			"version": 116
 		}
 		}
 	]
 	]
 }
 }

+ 1 - 1
plugins/rtmp-services/data/services.json

@@ -573,7 +573,7 @@
             "recommended": {
             "recommended": {
                 "keyint": 2,
                 "keyint": 2,
                 "profile": "main",
                 "profile": "main",
-                "max video bitrate": 4000,
+                "max video bitrate": 6000,
                 "max audio bitrate": 128
                 "max audio bitrate": 128
             }
             }
         },
         },