提交 a609554b 编写于 作者: Y Ying Yin 提交者: Jim

rtmp-services: Make YouTube - RTMPS service the default

Remove beta label for YouTube - RTMPS and make it the default. Remove
YouTube - RTMP service and move the legacy RTMP urls to the Server
dropdown list.
上级 7e263ab7
......@@ -219,38 +219,29 @@
}
},
{
"name": "YouTube - RTMP",
"name": "YouTube - RTMPS",
"common": true,
"alt_names": [
"YouTube / YouTube Gaming"
"YouTube / YouTube Gaming",
"YouTube - RTMP",
"YouTube - RTMPS (Beta)"
],
"servers": [
{
"name": "Primary YouTube ingest server",
"url": "rtmp://a.rtmp.youtube.com/live2"
"url": "rtmps://a.rtmps.youtube.com:443/live2"
},
{
"name": "Backup YouTube ingest server",
"url": "rtmp://b.rtmp.youtube.com/live2?backup=1"
}
],
"recommended": {
"keyint": 2,
"max video bitrate": 51000,
"max audio bitrate": 160
}
},
{
"name": "YouTube - RTMPS (Beta)",
"common": true,
"servers": [
"url": "rtmps://b.rtmps.youtube.com:443/live2?backup=1"
},
{
"name": "Primary YouTube ingest server",
"url": "rtmps://a.rtmps.youtube.com:443/live2"
"name": "Primary YouTube ingest server (legacy RTMP)",
"url": "rtmp://a.rtmp.youtube.com/live2"
},
{
"name": "Backup YouTube ingest server",
"url": "rtmps://b.rtmps.youtube.com:443/live2"
"name": "Backup YouTube ingest server (legacy RTMP)",
"url": "rtmp://b.rtmp.youtube.com/live2?backup=1"
}
],
"recommended": {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册