rtmp-services: Add Streamway to ingest list

This commit is contained in:
Ramjivan Jangid 2024-01-05 20:38:06 +05:30 committed by Ryan Foster
parent 1e163d795e
commit 5bfcedcad8
2 changed files with 25 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": 244,
"version": 245,
"files": [
{
"name": "services.json",
"version": 244
"version": 245
}
]
}

View file

@ -2677,6 +2677,29 @@
"profile": "high",
"bframes": 0
}
},
{
"name": "Streamway",
"common": false,
"more_info_link": "https://support.streamway.in/how-to-connect-obs-studio-to-streamway/",
"stream_key_link": "https://app.streamway.in/broadcasts",
"servers": [
{
"name": "Primary",
"url": "rtmp://injest.streamway.in/LiveApp"
},
{
"name": "Backup",
"url": "rtmps://bkp.streamway.in:443/live"
}
],
"protocol": "RTMP",
"supported video codecs": [
"h264"
],
"recommended": {
"keyint": 2
}
}
]
}