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

rtmp-services: Add "CHZZK" platform

This commit is contained in:
WuLongyue 2024-01-26 14:31:11 +08:00 committed by Ryan Foster
parent 71660dc9a1
commit 1e163d795e
2 changed files with 21 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": 243,
"version": 244,
"files": [
{
"name": "services.json",
"version": 243
"version": 244
}
]
}

View File

@ -2658,6 +2658,25 @@
"max audio bitrate": 320,
"x264opts": "scenecut=0"
}
},
{
"name": "CHZZK",
"common": false,
"stream_key_link": "https://studio.chzzk.naver.com/setting",
"servers": [
{
"name": "Default",
"url": "rtmp://global-rtmp.lip2.navercorp.com:8080/relay"
}
],
"supported video codecs": [
"h264"
],
"recommended": {
"keyint": 1,
"profile": "high",
"bframes": 0
}
}
]
}