Browse Source

rtmp-services: Add NFHS Network

Michael Gillett 1 year ago
parent
commit
14f44dfe06
2 changed files with 24 additions and 2 deletions
  1. 2 2
      plugins/rtmp-services/data/package.json
  2. 22 0
      plugins/rtmp-services/data/services.json

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

@@ -1,11 +1,11 @@
 {
     "$schema": "schema/package-schema.json",
     "url": "https://obsproject.com/obs2_update/rtmp-services/v5",
-    "version": 260,
+    "version": 261,
     "files": [
         {
             "name": "services.json",
-            "version": 260
+            "version": 261
         }
     ]
 }

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

@@ -2942,6 +2942,28 @@
                 "keyint": 1,
                 "bframes": 0
             }
+        },
+        {
+            "name": "NFHS Network",
+            "more_info_link": "https://support.nfhsnetwork.com/hc/en-us",
+            "stream_key_link": "https://console.nfhsnetwork.com/nfhs-events/",
+            "servers": [
+                {
+                    "name": "Manual Broadcasts",
+                    "url": "rtmp://video.nfhsnetwork.com/manual"
+                }
+            ],
+            "recommended": {
+                "supported resolutions": [
+                    "1920x1080",
+                    "1280x720",
+                    "640x360"
+                ],
+                "max fps": 60
+            },
+            "supported video codecs": [
+                "h264"
+            ]
         }
     ]
 }