Browse Source

rtmp-services: add "Jio Games"

vishakh-h 4 years ago
parent
commit
c7f095ebd7
2 changed files with 20 additions and 2 deletions
  1. 2 2
      plugins/rtmp-services/data/package.json
  2. 18 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": 182,
+	"version": 183,
 	"files": [
 		{
 			"name": "services.json",
-			"version": 182
+			"version": 183
 		}
 	]
 }

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

@@ -2332,6 +2332,24 @@
                     "url":  "rtmp://rtmp.disciplemedia.com/b-fme"
                 }
             ]
+        },
+        {
+            "name": "Jio Games",
+            "servers": [
+                {
+                    "name": "Primary",
+                    "url": "rtmp://livepub1.api.engageapps.jio/live"
+                },
+                {
+                    "name": "Secondary",
+                    "url": "rtmp://livepub2.api.engageapps.jio/live"
+                }
+            ],
+            "recommended": {
+                "keyint": 2,
+                "max video bitrate": 32000,
+                "max audio bitrate": 256
+            }
         }
     ]
 }