Skip to content

Commit

Permalink
rtmp-services: Update Joystick.TV servers and recommended settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink committed May 21, 2024
1 parent 27fa9b1 commit 1440374
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions plugins/rtmp-services/data/package.json
Original file line number Diff line number Diff line change
@@ -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
}
]
}
11 changes: 8 additions & 3 deletions plugins/rtmp-services/data/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1440374

Please sign in to comment.