MEYDY Reel Studio lets music composers, sound designers, DJs, and audio professionals create private, branded audio reel pages — hosted entirely on their own domain, with no dependency on external streaming platforms.
Share your music securely with clients, labels, and collaborators. Your reel lives at your URL, under your brand, and your audio files are never exposed.
Core Features (Free)
- Reel management — Create, edit, duplicate, and delete audio reels from a dedicated admin screen.
- Signed streaming URLs — Audio files are served through short-lived, HMAC-signed tokens. Direct URL access is blocked.
- Dedicated reel pages — Each reel gets its own
/reel/your-slug/ URL with a full-page branded player.
- Waveform visualization — Auto-generated waveform display generated from uploaded audio.
- Access control — Choose Public, Limited (personal links), or Disabled per reel.
- Personal share links — Send unique
?k= links to specific recipients. Revoke access anytime.
- Visit analytics — Track total views and sessions per reel. Reset analytics per reel at any time.
- Style presets — Choose Dark (Cinematic) or Light (Clean) themes.
- YouTube embeds — Attach up to 8 YouTube videos to your reel.
- Rounded corner style — Apply rounded corners to the player UI.
- Contact section — Add contact info, email reveal button, and CTA link.
- Private audio storage — Files stored outside the public web root with
.htaccess protection.
- SEO-safe — Reel pages are set to noindex/nofollow. No Google indexing of private content.
- Shortcode player — Embed
[rc_audio_player] in any post or page.
Pro Features
- Advanced analytics — Unique sessions, traffic sources, UTM parameters, device/browser/OS breakdown, geographic data, per-person listening stats
- Track-level analytics — Play counts and listen time per track with completion percentage
- CSV export — Export full analytics data as CSV (visits, sources, per-person breakdown)
- All 6 style presets — Ocean Blue, Bold Accent, Rainbow Burst, Metallic Disc (Free includes Dark + Light)
- Custom eyebrow title — Replace "MEYDY REEL STUDIO" with your own studio name
- Per-reel contact email mapping — Private email reveal without exposing addresses in HTML
Privacy & Security
- Audio URLs expire after 20 minutes and require a valid HMAC signature.
- IP addresses are anonymized before storage (hashed, not raw).
- Geolocation is resolved from trusted proxy headers by default (no third-party API calls).
- External geo API (ipwho.is) is opt-in and displays a legal warning when enabled.
- Reel pages send
noindex, nofollow, noarchive headers and a strict Content Security Policy.
- A plugin-dedicated signing key is generated on activation and stored separately from WordPress AUTH_SALT.
- Visitor analytics — Reel page visits are logged server-side (session hash, referrer, device/browser type, country). No data is shared with third parties. Data is stored only in your own database and can be reset or deleted at any time from the plugin admin.
Third-Party Services
This plugin integrates with
Freemius for Pro license management. When a Pro license is purchased or a free trial is initiated, your email address, site URL, and basic WordPress environment data are transmitted to Freemius servers.
Freemius is not active for free users who have not initiated a trial or purchased a license. No data is sent to Freemius on free installs without a license.
Requirements
- PHP 8.1 or higher
- WordPress 6.2 or higher
- Audio files: MP3, WAV, M4A, AAC, OGG, FLAC
- Upload the plugin files to
/wp-content/plugins/meydy-reel-studio/, or install the plugin through the WordPress plugins screen.
- Activate the plugin through the Plugins screen in WordPress.
- Go to Settings → MEYDY Reel Studio to configure the private audio directory and access defaults.
- Go to Tools → MEYDY Reels Manager to create your first reel.
- Upload audio files, fill in reel details, and save.
- Optionally, create personal share links for specific recipients from the reel's edit screen.
- Share your reel URL (or personal link) with clients.
Optional: Private Audio Directory
By default, private audio files are stored in
wp-content/private-audio/. You can override this in
Settings → MEYDY Reel Studio or by defining
RC_AUDIO_PRIVATE_DIR in
wp-config.php.