0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-19 20:32:15 +02:00

rtmp-services: Add "Vault - by CommanderRoot" to ingest list

This commit is contained in:
Tobias Speicher 2023-10-23 13:52:33 +02:00 committed by Ryan Foster
parent 7ae66c72fd
commit 97375e541b
2 changed files with 31 additions and 2 deletions

View File

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

View File

@ -2633,6 +2633,35 @@
"supported video codecs": [
"h264"
]
},
{
"name": "Vault - by CommanderRoot",
"common": false,
"more_info_link": "https://vault.root-space.eu/",
"stream_key_link": "https://vault.root-space.eu/recordings",
"servers": [
{
"name": "EU - Central",
"url": "rtmp://ingest-eu-central.vault.root-space.eu/app"
},
{
"name": "US - West",
"url": "rtmp://ingest-us-west.vault.root-space.eu/app"
}
],
"protocol": "RTMP",
"supported video codecs": [
"h264"
],
"supported audio codecs": [
"aac"
],
"recommended": {
"keyint": 2,
"max video bitrate": 7800,
"max audio bitrate": 320,
"x264opts": "scenecut=0"
}
}
]
}