1 TB of 4k video streamed through our CDNs data costs $0.56.
Give us any video. We transcode, host and deliver it through our CDN's.
Adaptive bit rate streaming up to 4k 12 bit HDR 120 FPS
144p
360p
720p
4K
Premium encoded video
// Control who sees your content
This video is only accessible on example.com, si it won’t play here
// Set video access mode'
video.setAccess({
mode: "hls-encrypted", // or "public"
key: "YOUR-HLS-ENCRYPTION-KEY"
})
This video is only accessible on example.com, si it won’t play here
Bitrate Drop Detected
HesedPlayer.init({
container: '#player',
videoId: 'abc123',
controls: true,
theme: 'dark',
loop: false,
logo: '/logo.svg'
})
// Set video access mode'
video.setAccess({
mode: "hls-encrypted", // or "public"
key: "YOUR-HLS-ENCRYPTION-KEY"
})
00:03 → Welcome to HesedVid, your new favorite video platform.
00:09 → Let’s take a look at how easy it is to embed your player.
00:15 → Choose from multiple quality presets, including 4K HDR.
We get it. We're a lot cheaper. It worries some people.
We uploaded the same video to multiple service providers to let you see for yourself how hesedvid.com compares.
Read the docs
import { HesedPlayer } from 'hesedvid'
HesedPlayer.init({
container: '#player',
videoId: 'abc123',
autoplay: true,
})