mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-01 15:49:51 +08:00
Merge pull request #2571 from bongalive/master
rtmp-services: Update Bongacams servers and settings
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"url": "https://obsproject.com/obs2_update/rtmp-services",
|
||||
"version": 125,
|
||||
"version": 126,
|
||||
"files": [
|
||||
{
|
||||
"name": "services.json",
|
||||
"version": 125
|
||||
"version": 126
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1494,14 +1494,28 @@
|
||||
"name": "Bongacams",
|
||||
"servers": [
|
||||
{
|
||||
"name": "Default",
|
||||
"url": "rtmp://origin.bcrncdn.com:1934/live"
|
||||
"name": "Automatic / Default",
|
||||
"url": "rtmp://auto.origin.gnsbc.com:1934/live"
|
||||
},
|
||||
{
|
||||
"name": "Automatic / Backup",
|
||||
"url": "rtmp://origin.bcvidorigin.com:1934/live"
|
||||
},
|
||||
{
|
||||
"name": "Europe",
|
||||
"url": "rtmp://z-eu.origin.gnsbc.com:1934/live"
|
||||
},
|
||||
{
|
||||
"name": "North America",
|
||||
"url": "rtmp://z-us.origin.gnsbc.com:1934/live"
|
||||
}
|
||||
],
|
||||
"recommend": {
|
||||
"keyint": 2,
|
||||
"max video bitrate": 6000,
|
||||
"max audio bitrate": 192
|
||||
"max audio bitrate": 192,
|
||||
"bframes": 0,
|
||||
"x264opts": "tune=zerolatency"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user