0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 21:13:04 +02:00

rtmp-services: Add Vindral service

This commit is contained in:
Mattias Landin 2022-10-07 13:38:26 +02:00 committed by Rodney
parent 1eedf4b50d
commit 2a0f3d4c04
2 changed files with 23 additions and 2 deletions

View File

@ -1,11 +1,11 @@
{
"$schema": "schema/package-schema.json",
"url": "https://obsproject.com/obs2_update/rtmp-services",
"version": 210,
"version": 211,
"files": [
{
"name": "services.json",
"version": 210
"version": 211
}
]
}

View File

@ -2525,6 +2525,27 @@
"keyint": 2,
"max video bitrate": 16000
}
},
{
"name": "Vindral",
"more_info_link": "https://docs.vindral.com/docs/vindral-cdn/",
"servers": [
{
"name": "eu-north",
"url": "rtmps://rtmp.eu-north.cdn.vindral.com/publish"
},
{
"name": "eu-west",
"url": "rtmps://rtmp.eu-west.cdn.vindral.com/publish"
}
],
"recommended": {
"keyint": 1,
"profile": "high",
"bframes": 0,
"max video bitrate": 20000,
"max audio bitrate": 192
}
}
]
}