0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-19 20:32:15 +02:00

rtmp-services: Add Hakuna Live RTMP service

This commit is contained in:
Len 2024-03-28 19:19:38 -04:00 committed by Ryan Foster
parent 6f3f7b4e5a
commit 1badf8e11b
2 changed files with 25 additions and 2 deletions

View File

@ -1,11 +1,11 @@
{
"$schema": "schema/package-schema.json",
"url": "https://obsproject.com/obs2_update/rtmp-services/v5",
"version": 247,
"version": 248,
"files": [
{
"name": "services.json",
"version": 247
"version": 248
}
]
}

View File

@ -2799,6 +2799,29 @@
"max video bitrate": 12000,
"max audio bitrate": 320
}
},
{
"name": "Hakuna Live - RTMP",
"servers": [
{
"name": "Republic of Korea / Japan",
"url": "rtmps://media-proxy.prod.an1.media.hpcnt.com/hakuna"
}
],
"protocol": "RTMP",
"supported video codecs": [
"h264"
],
"recommended": {
"keyint": 2,
"supported resolutions": [
"1920x1080",
"1280x720"
],
"max video bitrate": 6000,
"max audio bitrate": 320,
"bframes": 0
}
}
]
}