Merge pull request #2232 from Kraz3D/master

rtmp-services: Add Konduit.live
This commit is contained in:
Jim 2019-12-10 09:27:10 -08:00 committed by GitHub
commit d5878d5e75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 2 deletions

View File

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

View File

@ -1610,6 +1610,19 @@
"bframes": 0,
"x264opts": "tune=zerolatency"
}
},
{
"name": "Konduit.live",
"servers": [
{
"name": "Default",
"url": "rtmp://rtmp.konduit.live/live"
}
],
"recommended": {
"keyint": 2,
"x264opts": "scenecut=0"
}
}
]
}