浏览代码

rtmp-services: Update Twitter.com

VodBox 4 年之前
父节点
当前提交
b5596cbf61

+ 1 - 1
UI/window-basic-auto-config.cpp

@@ -634,7 +634,7 @@ void AutoConfigStreamPage::UpdateKeyLink()
 		streamKeyLink =
 			"https://www.facebook.com/live/producer?ref=OBS";
 	} else if (serviceName.startsWith("Twitter")) {
-		streamKeyLink = "https://www.pscp.tv/account/producer";
+		streamKeyLink = "https://studio.twitter.com/producer/sources";
 	} else if (serviceName.startsWith("YouStreamer")) {
 		streamKeyLink = "https://www.app.youstreamer.com/stream/";
 	} else if (serviceName == "Trovo") {

+ 1 - 1
UI/window-basic-settings-stream.cpp

@@ -286,7 +286,7 @@ void OBSBasicSettings::UpdateKeyLink()
 		streamKeyLink =
 			"https://www.facebook.com/live/producer?ref=OBS";
 	} else if (serviceName.startsWith("Twitter")) {
-		streamKeyLink = "https://www.pscp.tv/account/producer";
+		streamKeyLink = "https://studio.twitter.com/producer/sources";
 	} else if (serviceName.startsWith("YouStreamer")) {
 		streamKeyLink = "https://app.youstreamer.com/stream/";
 	} else if (serviceName == "Trovo") {

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

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

+ 19 - 3
plugins/rtmp-services/data/services.json

@@ -1027,8 +1027,11 @@
             }
         },
         {
-            "name": "Twitter / Periscope",
+            "name": "Twitter",
             "common": true,
+            "alt_names": [
+                "Twitter / Periscope"
+            ],
             "servers": [
                 {
                     "name": "US West: California",
@@ -1046,6 +1049,10 @@
                     "name": "South America: Brazil",
                     "url": "rtmp://br.pscp.tv:80/x"
                 },
+                {
+                    "name": "EU West: France",
+                    "url": "rtmp://fr.pscp.tv:80/x"
+                },
                 {
                     "name": "EU West: Ireland",
                     "url": "rtmp://ie.pscp.tv:80/x"
@@ -1058,10 +1065,18 @@
                     "name": "Asia/Pacific: Australia",
                     "url": "rtmp://au.pscp.tv:80/x"
                 },
+                {
+                    "name": "Asia/Pacific: India",
+                    "url": "rtmp://in.pscp.tv:80/x"
+                },
                 {
                     "name": "Asia/Pacific: Japan",
                     "url": "rtmp://jp.pscp.tv:80/x"
                 },
+                {
+                    "name": "Asia/Pacific: Korea",
+                    "url": "rtmp://kr.pscp.tv:80/x"
+                },
                 {
                     "name": "Asia/Pacific: Singapore",
                     "url": "rtmp://sg.pscp.tv:80/x"
@@ -1069,8 +1084,9 @@
             ],
             "recommended": {
                 "keyint": 3,
-                "max video bitrate": 4000,
-                "max audio bitrate": 128
+                "max video bitrate": 12000,
+                "max audio bitrate": 128,
+                "max fps": 60
             }
         },
         {