Super Video Player is a lightweight, fully customizable self-hosted video player plugin that supports mp4 /OGG as well as multiple caption tracks or subtitle files.
This plugin simplifies the integration of videos into your website with customizable options to enhance user experience. Easily add captions or subtitles to your videos for improved accessibility and engagement.
Control video playback behavior by specifying whether the video should repeat automatically after completion and whether the audio output should be muted.
It makes sure to comply with browser autoPlay policies with the autoPlay feature and sets the width of the video player to suit your layout requirements.
The pro version has additional functionalities such as creating playlists to play multiple videos sequentially and setting different video qualities for optimal viewing.
Customize the video player further by toggling the visibility of individual controls, setting the initial volume level, and specifying the seek time in seconds.
Enhance user interaction by enabling click-to-play functionality, where clicking or tapping on the video container toggles play/pause, and customize the user experience with tooltips for the controls.
With these advanced features, you can create engaging and interactive video experiences for your audience.
See Live Demo
Buy The Pro
Video Tutorial
https://www.youtube.com/watch?v=LJym2Pe1h2k
Super Video Player Features
- Live Stream – Play .m3u8 and .mpd file
- Make the player look how you want with the markup you want
- Full support for VTT captions and screen readers.
- Support multiple subtitle files for multiple languages.
- The video player is compact so it does not take a lot of real estate on your webpage
- HTML5 compatible so the video files embedded with this plugin will play on iOS devices
- Works on all major browsers -Edge, IE7, IE8, IE9, Safari, Firefox, Chrome
- The video player is responsive. That means it works with any screen size
- The player can be used to embed video files on your WordPress posts or pages
- If you are selling video files from your site then you can use this plugin to offer a preview
- Add the video player to any post/page using shortcode
- Use autoPlay option to play a video file as soon as the page loads
- You can play unlimited video
- Support picture-in-picture mode
- Powered by html5
This section describes how to install the plugin and get it working.
E.g
- Upload
plugin-directory to the /wp-content/plugins/ directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Use shortcode in page, post or in widgets.
- If you want video in your theme php file, Place
<?php echo do_shortcode('YOUR_SHORTCODE'); ?> in your templates