Browse Source

rtmp-services: add PhoneLivestreaming

David Plappert 4 years ago
parent
commit
8d374bdaa8
2 changed files with 17 additions and 2 deletions
  1. 2 2
      plugins/rtmp-services/data/package.json
  2. 15 0
      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",
-	"version": 185,
+	"version": 186,
 	"files": [
 		{
 			"name": "services.json",
-			"version": 185
+			"version": 186
 		}
 	]
 }

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

@@ -2392,6 +2392,21 @@
                 "max video bitrate": 2500,
                 "max audio bitrate": 128
             }
+        },
+        {
+            "name": "PhoneLiveStreaming",
+            "stream_key_link": "https://app.phonelivestreaming.com/media/rtmp",
+            "servers": [
+                {
+                    "name": "PhoneLiveStreaming",
+                    "url":  "rtmp://live.phonelivestreaming.com/live/"
+                }
+            ],
+            "recommended": {
+                "keyint": 2,
+                "max video bitrate": 128,
+                "max audio bitrate": 160
+            }
         }
     ]
 }