Understanding Pixel Streaming
Learn how Manifest uses pixel streaming to deliver high-quality games to any device.
What is Pixel Streaming?
Pixel streaming is a technology that allows Unreal Engine games to run on powerful servers while streaming the rendered output to client devices over the internet. This means you can play high-quality AAA games on any device—even low-end hardware—without downloading or installing the game files.
In Manifest, pixel streaming enables you to:
- Play games instantly without waiting for downloads
- Access your games from any device with a web browser
- Experience AAA-quality graphics regardless of your hardware
- Share games easily with friends via simple links
How It Works
- Game Runs on Server: Your game executes on Manifest's powerful cloud servers with dedicated GPUs
- Video Encoding: The rendered frames are encoded into a video stream using efficient codecs (H.264/VP9)
- Streaming: The video stream is sent to your device over the internet in real-time
- Input Forwarding: Your keyboard, mouse, and controller inputs are sent back to the server
- Display: The video stream is decoded and displayed in your web browser
Benefits
No Downloads Required
Start playing immediately without waiting for large game files to download. Perfect for trying out games or sharing with others.
Cross-Platform Compatibility
Play on Windows, macOS, Linux, tablets, and even smartphones—all you need is a modern web browser.
Hardware Independence
Experience high-end graphics even on low-end devices. The heavy lifting happens on powerful cloud servers.
Easy Sharing
Share your games with a simple link. No need for recipients to download or install anything.
Requirements
To use pixel streaming in Manifest, you need:
- A stable internet connection (minimum 10 Mbps recommended)
- A modern web browser (Chrome, Firefox, Edge, Safari)
- WebGL 2.0 support (available in all modern browsers)
- Low latency connection for best experience (under 50ms ideal)
Next Steps
Learn how to configure and optimize pixel streaming: