Merge pull request #3482 from eropple/mux-service-preset

rtmp-services: Added Mux to services.json
This commit is contained in:
Dillon Pentz 2020-09-19 12:19:17 +12:00 committed by GitHub
commit 5778edd182
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
}
}
]
}