提交 12f593d2 编写于 作者: E Ed Ropple 提交者: VodBox

rtmp-services: Added Mux to services.json

This change adds both Mux's RTMP and RTMPS endpoints to
the list of prefilled services.
上级 2963b3b8
{
"url": "https://obsproject.com/obs2_update/rtmp-services",
"version": 145,
"version": 146,
"files": [
{
"name": "services.json",
"version": 145
"version": 146
}
]
}
......@@ -1772,6 +1772,24 @@
"max audio bitrate": 160,
"x264opts": "tune=zerolatency"
}
},
{
"name": "Mux",
"servers": [
{
"name": "Global (RTMPS)",
"url": "rtmps://global-live.mux.com:443/app"
},
{
"name": "Global (RTMP)",
"url": "rtmp://global-live.mux.com:5222/app"
}
],
"recommended": {
"keyint": 2,
"max video bitrate": 5000,
"max audio bitrate": 160
}
}
]
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册