rtmp-services: Add getloconow

Closes obsproject/obs-studio#2505
This commit is contained in:
praveenkumar
2020-03-16 21:53:35 +05:30
committed by jp9000
parent 9c92520211
commit 2a7708424a
2 changed files with 14 additions and 2 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
{
"url": "https://obsproject.com/obs2_update/rtmp-services",
"version": 124,
"version": 125,
"files": [
{
"name": "services.json",
"version": 124
"version": 125
}
]
}
+12
View File
@@ -1721,6 +1721,18 @@
"url": "rtmp://us-west.live.whalebone.tv/live"
}
]
},
{
"name": "LOCO",
"servers": [
{
"name": "Default",
"url": "rtmp://ivory-ingest.getloconow.com:1935/stream"
}
],
"recommended": {
"keyint": 2
}
}
]
}