rtmp-services: Add OnlyFans streaming service

This commit is contained in:
lorskun
2019-04-09 19:10:43 -05:00
committed by jp9000
parent 23ed5ea7b4
commit f6f780acd2
2 changed files with 23 additions and 2 deletions

View File

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

View File

@@ -1484,6 +1484,27 @@
"max video bitrate": 3000,
"max audio bitrate": 128
}
},
{
"name": "OnlyFans.com",
"servers": [
{
"name": "USA",
"url": "rtmp://route0.onlyfans.com/live"
},
{
"name": "Europe",
"url": "rtmp://route0-dc2.onlyfans.com/live"
}
],
"recommend": {
"keyint": 2,
"profile": "main",
"max video bitrate": 2500,
"max audio bitrate": 192,
"bframes": 0,
"x264opts": "tune=zerolatency"
}
}
]
}