Entronn handles HLS and MP4 streaming on a self-hosted server you control. Adaptive quality, protected links, and ad insertion come included.
[entronn_player src="…"] — that's the whole setup.
Built with
Most video plugins just wrap the browser's default <video> element. Entronn gives you the player, the streaming, and the controls.
Entronn loads a master.m3u8 with multiple quality variants and switches between them based on the viewer's connection. A badge shows the current resolution from HD up to 4K. If HLS isn't available, it falls back to MP4.
Playback position is saved per video in localStorage. When someone comes back, the video continues from where they stopped.
Set pre-roll, post-roll, and timed mid-roll ads. You control the skip countdown, can make ads non-skippable, and add a sponsor button.
Change the accent color and the gradient on the play button from the WordPress admin. You can also override colors for a single embed using URL parameters.
On mobile, double-tap either side to skip 10 seconds and tap the center to play or pause. On desktop, the space bar and arrow keys work too.
HLS streams are served through HMAC-SHA256 signed URLs that expire after two hours. The server checks every segment request.
Serve ads from any VAST-compatible ad server or network. The player reads the tag directly, so there's nothing custom to build.
See plays, watch time, completion rates, and where viewers drop off. Ad impressions and click-through sit in the same dashboard.
Your videos are served from a server you run, not a public storage bucket. Links are signed and expire, so a URL someone copies stops working within a couple of hours.
Install the plugin in WordPress and activate it. There are no API keys or config files to set up — the streaming server is already connected.
Use the shortcode or the Gutenberg block. If you already have <video> tags in your posts, Entronn can upgrade them automatically.
Set the player colors in the admin and add ads if you need them. Then publish the post like you normally would.
Install Entronn and see how your videos look with a proper player behind them.