Skip to content

Commit

Permalink
rtmp-services: Add OnlyFans streaming service
Browse files Browse the repository at this point in the history
  • Loading branch information
lorskun authored and jp9000 committed Apr 13, 2019
1 parent 23ed5ea commit f6f780a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/rtmp-services/data/package.json
@@ -1,10 +1,10 @@
{
"url": "https://obsproject.com/obs2_update/rtmp-services",
"version": 104,
"version": 105,
"files": [
{
"name": "services.json",
"version": 104
"version": 105
}
]
}
21 changes: 21 additions & 0 deletions plugins/rtmp-services/data/services.json
Expand Up @@ -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"
}
}
]
}

0 comments on commit f6f780a

Please sign in to comment.