
You can display the active Fluffer game directly in OBS and have it automatically switch to whichever game you are currently playing. This lets your stream viewers watch the game alongside the Tip4Fuel and intensity overlays.
Start the OBS overlay server in Fluffer (Tip4Fuel → OBS Overlay → Start Server)
In OBS, add a new Browser Source
Use the game overlay URL:
``
http://[your-phone-ip]:4747/overlay/game?k=[your-token]
``
Set the size to match your intended display area (full screen or inset panel)
The game overlay source automatically updates when you switch games in the Fluffer app. You do not need to change the OBS source URL — it tracks the currently active game by communicating with the local server.
For full game integration in OBS (including bridging in-game events to your OBS scene), paste the one-time custom JavaScript snippet provided in the Fluffer OBS Overlay screen into the Custom JS field of the Browser Source settings in OBS.
To add the snippet:
Copy the custom JS from the Fluffer OBS Overlay screen
In OBS, open the Browser Source properties
Paste the snippet into the Custom CSS / Custom JavaScript field
Click OK
This only needs to be done once. The snippet persists in the Browser Source settings.
The custom JS snippet bridges game vibration events from the WebView to the OBS overlay layer. Without it, the game displays visually but device intensity events will not be forwarded through OBS.
Last updated in v1.3.0