Browse Source

Merge pull request #1484 from abedinpour/update-lahzenegar-rtmp

rtmp-services: Update Lahzenegar settings
Jim 7 years ago
parent
commit
272925049e
2 changed files with 12 additions and 6 deletions
  1. 2 2
      plugins/rtmp-services/data/package.json
  2. 10 4
      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": 89,
+	"version": 90,
 	"files": [
 		{
 			"name": "services.json",
-			"version": 89
+			"version": 90
 		}
 	]
 }

+ 10 - 4
plugins/rtmp-services/data/services.json

@@ -1146,16 +1146,22 @@
             }
         },
         {
-            "name": "Lahzenegar - لحظه نگار",
+            "name": "Lahzenegar - StreamG | لحظه‌نگار - استریمجی",
             "servers": [
                 {
                     "name": "Primary",
-                    "url": "rtmp://live.lahzenegar.com:80/pro"
+                    "url": "rtmp://rtmp.lahzecdn.com/pro"
+                },
+                {
+                    "name": "Iran",
+                    "url": "rtmp://rtmp-iran.lahzecdn.com/pro"
                 }
             ],
             "recommended": {
-                "max video bitrate": 1000,
-                "max audio bitrate": 96
+                "keyint": 2,
+                "profile": "main",
+                "max video bitrate": 2800,
+                "max audio bitrate": 128
             }
         },
         {