Linux 软件免费装
Banner图

Entronn Video Player

开发者 entronn
更新时间 2026年9月16日 01:31
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

video ads video player mp4 hls

下载

1.0.1

详情介绍:

Entronn Video Player replaces the default WordPress video player with a modern, feature-rich player that supports both HLS (.m3u8) and MP4 video formats. It runs in an isolated iframe so it never conflicts with your theme or other plugins. See it in action at player.entronn.com. Features Shortcode usage [entronn_player src="https://example.entronn.com/video.mp4"] [entronn_player src="https://example.entronn.com/stream.m3u8" autoplay="1" poster="https://example.entronn.com/thumb.jpg"] [entronn_player src="URL" track="https://example.entronn.com/subtitles.vtt"] Or use the standard WordPress video shortcode — Entronn Video Player automatically upgrades it too: [video src="https://example.entronn.com/video.m3u8"]

安装:

  1. Upload the entronn-player folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the Plugins menu in WordPress
  3. Go to Entronn Player → Player Settings to configure appearance and playback behaviour
  4. Go to Entronn Player → Advertisements to set up pre-roll, mid-roll, and post-roll ads
  5. Use the Shortcode Generator on the Home page or the Entronn Video Player block in the block editor to embed videos

屏幕截图:

  • Player Settings - accent color, play button gradient, playback and override options
  • Advertisements - pre-roll, mid-roll, post-roll, skip settings, and sponsor link

常见问题:

Does it work with HLS / adaptive streaming?

Yes. Entronn Video Player uses hls.js for HLS (.m3u8) streams and native <video> for MP4 files.

Where are the video files hosted?

Anywhere publicly accessible — your own CDN, S3, Cloudflare R2, or any direct video URL. Entronn Video Player does not host videos.

Does it replace video players added by themes?

With "Replace video tags site-wide" enabled in Player Settings → Override, yes. This buffers the full page output and replaces every matching <video> tag including those rendered by themes. Use with care.

Will it conflict with other plugins?

Entronn Video Player runs entirely inside an iframe, so it is fully isolated from your theme's scripts and styles. It does not override WordPress's built-in [video] shortcode — it lets core render it normally and then upgrades the resulting <video> tag, the same way it upgrades any other <video> tag in your content.

How does poster/thumbnail selection work?

Entronn Video Player uses a three-tier priority: (1) an explicit poster="" attribute on the shortcode or block, (2) the post's featured image, (3) a frame automatically extracted at 10 seconds using the browser's canvas API.

Does subtitle/caption support require manual setup?

No. Entronn Video Player will automatically probe for a .vtt file at the same path as the video. You can also provide an explicit track="" URL in the shortcode or block.

更新日志:

1.0.1 1.0.0