mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-26 01:10:38 -04:00
rtmp-services: Update Streamway primary ingest
Update Streamway's primary ingest endpoint to secure RTMPS.
This commit is contained in:
committed by
Ryan Foster
parent
0888aeafe1
commit
978fc690d8
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"$schema": "schema/package-schema.json",
|
||||
"url": "https://obsproject.com/obs2_update/rtmp-services/v5",
|
||||
"version": 291,
|
||||
"version": 292,
|
||||
"files": [
|
||||
{
|
||||
"name": "services.json",
|
||||
"version": 291
|
||||
"version": 292
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -2515,7 +2515,7 @@
|
||||
"servers": [
|
||||
{
|
||||
"name": "Primary",
|
||||
"url": "rtmp://injest.streamway.in/LiveApp"
|
||||
"url": "rtmps://injest.streamway.in:443/live"
|
||||
},
|
||||
{
|
||||
"name": "Backup",
|
||||
|
||||
Reference in New Issue
Block a user