&&
&&& & && &
&&&&&&& && &&&&&&
&&&&&& &&&&&&& ┌──────────────────────────────────────────────────────────┐
&& && && &&& │ vmx256 - embed any file. any size. any format. it plays. │
&& & &&& &&&& └──────────────────────────────────────────────────────────┤
& &&& &&& &&& │
&&&&& &&& && ─ 4-hour VP9 in .webm with 5.1 Opus? no problem │
&&& &&&&&&&&& ─ AV1/HEVC/ProRes exists - vmx256 makes it visible │
&& &&&&&&&&& ─ doesn’t stream. doesn’t store. just reflects │
&& && ─ discord sees it and obey. │
&&& && && │
&&&&&&& && && │
&& &&&&& && && https://vmx256.haydar.dev/e?video_url=<your_file_url> ◄─┘
&& &&&&&&& &&
&&& &&&&& &&
&& &&&& &
&&&&&&
&&&&&&
&&
Embedding a file
Send HTTP GET requests to: https://vmx256.haydar.dev/e
Valid query parameters are:
┌────────────┬──────────────┬────────────────────────────────────────────────────┐
│ parameter │ type │ description │
╞════════════╪══════════════╪════════════════════════════════════════════════════╡
│ video_url │ string │ Required. Direct file URL (Discord CDN or other). │
├────────────┼──────────────┼────────────────────────────────────────────────────┤
│ i │ string │ Optional. Thumbnail/preview image URL. │
├────────────┼──────────────┼────────────────────────────────────────────────────┤
│ w │ integer │ Optional. Width override (pixels). │
├────────────┼──────────────┼────────────────────────────────────────────────────┤
│ h │ integer │ Optional. Height override (pixels). │
└────────────┴──────────────┴────────────────────────────────────────────────────┘
Examples:
Basic video embed:
https://vmx256.haydar.dev/e?video_url=https://pomf2.lain.la/f/q6hti10r.mp4
With thumbnail preview:
https://vmx256.haydar.dev/e?video_url=...&i=https://example.com/thumb.jpg
With forced dimensions:
https://vmx256.haydar.dev/e?video_url=...&w=640&h=360
Notes:
- `video_url` must point to a direct-accessible file.
- `i` can be any image file (.jpg, .png, etc.).
- `w` and `h` allow manual sizing — otherwise defaults apply.
- vmx256 does not proxy, store, or validate files. it simply wraps the URL.
Strengths
• you can embed non-web-native codecs like HEVC or ProRes, even inside MP4 or MOV containers.
playback depends on the user's browser — Safari 13+ or Thorium will handle HEVC, for example.
• no file size limit. you could embed a full raw Blu-ray if you want to.
• send high bitrate clips without compression.
• embeds appear native in Discord — just like files from their own CDN.
• fully stateless. nothing is stored, tracked, or inspected.
Limitations
• you must use a direct link to the file — one that ends in `.mp4`, `.webm`, etc.
• cdn.discordapp.com links won’t embed. discord blocks embeds over 50MiB from their own CDN.
• resolution is capped at 3840 × 2160 (4K), higher values may crash discord or get rejected silently.
• if the original file is removed, the embed will break. vmx256 does not proxy, cache, or serve any files.
Privacy Policy
vmx256 does not collect or store any user data
- we do not log IPs, user agents, or query parameters.
- we do not store uploaded files — we simply wrap existing URLs.
- traffic is proxied through Cloudflare for security and caching purposes.
that's it.
FAQ
Q: Does vmx256 store my files?
A: your files never touch our server. only the link is used.
Q: What file types are supported?
A: anything. AV1, HEVC, ProRes, RMVB, FLAC — if the browser can play it, it works.
Q: What if the file disappears from the source?
A: the embed will break, vmx256 doesn't cache or mirror anything.
Q: Can I use non-Discord links?
A: yes, any direct file URL is supported, as long as it’s publicly accessible.
Q: Can I delete an embed?
A: there's nothing to delete. we store nothing.
embed ready