Merge pull request #2682 from koizuka/rtmp-services-niconico

rtmp-services: Add niconico
This commit is contained in:
Richard Stanway 2020-04-12 01:59:39 +02:00 committed by GitHub
commit 6dce4662cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 34 additions and 2 deletions

View File

@ -1,10 +1,10 @@
{
"url": "https://obsproject.com/obs2_update/rtmp-services",
"version": 127,
"version": 128,
"files": [
{
"name": "services.json",
"version": 127
"version": 128
}
]
}

View File

@ -1747,6 +1747,38 @@
"recommended": {
"keyint": 2
}
},
{
"name": "niconico, premium member (ニコニコ生放送 プレミアム会員)",
"servers": [
{
"name": "Default",
"url": "rtmp://aliveorigin.dmc.nico/named_input"
}
],
"recommended": {
"keyint": 2,
"profile": "high",
"max audio bitrate": 192,
"max video bitrate": 5808,
"x264opts": "tune=zerolatency"
}
},
{
"name": "niconico, free member (ニコニコ生放送 一般会員)",
"servers": [
{
"name": "Default",
"url": "rtmp://aliveorigin.dmc.nico/named_input"
}
],
"recommended": {
"keyint": 2,
"profile": "high",
"max audio bitrate": 96,
"max video bitrate": 904,
"x264opts": "tune=zerolatency"
}
}
]
}