Option to provide server thumbnail via base64 JPG embedded in the server advertisement instead of via URL. #4879
DanielWillett
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The image would probably be read from somewhere in the server directory similar to how Minecraft does it, then the server would verify the image is 32x32 (or maybe just small enough number of bytes) and sent to the client as a tag in the server advertisement.
For now it could just be an alternative to the URL but eventually the thumbnail URLs could be deprecated as sending the data directly is more secure than web requests and would be much more responsive in the server list. The bigger server icon should probably still stay as a URL.
Beta Was this translation helpful? Give feedback.
All reactions