Browse Source

rtmp-services: Add Joystick.TV

Adding JoystickTV as an official service

Closes obsproject/obs-studio#8414
Jeremy Woertink 2 years ago
parent
commit
90e8e81e99
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/v4",
-    "version": 223,
+    "version": 224,
     "files": [
         {
             "name": "services.json",
-            "version": 223
+            "version": 224
         }
     ]
 }

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

@@ -2790,6 +2790,28 @@
             "supported video codecs": [
                 "h264"
             ]
+        },
+        {
+            "name": "Joystick.TV",
+            "more_info_link": "https://support.joystick.tv/support/creator-support/setting-up-your-stream/",
+            "stream_key_link": "https://joystick.tv/stream-settings",
+            "servers": [
+                {
+                    "name": "RTMP",
+                    "url": "rtmp://live.joystick.tv/live/"
+                }
+            ],
+            "recommended": {
+                "keyint": 2,
+                "max video bitrate": 7500,
+                "max audio bitrate": 192,
+                "profile": "main",
+                "bframes": 0,
+                "x264opts": "tune=zerolatency"
+            },
+            "supported video codecs": [
+                "h264"
+            ]
         }
     ]
 }