diff --git a/plugins/rtmp-services/data/package.json b/plugins/rtmp-services/data/package.json index 724c7f198..79411a218 100644 --- a/plugins/rtmp-services/data/package.json +++ b/plugins/rtmp-services/data/package.json @@ -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 } ] } diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index 6f3632ea8..c2299a403 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -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 + } } ] }