rtmp-services: Add Manyvids.com

This commit is contained in:
Guang Zhou 2021-11-10 13:00:27 -05:00 committed by Jim
parent 3995326647
commit 99a7d19d15
2 changed files with 32 additions and 2 deletions

View File

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

View File

@ -2407,6 +2407,36 @@
"max video bitrate": 128,
"max audio bitrate": 160
}
},
{
"name": "ManyVids",
"servers": [
{
"name": "Default",
"url": "rtmp://rtmp.str.manyvids.com:1935/live_stream/"
}
],
"recommended": {
"supported resolutions": [
"1280x720",
"960x540"
],
"bitrate matrix": [
{
"res": "960x540",
"fps": 30,
"max bitrate": 3000
},
{
"res": "1280x720",
"fps": 30,
"max bitrate": 4000
}
],
"keyint": 2,
"max video bitrate": 4000,
"max fps": 30
}
}
]
}