rtmp-services: Add Sportify

This commit is contained in:
sravanth simhadri
2026-01-19 01:43:23 +05:30
committed by Ryan Foster
parent f53c843ac0
commit 17d5b3c5fd
2 changed files with 25 additions and 2 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
{
"$schema": "schema/package-schema.json",
"url": "https://obsproject.com/obs2_update/rtmp-services/v5",
"version": 283,
"version": 284,
"files": [
{
"name": "services.json",
"version": 283
"version": 284
}
]
}
+23
View File
@@ -3581,6 +3581,29 @@
"max video bitrate": 8000,
"max audio bitrate": 192
}
},
{
"name": "Sportify",
"more_info_link": "https://www.homegroundapp.com",
"servers": [
{
"name": "Default",
"url": "rtmp://stream.homegroundapp.com/live"
}
],
"recommended": {
"keyint": 2,
"max video bitrate": 3500,
"max audio bitrate": 192,
"supported resolutions": [
"1920x1080",
"1280x720"
],
"max fps": 30
},
"supported video codecs": [
"h264"
]
}
]
}