Skip to content

Commit 510c35d

Browse files
sravanth simhadrisravanth simhadri
authored andcommitted
rtmp-services: Add HomeGround TV
rtmp-services: Add HomeGround TV rtmp-services: Update HomeGround TV more_info_link
1 parent d97e5ad commit 510c35d

2 files changed

Lines changed: 25 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"$schema": "schema/package-schema.json",
33
"url": "https://obsproject.com/obs2_update/rtmp-services/v5",
4-
"version": 281,
4+
"version": 282,
55
"files": [
66
{
77
"name": "services.json",
8-
"version": 281
8+
"version": 282
99
}
1010
]
1111
}

plugins/rtmp-services/data/services.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3593,6 +3593,29 @@
35933593
"max video bitrate": 8000,
35943594
"max audio bitrate": 192
35953595
}
3596+
},
3597+
{
3598+
"name": "HomeGround TV",
3599+
"more_info_link": "https://www.homegroundapp.com",
3600+
"servers": [
3601+
{
3602+
"name": "Default",
3603+
"url": "rtmp://ticker.homegroundapp.com:8100/live"
3604+
}
3605+
],
3606+
"recommended": {
3607+
"keyint": 2,
3608+
"max video bitrate": 3000,
3609+
"max audio bitrate": 192,
3610+
"supported resolutions": [
3611+
"1920x1080",
3612+
"1280x720"
3613+
],
3614+
"max fps": 30
3615+
},
3616+
"supported video codecs": [
3617+
"h264"
3618+
]
35963619
}
35973620
]
35983621
}

0 commit comments

Comments
 (0)