Built for a stream that never stops
A server for 24/7 encoding.
Two things decide whether a continuous broadcast works: whether the machine can encode in hardware, and whether anyone is counting the bytes leaving it. Most guides cover the first and skip the second — which is the one that shows up on the invoice.
The number nobody prints
What a continuous stream costs in bandwidth.
One output, running every second of a 30-day month. Multiply by the number of simultaneous outputs you send.
| Resolution | Bitrate | Outbound per month | On a 1 TB allowance |
|---|---|---|---|
| 1080p60 | 8 Mbit/sYouTube recommends 4.5–9 Mbit/s | 2.59 TB | 1.59 TB over |
| 1440p60 | 16 Mbit/sYouTube recommends 9–18 Mbit/s | 5.18 TB | 4.18 TB over |
| 4K60 | 35 Mbit/sYouTube recommends 20–51 Mbit/s | 11.34 TB | 10.34 TB over |
Every row is over a 1 TB monthly allowance before the first week is out. That is the arithmetic behind the advice below, and it is why the encoder is the second question.
Three ways to encode
Pick the encoder, then check the uplink.
Each of these works. They differ in what they cost you per hour of output and in what hardware they need underneath.
Intel Quick Sync
Integrated graphics on an Intel CPU — UHD 770 and newer
The cheapest way to encode continuously. One dedicated machine handles 1080p and 1440p without the CPU noticing.
It is a feature of the chip, so it only exists on a whole machine you control. No shared VPS exposes it.
NVIDIA NVENC
A GPU card — L4, A16, A40 and the rest of the line
Several simultaneous outputs, and comfortable headroom at 4K where an iGPU is at its limit.
The card is the easy part. Check what the instance includes for transfer before you check the card.
Software (libx264 / libx265)
Any machine with enough cores
Best quality per bit, and no special hardware to arrange.
It spends real CPU for every hour of output. Sustainable at 1080p on a large machine; expensive above that.
What we would recommend
Which of our machines suits which stream.
Sized from the arithmetic above rather than from what is most expensive.
1080p · 1440p
A dedicated machine with Quick Sync
An Intel CPU with integrated graphics, on a genuinely unmetered 1 Gbit/s port. The encoder is free with the chip and the bytes are not counted, so a stream that runs all month costs the same as one that runs for a day.
Software encoding
An unmetered VPS with cores to spare
If libx264 at 1080p is enough and you would rather not manage a whole machine, the unmetered line gives you the one thing a stream cannot do without — an uplink nobody is counting — with root and a monthly price that does not move.
4K · many outputs
A GPU — with the transfer priced first
NVENC on a real card handles 4K and several simultaneous outputs comfortably. Our GPU instances include 1 TB of transfer a month and charge per gigabyte after it, so for a single continuous stream the bandwidth can cost more than the card. Talk to us before you buy one for that.
Questions
What people ask before they buy one.
How much bandwidth does a 24/7 stream actually use?
Is a GPU server the right choice for continuous streaming?
Can I use Intel Quick Sync on a dedicated server?
Will /dev/dri/renderD128 be available to me?
What does 'unmetered' mean on your uplink?
Do I need a dedicated machine, or will a VPS do?
Can I run RTMP, SRT or HLS from one of these servers?
Keep reading
The pages this one leans on.
- Dedicated machinesWhole single-tenant servers with unmetered 1 Gbit/s uplinks — where hardware encoding is reachable.
- Unmetered VPSThe line with no traffic meter at all, for software encoding that has to run all month.
- GPU serversNVENC cards by the slice or whole, with the card and VRAM printed on every size.
- VPS or dedicated?The general version of the choice this page makes for one workload.
- Game hostingThe other workload page: why a game server is bound by one core, and why the big machine is usually wrong.
- Where we buildPick the city closest to the ingest endpoint you are streaming into.
- Billing and cancellationHow terms, renewals and the setup fee work before you commit a month to a stream.