rtmp-services: Added Mux to services.json

This change adds both Mux's RTMP and RTMPS endpoints to
the list of prefilled services.
This commit is contained in:
Ed Ropple 2020-09-18 17:56:01 -04:00 committed by VodBox
parent 2963b3b8ed
commit 12f593d2e4
2 changed files with 20 additions and 2 deletions

View File

@ -1,10 +1,10 @@
{
"url": "https://obsproject.com/obs2_update/rtmp-services",
"version": 145,
"version": 146,
"files": [
{
"name": "services.json",
"version": 145
"version": 146
}
]
}

View File

@ -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
}
}
]
}