Skip to content

Commit

Permalink
rtmp-services: Add Hakuna Live RTMP service
Browse files Browse the repository at this point in the history
  • Loading branch information
lenaky authored and RytoEX committed Mar 28, 2024
1 parent 6f3f7b4 commit 1badf8e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 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": 247,
"version": 248,
"files": [
{
"name": "services.json",
"version": 247
"version": 248
}
]
}
23 changes: 23 additions & 0 deletions plugins/rtmp-services/data/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
]
}

0 comments on commit 1badf8e

Please sign in to comment.