From 14403743b50529a392a63c0cb411c0d24ccae9a8 Mon Sep 17 00:00:00 2001 From: Jeremy Woertink Date: Tue, 21 May 2024 15:09:15 -0700 Subject: [PATCH] rtmp-services: Update Joystick.TV servers and recommended settings --- plugins/rtmp-services/data/package.json | 4 ++-- plugins/rtmp-services/data/services.json | 11 ++++++++--- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/plugins/rtmp-services/data/package.json b/plugins/rtmp-services/data/package.json index 95877f3f37a0b2..c92a215456c487 100644 --- a/plugins/rtmp-services/data/package.json +++ b/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": 252, + "version": 253, "files": [ { "name": "services.json", - "version": 252 + "version": 253 } ] } diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index 90145baee9cd01..cc56182271f08f 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -2523,21 +2523,26 @@ }, { "name": "Joystick.TV", - "more_info_link": "https://support.joystick.tv/support/creator-support/setting-up-your-stream/", + "more_info_link": "https://support.joystick.tv/live_streaming/", "stream_key_link": "https://joystick.tv/stream-settings", "servers": [ { - "name": "RTMP", + "name": "North America", "url": "rtmp://live.joystick.tv/live/" + }, + { + "name": "Europe", + "url": "rtmp://eu.live.joystick.tv/live/" } ], "recommended": { "keyint": 2, "max video bitrate": 7500, "max audio bitrate": 192, + "max fps": 60, "profile": "main", "bframes": 0, - "x264opts": "tune=zerolatency" + "x264opts": "tune=zerolatency scenecut=0" }, "supported video codecs": [ "h264"