rtmp-services: Add Camplace.com RTMP Services (#1631)

This commit is contained in:
pongraczgabor87 2019-01-31 04:25:54 +01:00 committed by Colin Edwards
parent 62fa2b0086
commit d9cecd18c4
2 changed files with 16 additions and 2 deletions

View File

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

View File

@ -1429,6 +1429,20 @@
"max video bitrate": 6000,
"max audio bitrate": 192
}
},
{
"name": "Camplace",
"servers": [
{
"name": "Camplace - Default",
"url": "rtmp://rtmp.camplace.com"
}
],
"recommend": {
"keyint": 2,
"max video bitrate": 3000,
"max audio bitrate": 128
}
}
]
}