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

rtmp-services: Add Amazon IVS service

This commit is contained in:
Ruwen Hahn 2024-01-18 13:32:32 +01:00 committed by Ryan Foster
parent e4ae149278
commit 09afd185aa
2 changed files with 21 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": 254,
"version": 255,
"files": [
{
"name": "services.json",
"version": 254
"version": 255
}
]
}

View File

@ -2903,6 +2903,25 @@
"x264opts": "scenecut=0",
"output": "rtmp_output"
}
},
{
"name": "Amazon IVS",
"supported video codecs": ["h264"],
"servers": [
{
"name": "Global (RTMPS, recommended)",
"url": "rtmps://ingest.global-contribute.live-video.net:443/app"
},
{
"name": "Global (RTMP)",
"url": "rtmp://ingest.global-contribute.live-video.net/app"
}
],
"multitrack_video_configuration_url": "https://ingest.contribute.live-video.net/api/v3/GetClientConfiguration",
"recommended": {
"keyint": 2,
"x264opts": "scenecut=0"
}
}
]
}