diff --git a/plugins/rtmp-services/data/package.json b/plugins/rtmp-services/data/package.json index 8016a15a9c93a827de19577eee3c1b6c0cc49176..ebd7b3fb3b981980313f185aa8d7baccccbd046a 100644 --- a/plugins/rtmp-services/data/package.json +++ b/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 } ] } diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index f49f13245f2839f07575b1982083e32786330c89..64e9d4ffea99654e1483c0d2080f461d49012b9f 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -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" + } } ] }