Linux 软件免费装
Banner图

iReplay TV Channel and Radio Station

开发者 ireplaytv
更新时间 2026年5月15日 04:28
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

radio station live streaming tv channel linear tv FAST

下载

1.0.10 1.0.11 1.0.12 1.0.13 1.0.9

详情介绍:

iReplay TV Channel and Radio Station lets you create live, linear TV and radio channels from your video and audio content. Upload your media, and the plugin turns it into a 24/7 broadcast-style stream that viewers can tune into at any time. How it works:
  1. Create a channel (WebTV or WebRadio)
  2. Upload video or audio files
  3. Files are transcoded into HLS format
  4. A 24/7 schedule is generated automatically
  5. Embed the player on any page with a shortcode
Key features: Shortcodes: Third-Party Service: iReplay.TV This plugin relies on the iReplay.TV external service for core functionality. The following data is transmitted to iReplay.TV servers: Connections made to iReplay.TV (https://ireplay.tv/api/wp/): What is NOT sent through iReplay.TV: iReplay.TV service links: An iReplay.TV account and API credentials are required to use this plugin. A free tier is available (1 channel, 5 concurrent viewers).

安装:

  1. Upload the webtv-webradio folder to /wp-content/plugins/
  2. Activate the plugin through the 'Plugins' menu
  3. Go to WebTV & Radio > Settings and enter your iReplay.TV API credentials
  4. Click Test Connection to verify
  5. Create your first channel under WebTV & Radio > Channels
  6. Upload media files to the channel
  7. Use [irptvcr_tv_player channel="your-handle"] in any post or page
Nginx configuration If your WordPress site uses Nginx, add this to your server block for proper HLS segment serving: location ~* /wp-content/uploads/ireplay/.*\.(m4s|ts|mp4|m3u8)$ { add_header Access-Control-Allow-Origin "*"; add_header Cache-Control "public, max-age=31536000"; }

屏幕截图:

  • Channel creation form
  • Asset upload with progress bars
  • Settings page with API credentials
  • WebTV player embedded on a page
  • WebRadio player with now-playing info

升级注意事项:

1.0.9 Tightened /stream/token permission check so non-public channels can no longer be requested by public visitors via a frontend nonce. Recommended for all users. 1.0.8 All plugin identifiers renamed to a unified irptvcr prefix (WordPress.org review compliance). Update any embeds to [irptvcr_tv_player] / [irptvcr_radio_player], and any wp-config.php constants to IRPTVCR_API_KEY / IRPTVCR_API_SECRET. 1.0.7 WordPress.org review compliance fixes; shortcodes renamed (see changelog). 1.0.6 WordPress.org review compliance fixes; recommended for all users. 1.0.0 Initial release.

常见问题:

Do I need an iReplay.TV account?

Yes. The plugin requires API credentials from iReplay.TV to function. A free tier is available with 1 channel and up to 5 concurrent viewers.

Where are my video files stored?

Your original uploads and transcoded HLS segments are stored on your own WordPress server in wp-content/uploads/ireplay/. Only the playlist files (.m3u8) are hosted by iReplay.TV.

What video formats are supported?

Any format supported by FFmpeg can be uploaded. Files are transcoded to HLS with H.264 video and AAC audio at multiple quality levels (1080p, 540p, and audio-only).

Can I have multiple channels?

Yes. The number of channels depends on your subscription tier: Free (1), Starter (3), Pro (10), Business (unlimited).

How does billing work?

Billing is based on concurrent viewer limits, not storage or bandwidth. The free tier allows up to 5 simultaneous viewers. All billing is handled by iReplay.TV.

更新日志:

1.0.13 1.0.12 1.0.11 1.0.10 1.0.9 1.0.8 1.0.7 1.0.6 1.0.0