Skip to content

update osrs-tracker#11565

Open
dennisdevulder wants to merge 1 commit intorunelite:masterfrom
dennisdevulder:add-osrs-tracker
Open

update osrs-tracker#11565
dennisdevulder wants to merge 1 commit intorunelite:masterfrom
dennisdevulder:add-osrs-tracker

Conversation

@dennisdevulder
Copy link
Copy Markdown
Contributor

@dennisdevulder dennisdevulder commented Apr 18, 2026

Bumps the pinned commit to ship Vulkan Video Encode (H.264) for client-side clip encoding. When the user's GPU supports it the clip is encoded locally instead of sending raw MJPEG frames to our backend for server-side transcoding, which saves bandwidth and drops a large chunk of server cost.

Frame capture keeps working with the GPU plugin off: if no GL context is available the plugin reads pixels straight from Client.getBufferProvider() and feeds them into the same encoder path.

Dependency-wise this needs org.lwjgl:lwjgl-vulkan:3.3.6, which RuneLite doesn't ship, so the same PR adds it to the thirdParty configuration with its SHA256 pinned. No other plugin currently uses it but it sits next to the existing lwjgl-opengl entries and is available for anyone who wants to try hardware video.

Co-authored with Claude Opus 4.7.

@runelite-github-app
Copy link
Copy Markdown

Includes non-plugin changes

osrs-tracker: 6c0b8c0596d93885c4efd74188295fd6c6bb7512..c4851ded1b5edccb12ae92435f35618904e57f23

@runelite-github-app
Copy link
Copy Markdown

runelite-github-app bot commented Apr 18, 2026

This plugin requires a review from a Plugin Hub maintainer. The reviewer will request any additional changes if needed.


Internal use only: Reviewer details Maintainer details

Bumps the pinned commit to ship Vulkan Video Encode (H.264) for
client-side clip encoding, with a CPU buffer capture fallback for
users who don't run the GPU plugin.

Adds org.lwjgl:lwjgl-vulkan:3.3.6 to the thirdParty configuration
so the plugin can link against the Vulkan bindings that RuneLite
itself doesn't ship.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@dennisdevulder dennisdevulder changed the title Add osrs-tracker plugin update osrs-tracker Apr 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant