Re: Browser Source
Posted: Thu Feb 12, 2026 09:41
Hi everyone,
I’ve seen a lot of requests here for a native way to render web content as a texture in Resolume without the overhead of OBS or NDI window captures. I built a tool to solve exactly this:
SpoutBrowser: https://github.com/bntre/SpoutBrowser
It is a Chromium-based browser that sends web pages directly to Resolume via Spout using shared GPU textures.
Native Texture Sharing: It uses D3D11 shared textures for high performance.
Alpha Support: Supports transparent backgrounds for easy layering in Arena/Avenue.
Independent Instances: You can run multiple instances with different URLs.
It's open-source, and there are pre-built binaries available on itch.io if you want to skip the build process. Hope this helps your workflows!
I’ve seen a lot of requests here for a native way to render web content as a texture in Resolume without the overhead of OBS or NDI window captures. I built a tool to solve exactly this:
SpoutBrowser: https://github.com/bntre/SpoutBrowser
It is a Chromium-based browser that sends web pages directly to Resolume via Spout using shared GPU textures.
Native Texture Sharing: It uses D3D11 shared textures for high performance.
Alpha Support: Supports transparent backgrounds for easy layering in Arena/Avenue.
Independent Instances: You can run multiple instances with different URLs.
It's open-source, and there are pre-built binaries available on itch.io if you want to skip the build process. Hope this helps your workflows!