提交 64164a15 编写于 作者: C clone1018 提交者: Jim

rtmp-services: Add Glimesh service

上级 7852efcb
......@@ -629,6 +629,8 @@ void AutoConfigStreamPage::UpdateKeyLink()
streamKeyLink = "https://www.app.youstreamer.com/stream/";
} else if (serviceName == "Trovo") {
streamKeyLink = "https://studio.trovo.live/mychannel/stream";
} else if (serviceName == "Glimesh") {
streamKeyLink = "https://glimesh.tv/users/settings/stream";
}
if (QString(streamKeyLink).isNull()) {
......
......@@ -288,6 +288,8 @@ void OBSBasicSettings::UpdateKeyLink()
streamKeyLink = "https://app.youstreamer.com/stream/";
} else if (serviceName == "Trovo") {
streamKeyLink = "https://studio.trovo.live/mychannel/stream";
} else if (serviceName == "Glimesh") {
streamKeyLink = "https://glimesh.tv/users/settings/stream";
}
if (QString(streamKeyLink).isNull()) {
......
{
"url": "https://obsproject.com/obs2_update/rtmp-services",
"version": 164,
"version": 165,
"files": [
{
"name": "services.json",
"version": 164
"version": 165
}
]
}
......@@ -1878,6 +1878,55 @@
"max audio bitrate": 192,
"x264opts": "tune=zerolatency scenecut=0"
}
},
{
"name": "Glimesh",
"servers": [
{
"name": "North America - Chicago, United States",
"url": "ingest.kord.live.glimesh.tv"
},
{
"name": "North America - New York, United States",
"url": "ingest.kjfk.live.glimesh.tv"
},
{
"name": "North America - San Francisco, United States",
"url": "ingest.ksfo.live.glimesh.tv"
},
{
"name": "North America - Toronto, Canada",
"url": "ingest.cyyz.live.glimesh.tv"
},
{
"name": "Europe - Amsterdam, Netherlands",
"url": "ingest.eham.live.glimesh.tv"
},
{
"name": "Europe - Frankfurt, Germany",
"url": "ingest.eddf.live.glimesh.tv"
},
{
"name": "Europe - London, United Kingdom",
"url": "ingest.egll.live.glimesh.tv"
},
{
"name": "Asia - Bangalore, India",
"url": "ingest.vobl.live.glimesh.tv"
},
{
"name": "Asia - Singapore",
"url": "ingest.wsss.live.glimesh.tv"
}
],
"recommended": {
"keyint": 2,
"output": "ftl_output",
"max audio bitrate": 160,
"max video bitrate": 6000,
"bframes": 0,
"x264opts": "scenecut=0"
}
}
]
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册