FV Player 8

FV Player 8

توسط

FV Player is a free, easy-to-use, and complete solution for embedding MP4 or HLS videos into your posts or pages. With MP4 videos, FV Player offers 98% coverage even on mobile devices.

Features:

  • Remembering video position for both guest users and members
  • Chromecast and Airplay support
  • Video playlists
  • Automated checking of video encoding for logged in admins
  • Totally Brandable. Stop selling YouTube and start selling yourself. Even design your own player
  • Full support for Amazon S3
  • YouTube support
  • Integration with the Bunny Stream video encoding service
  • Integration with the Coconut.co video encoding service – using a free addon plugin: https://foliovision.com/downloads/fv-player-coconut
  • API for custom video fields
  • iframe embed codes
  • Ultra-efficient player: just 41.8kB of Javascript. Rest is loaded later when user is going to play the video

Video presentation options:

  • Scroll autoplay with the sticky video option
  • Sticky video playback
  • Video lightbox (works for images and galleries too, using fancyBox 3)
  • Video links to point to exact time in the video

Video tracking options:

  • Built-in video play stats
  • Google Analytics 4
  • Matomo

Pro features using the commercial FV Player Pro:

  • easy AB looped playback for your visitors (great for teaching sites)
  • Encrypted video support
  • DRM watermark
  • Video Chapters
  • Full-featured Vimeo embedding
  • Support for URL tokens of different CDNs: Bunny CDN, CloudFront, StackPath and Universal CDN
  • Support for other video services: Vimeo, OK.ru, Odysee, PeerTube (incuding support for your own instance)
  • Autoplay video only once for each visitor
  • Interactive video transcript
  • Timeline previews

Other extensions:

  • Alternative Sources plugin for backup CDN configuration
  • Cloudflare Stream plugin
  • JW Player platform plugin
  • Pay Per View plugin for Easy Digital Downloads and WooCommerce
  • VAST plugin
  • Viloud Live Streaming platform support
  • Video Bookmarks and User Playlists plugin

Back to school special 25% off pro licenses until end of September.

Additional Documentation at Foliovision.com

Support |
Change Log |
Installation|
User Guide |
Detailed FAQ

External Services

FV Player uses the following external services all of which are optional:

  • FV Player Pro license checks via foliovision.com – only used if you click the button to install FV Player Pro extension
  • AWS – if you setup Amazon S3 with FV Player
  • DigitalOcean Spaces – if you setup DigitalOcean Spaces with FV Player
  • Google API via googleapis.com and gdata.youtube.com – if you setup YouTube API key to be able to obtain video splash screens, video titles and duration information when inserting videos from YouTube
  • Bunny Stream API via video.bunnycdn.com – only if you setup Bunny Stream
  • FV Video Checker on video-checker.foliovision.com – when you install the plugin you are prompted if you allow access to your video files to check for video encoding issues. This can also be disabled using the “Disable Admin Video Checker” setting later.
  • Wistia embed codes if you use post Wistia videos

There aren’t any special requirements for FV Player to work, and you don’t need to install any additional plugins.

Visit our site for a fully featured guide with screenshots and more!

سوالات متداول

1. I’m thinking about upgrading my FV PLayer 7 to FV Player 8. Is it easy?

Yes, the switch from FV Player 7 to FV Player 8 is easy. All the settings and videos will stay.

If you already have the FV Player Pro license with active support and updates, then you will get FV Player Pro 8 automatically.

2. What are the reasons to upgrade to FV Player 8?

The main changes in FV Player 8 are:

  • new mobile controls
  • new editor
  • autoplay works with browser viewport
  • storing user video positions in a separate database table
  • security improvements
3. My video doesn’t play in some browsers.

This should be related to your video format or mime type issues.

Each browser supports different video format, MP4 is the recommended format. In general, it’s recommended to use constant frame rate. Detailed instructions about video encoding for HTML 5.

Please note that MP4 is just a container, it might contain various streams for audio and video. You should check what audio and video stream are you using. Read next question to find out how.

4. How to check my video properties using the built-in checker and how to report video not playing

The video checker works automatically when you’re logged in as admin. You’ll see a text in upper left corner of any video on your site. All the necessary info can be found in this guide.

5. Player buttons are gone – there are only square symbols.

1) This can happen if your site is at www.domain.com, but the CSS is loaded from your CDN at cdn.domain.com. Based on CSS3 and HTML5 specs not all the resources can be shared between domains.

So you need to set the following on your CDN for web fonts (woff, eot, ttf, svg):

Access-Control-Allow-Origin: *

Or you can allow your domain only (but in that case it might be good to also allow it with https):

Access-Control-Allow-Origin: http://www.domain.com

Or you can exclude wp-content/plugins/fv-wordpress-flowplayer/css/flowplayer.css from CDN.

2) Second cause might be that your webfonts are served with bad mimetype

AddType application/x-font-woff woff
AddType application/x-font-ttf ttf
AddType application/vnd.ms-fontobject eot
AddType image/svg+xml svg

6. How do I fix the bad metadata (moov) position?

This means that the video information (such as what codecs are used) is not stored at the beginning of the file. Over they years web browsers got better at playing MP4 videos with bad metadata position, but they can still fail on iPhones.

In general we recommend you to re-encode your video as per our instructions.

If you have Quick Time Pro, just open the video and in the Movie Properties -> Video Track -> Other Settings turn on the “Cache (hint)” – screenshot.

There are also server-side tools for fixing of this written in Python and there is even one for PHP, but it fails on videos bigger than the PHP memory limit.

If you are looking for fast and efficient workflow for getting videos up on your website properly encoded and delivered to your end users, we recommend FV Coconut which integrates DigitalOcean Spaces and Coconut.co video encoding into FV Player. The videos are uploaded right in your admin dashboard when posting your articles.

7. I’m getting error about ‘HTTP range requests’.

Please check with your technical support if your web server supports HTTP range requests. Most of the modern web servers support this feature (Apache, Nginx, Lighttpd, Litespeed…). It’s important for fast seeking in HTML5 video playback.

Other possible cause is that you are using some membership plugin to protect downloading of your videos (Premise and others). While this might seem like a good solution, we don’t recommend it as it increases the load of your server and it won’t allow seeking in the videos. You can use Amazon S3 with privacy settings, just hit the link to read our illustrated guide.

8. Are there any known compatibility issues?.

We heard about problems when using some fancy pro templates like OptimizePress (read below for fixing instructions) or Gantry framework. These templates often break the WordPress conventions (probably as they often try to add too many non-template functions, like video support built-in into the template). We can debug the issues for you, just head over to our website and order the pro support.

Full list of conflicting plugins is available here: https://foliovision.com/player/compatibility

9. I installed the plugin, inserted the video, but it’s not working – there is no control bar or only a gray box appears.

Go to plugin Settings screen and hit “Check template” button. It will check if both jQuery library and FV Player JavaScript is loading properly.

Also, check “I’m using OptimizePress template” question above.

10. Your player works just fine, but there are some weird display issues.

Please check if these issues also appear when using the default WordPress template. There seems to be some sort of conflict between the FV Player CSS and your theme CSS.

11. Fullscreen is not working properly for me.

Are you using some old lightbox plugin like http://www.4mj.it/slimbox-wordpress-plugin/ ? Or are you putting the video into Iframe? Also, the video should not be placed in an HTML element with lowered z-index.

12. How to make this plugin WPMU compatible?.

Just copy the plugin into wp-content/plugins and then activate it on each blog where you want to use it.

13. My videos are taking long time to load.
  1. Check your hosting for download speed.
  2. Check your video encoding to find ballance of video quality and bitrare.
  3. If you are looking for fast and efficient workflow for getting videos up on your website properly encoded and delivered to your end users, we recommend FV Coconut which integrates DigitalOcean Spaces and Coconut.co video encoding into FV Player. The videos are uploaded right in your admin dashboard when posting your articles.
14. How can I customize the player control bar? I want to add a play/pause button.

Please check our Customizing Controls guide.

15. Minify plugins are interfering with FV Player

Read our guide Using FV Player with Minify Plugins. There you’ll find how to set up plugins such as Autoptimize or WP Rocket so they work properly with the FV Player.

16. What if FV Player doesn’t work for me?

Please contact us via support. We will help you to get FV Player 8 working in your environment.

FV Player Pro comes with a money back guarantee so you can even try the commercial no-branding version risk free. Or make it work first with the free versions.

17. I can’t see overlay ads on my videos

The problem is probably in AdBlock. If it’s active, the overlay ads will be blocked. Once AdBlock is deactivated for the particular domain where the video is played, the overlay ads will be displayed (page refresh needed).

×
نظری برای این آیتم موجود نیست.
0 0 رای ها
امتیازدهی
اشتراک در
اطلاع از
0 نظرات
قدیمی‌ترین
تازه‌ترین بیشترین رأی
هیچ نسخه‌ای برای این آیتم موجود نیست.
★★★★★
★★★★★
4.0 /5 (2 نظر)

قیمت:

رایگان

نگارش

آخرین انتشار

14 اردیبهشت 1405

آخرین بروزرسانی

3 ماه پیش

نصب های فعال

1,000+

نگارش وردپرس

وردپرس 5.7+

تست شده از نسخه

وردپرس 6.9.4

نگارش PHP

PHP 5.6+

نسخه ها

0 نسخه