=== FV Flowplayer Video Player === Contributors: FolioVision Donate link: https://foliovision.com/donate Tags: video player, flowplayer, mobile video, html5 video, Vimeo, html5 player, youtube player, youtube playlist, video playlist, RTMP, Cloudfront, HLS Requires at least: 3.5 Tested up to: 5.4 Stable tag: trunk License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html WordPress's most reliable, easy to use and feature-rich video player. Supports responsive design, HTML5, playlists, ads, stats, Vimeo and YouTube. == Description == Custom HTML 5 video on your own site with Flash fallback for legacy browsers is here. FV Player is a free, easy-to-use, and complete solution for embedding FLV or MP4 videos into your posts or pages. With MP4 videos, FV Player offers 98% coverage even on mobile devices. * Remembering video position both both guest users and members * API for custom video fields * easy AB looped playback for your visitors (great for teaching sites) * improved and more powerful playlists (more playlist features coming soon). * Automated checking of video encoding for logged in admins * FV Player is a completely responsive WordPress video player. * Custom start and end screens are built right in. You can use your own custom design before and after the video. * Enjoy unlimited instances in a single page. * No expensive plugins: unlike other players who nickel and dime you for every feature, with FV Player all advanced features are available in the standard license (Google Analytics, Cuepoints, Native fullscreen, Keyboard shortcuts, Subtitles, Slow motion, Random seeking, Retina ready) * Single site pro license available (JW Player requires five pack for full features) * Ultra-efficient player: just 181kB of JavaScript and 10kB of Flash code. You can extend FV Player using just HTML and CSS, leaving the JavaScript heavy lifting up to us. * 98% Browser coverage. Built-in Flash fallback will get the job done on older browsers while HLS.js library gives you HLS playback on desktop browsers. * Full support for Amazon S3, Cloudfront and other CDN's. * Totally Brandable. Stop selling YouTube and start selling yourself. Even design your own player. * Supports video intelligence video ads To remove our branding and add your own branding and get access to additional pro support, [you can buy your own license here](https://foliovision.com/player/download). Back to school special 25% off pro licenses until end of September. **Additional Technical information** * Core video engine: open source Flowplayer 7. * Supported video formats are MP4, WebM and OGV ([read about HTML5 video formats](https://foliovision.com/player/encoding)). * Supported video streaming formats are HLS (Flash and JavaScript fallback available for incompatible devices), MPEG DASH and RTMP. * Default options for all the embedded videos can be set in comprehensive administration menu. * In comparison with WordPress Flowplayer plugin, there are several improvements: 1. Allows user to display clickable splash screen at the beginning of video (which not only looks good, but improves the performance significantly). 2. Allows user to display popup box after the video ends, with any HTML content (clickable links, images, styling, etc.) 3. Does not use configuration file, but WordPress Options 4. Does not drive you to use an in-house proprietary CDN but supports all CDN. 5. Includes advanced built-in social sharing. 6. Inexpensive [pro support](https://foliovision.com/pro-support) available. 7. Includes an advanced built-in video encoding and theme checker to make sure your videos are encoded properly and your site is set up for video playback. **Additional Documentation at Foliovision.com** [Support](https://foliovision.com/support/fv-wordpress-flowplayer/) | [Change Log](https://foliovision.com/player/changelog) | [Installation](https://foliovision.com/player/installation)| [User Guide](https://foliovision.com/player/user-guide) | [Detailed FAQ](https://foliovision.com/player/faq) == Installation == There aren't any special requirements for FV Player to work, and you don't need to install any additional plugins. 1. Download and unpack zip archive containing the plugin. 2. Upload the fv-wordpress-flowplayer directory into wp-content/plugins/ directory of your wordpress installation. 3. Go into WordPress plugins setup in WordPress administration interface and activate FV Player plugin. 4. If you want to embed videos denoted just by their filename, you can create the /videos/ directory located directly in the root of your domain and place your videos there(you use complete URL of video files). 5. Go to plugin Settings screen and click both "Check template" and "Check videos" buttons to check your template and videos mime type. Visit [our site](https://foliovision.com/player/installation) for a fully featured guide with **screenshots** and more! == Frequently Asked Questions == = 1. 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](https://foliovision.com/player/encoding). HTML5 is pickier about what video it can play than Flash. 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. = 2. 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` = 3. I want to align my player (left/right/middle). = By default the player is positioned in the middle. To change alignment of the player to either left or right: Go to FV Player settings > scroll down to post interface options > tick "Align". Now you can insert your video. In the interface you can now choose you alignment from the drop down menu: default (middle), left, or right. You can check [demo in here](https://foliovision.com/player/demos/align-settings). = 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](https://foliovision.com/player/basic-setup/how-to-use-video-checker). = 5. My video doesn't play in Internet Explorer 9 and 10. = Most of the issues is caused by bad mime type on the server which serves your video files. Our plugin contains an automated checked for this - just click the "Check Videos" button on the plugin Settings screen. Here's how to fix the mime type: **If your videos are hosted on a standard server:** You need to put the following into your .htaccess: `AddType video/mp4 .mp4 AddType video/webm .webm AddType video/ogg .ogv AddType application/x-mpegurl .m3u8 AddType video/x-m4v .m4v AddType video/mp2t .ts` If you use Microsoft IIS, add following into web.config (one should be in your root website folder) into configuration/system.webServer/staticContent section: ` ` This can be also done in the Apache configuration. If you are on Microsoft IIS, you need to use the IIS manager. **If you host videos on Amazon AWS:** They might be served with bad mime type too - "application/octet-stream". This largely depends on the tool which you use to upload your videos. Using your Amazon AWS Management Console, you can go though your videos and find file content type under the "Metadata" tab in an object's "Properties" pane and fix it to "video/mp4" (without the quotes, of course different video formats need different mime type, this one is for MP4). There are also tools for this, like S3 Browser Freeware, good place for start is here: https://forums.aws.amazon.com/thread.jspa?messageID=224446 Good example can be seen in our support forum: https://foliovision.com/support/fv-wordpress-flowplayer/how-to/how-to-set-correct-mime-type-on-videos-hosted-by-amazon Also for Internet Explorer, it's not recommended to use MPEG-4 Visual or MPEG-4 Part 2 video stream codecs. = 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. In our experience, video with bad meta data position might be slow to load in Flash engine (check some browser which doesn't play MP4 format in Flash - like Opera) and Firefox. Although Safary and iOS (iPAd, iPhone) may play it just fine. In general we recommend you to re-encode your video as [per our instructions](https://foliovision.com/player/encoding#encoding-samples), but here are some quick tools: If you are using Mac, try Lillipot (just remember to rename the file back to .mp4 extension): http://www.qtbridge.com/lillipot/lillipot.html 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](http://drop.foliovision.com/webwork/it/quick-time-pro-cache-hint.png). If you are using Windows, try MP4 FastStart: http://www.datagoround.com/lab/ There are also server-side tools for fixing of this written in Python and there one for PHP, but it fails on videos bigger than the PHP memory limit. = 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'm using OptimizePress version 1 template. = First click the "Check template" button on the pluging settings screen. It will likely report an issue like: `It appears there are multiple Flowplayer scripts on your site, your videos might not be playing, please check. There might be some other plugin adding the script. Flowplayer script http://site.com/wp-content/themes/OptimizePress/js/flowplayer-3.2.4.min.js is old version and won't play. You need to get rid of this script.` The problem with this template is that it includes that old Flowplayer library without using the proper WordPress function to add a new script (wp_enqueue_script). You need to go through the template and make sure the script is not loading. Typically it will be in any of the header.php files - including header-myheader.php, header-singleheader.php or similar files. There is also a workaround - on each page what is using one of the OptimizePress custom templates, check Launch Page & Sales Letter Options --> Video Options --> "Activate Video" and enter "<!-- FV Flowplayer -->" into Launch Page & Sales Letter Options --> Video Options --> "External Player Code" field. That way the template thinks the video is external and will not try to put in the Flowplayer library and the video will play. = 10. I'm using OptimizePress version 2 template. = FV Flowplayer will handle all the videos inserted by the Live Edit. = 11. Does this plugin support Shoutcast?. = Unfortunatelly HTML5 does not support live broadcasting. Please read about it here under "Flash. The good parts": http://flowplayer.org/docs/#flash = 12. I get an error message like this when activating the plugin: Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /wp-content/plugins/fv-wordpress-flowplayer/models/flowplayer.php on line 4. = You need to use at least PHP 5, your site is probably still running on old PHP 4. = 13. I get "Can't create temporary file for video analysis" in admin video checker. = This temporary file is required as our plugin contains a video checker for admin users - it checks the video format and other information and warns you about potential issues why your video might not play for everybody. The error message means the WordPress media uploads directory (by default wp-content/uploads) is not writable by PHP. We use this standard WordPress path as it should work for nearly all the websites. Most of people use the standard WordPress Media Library, so this should really work. You can try to set the permissions of that folder to allow writing for everybody and see if that helps. If you are not sure, ask your web host support about what PHP permission model you use. = 14. 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 Flowplayer JavaScript is loading properly. Also, check "I'm using OptimizePress template" question above. = 15. 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 Flowplayer CSS and your theme CSS. = 16. 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. = 17. 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. = 18. Is there a way to force pre-buffering to load a chunk of the video before the splash screen appears?. = This option is not available. With autobuffer, it means every visitor on every visit to your page will be downloading the video. This means that you use a lot more bandwidth than on demand. I know that I actually watch the video on only about 1/3 of the pages with video that I visit. That saves you money (no bandwidth overages) and means that people who do want to watch the video and other visitors to your site get faster performance. If you want to autobuffer, you can turn that on in the options (we turn it off by default and recommend that it stays off). = 19. My videos are hosted with Amazon S3 service. How can I fill the details into shortcode?. = Just enter the URL of your video hosted on Amazon S3 as the video source. = 20. I would like to localize the play again button. = Currently there is no support for other languages. = 21. Where can I change the default directory for videos?. = You can change this manually in the the models/flowplayer.php in the flowplayer_head function. It you use videos in widgets you might need to edit the function flowplayer_content in controller/frontend.php as well. Please be carefull when editing source codes. = 22. How do I insert flowplayer object outside the post, for example to a sidebar? = You need to use following code to include the shortcode into a sidebar: echo apply_filters('the_content', '[flowplayer src=yourvideo.mp4 width=240 height=320]'); Fill the Flowplayer shortcode part according to your needs. The apply filter needs to be called because the flowplayer shortcodes are not parsen outside posts automatically. Also, please do not forget to add the echo at the beginning. = 23. How can I style the popup or ad? = Check out .wpfp_custom_popup and .wpfp_custom_ad in /fv-wordpress-flowplayer/css/flowplayer.css. You might want to move your changes to your template CSS - make sure you use ID of container element, so your declarations will work even when the flowplayer.css is loaded later in the head section of your webpage. = 24. Is there a way to remove the share (embed) button? = Yes, there's a global option in settings to disable sharing/embed. We plan to add an individual flag on a per video basis to allow sharing when sharing is turned off globally and vice versa. = 25. My videos are taking long time to load. = 1. Check your hosting for download speed. 2. Try to use different settings when encoding the videos, try to turn on the cache when encoding with [Quick Time](http://drop.foliovision.com/webwork/it/quick-time-pro-cache-hint.png) = 26. How can I change the play icon? = You need to copy the CSS from the Flowplayer CSS (default theme) and put it into your theme CSS. Also add some element ID in front of it to make sure it overrides the default Flowplayer CSS: `#content .is-paused.flowplayer .fp-ui{background-image:url({PATH TO YOUR IMAGE}.png)}` `#content .is-rtl.is-splash.flowplayer .fp-ui, #content .is-rtl.is-paused.flowplayer .fp-ui{background-image:url({PATH TO YOUR IMAGE-rtl}.png)}` `@media (-webkit-min-device-pixel-ratio: 2){` `#content .is-splash.flowplayer .fp-ui, #content .is-paused.flowplayer .fp-ui{background-image:url({PATH TO YOUR IMAGE@2x}.png)}` `#content .is-rtl.is-splash.flowplayer .fp-ui, #content .is-rtl.is-paused.flowplayer .fp-ui{background-image:url({PATH TO YOUR IMAGE-rtl@2x}.png)}` `}` The image needs to be 100x106px normal version nad 200x212px hi res version. You only have to include the RTL version if your site runs in such language. = 27. How can I change position of my custom logo? = Check out Settings -> FV Player -> Sitewide Flowplayer Defaults -> Logo. = 28. Volume control in player looks weird. = Make sure you are not using obsolete tags like <center> to wrap the video. Such tag is not supported in HTML5, you have to use CSS to center elements. = 29. How do I get rid of the 'Hit ? for help' tooltip on the player box? = You can put this into your template's functions.php file, if you know a bit of PHP. It will disable the tooltip. `add_filter( 'fv_flowplayer_attributes', 'tweak_fv_flowplayer_attributes', 10, 2 ); function tweak_fv_flowplayer_attributes( $attrs ) { $attrs['data-tooltip'] = 'false'; return $attrs; }` = 30. How can I customized the player control bar? I want to add a play/pause button. = Just put this code into the template's functions.php file. If you know a bit of PHP, it should not be a problem for you: `add_filter( 'fv_flowplayer_attributes', 'tweak_controlbar_fv_flowplayer_attributes', 10, 2 ); function tweak_controlbar_fv_flowplayer_attributes( $attrs ) { $attrs['class'] .= ' play-button'; return $attrs; }` It simply adds a class "play-button" to the player DIV element and then it knows to use the play button. The other options are: `no-mute no-time no-volume` = 31. Minify plugins are interfering with FV Player = Read our guide [Using FV Player with Minify Plugins](https://foliovision.com/player/advanced/player-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. = 32. What if the FV Player doesn't work for me? = No worries. 1. You can always downgrade to version the Flash version ([delete the plugin then grab older version here and install from the ZIP file](https://wordpress.org/plugins/fv-wordpress-flowplayer/developers/)). If you downgrade to version 1.x you do lose a lot of mobile and iOS capability but you didn't have it in the first place. 1. Contact us via [support](https://foliovision.com/support). We are actively investigating and fixing people's sites now during the initial release period. We will help you to get FV Player 7 working in your environment. = 33. 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). = 34. My YouTube video doesn't show properly in fullscreen = There is an possible issue with some themes: YouTube video opens in fullscreen, but after minimizing and opening fullscreen again, the video is shrinked in the left part of the screen (as in [this example](http://screenshots.foliovision.com/431J0P0z0v3s)). You need to copy this CSS into your theme style sheet: `iframe.fvyoutube-engine {` `width: 100% !important;` `}` You can optionally edit your theme's JS to prevent the shrinking. 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. Thank you for being part of the HMTL 5 mobile video revolution! ======= == Screenshots == 1. FV Player different skin options 2. FV Player shortcode in post content 3. It's easy to use our shortcode editor to add videos 4. Plugin settings screen 5. Video checker helps you find issues with your video encoding == Changelog == = 7.4.21.727 - 2020/05/07 = * HLS - improved parsing of video qualities for video quality menu in case your m3u8 has video resolution information * Skin settings - allowing 0 for marginBottom * Bugfix - CSS - playlist font color setting not working * Bugfix - CSS - 2014 design titles background color in some themes * Bugfix - MPEG-DASH - fix for recovery of Vimeo videos in FV Player Pro = 7.4.17.727 - 2020/04/08 = * New setting - Multiple video playback - enable to allow multiple videos to play at the same time, only the last played video remains audible, the others are muted * Editor - Preview is now using a simpler and faster code * Iframe embedding - when you embed a playlist, it remembers which video did you play when obtaining the iframe embed code * iOS - better way of detecting 403 HTTP errors during playback * Subtitles - improving to show the first matching subtitle line when subtitles are first enabled, until now it would wait before playback time reaches another subtitle line * Volume control - dragging it down to zero mutes the video and shows the un-mute icon, which restores the last volume when clicked * Bugfix - Lightbox - Proper sizing for mobile landscape view * Bugfix - Video duration scanning when posting new files using editor and not using FV Player Pro * Bugfix - Video Position Saving - not working for logged in users in Chrome version >= 80 = 7.4.14.727 - 2020/01/28 = * HLS.js - enabling on iOS 13 and Safari above version 8 * Bugfix - CSS - avoiding borders on splash images * Bugfix - Editor - Preview fix when using Lazy Load by WP Rocket * Bugfix - Sharing - fixing the custom URL and title in frontend, fixing link to Tweet * Bugfix - Splash screen code cleanup for FV Player Pro = 7.4.9.727 - 2019/12/12 = * AWS - adding new regions * New setting - Force HD Streaming for websites who prefer video quality over buffering speed * Playlist - add sort="reverse" to shortcode to shows the playlist in reverse item order * Bugfix - invisible menus trapping click events below the player on mobile * Bugfix - Playlist menu - not adding when there is a single video with ads * Bugfix - S3 Bucket browser - fix for missing styling * Bugfix - Vimeo/MPEG-DASH mute button fix = 7.4.8.727 - 2019/10/23 = * Playlist menu - fixing to not include the FV Player Pro Video Ads = 7.4.7.727 - 2019/10/22 = * Compatibility - Elementor fixes * Editor - removing playlist name field for single videos * FV Player wp-admin Screen - Screen Option to show player author * FV Player wp-admin Screen - only showing players for which the user has edit permissions * Lightbox - compatibility if your website already loads Fancybox 2 * Lightbox - sizing fix for single video - respect desired size * HLS - going back to HLS.js 0.11.0 library due to encrypted HLSv4 issues * Maintenance - split the master JS file into modules for development, kept a single fv-flowplayer.min.js for normal use * MPEG-DASH - upgrading Dash.js to 3.0.0 * Translations - adding hooks for the playlist repeat button * Video Speed - removing bad 0.25x speed when 0.5x speed step is set * Video Checker - code refactoring, making it work in FV Player Editor = 7.4.6.727 - 2019/09/17 = * Chromecast - disabled by default for new installs, use the "Enable google chromecast" setting * HLS - updated the HLS.js library * Muted autoplay - adding the global and per-player setting * Subtitles - remembering the last subtitle language selected and using that * Bugfix - Database - cloning a player should omit the "Embedded on" information * Bugfix - Editor - bad position of the video meta data loading indicator * Bugfix - Polaroid and Season playlist styles - fix when you exit fullscreen too early * Bugfix - Splash screen - covering the video during playback due to theme CSS with !important rules * Bugfix - Video Links - issues when clicking different links pointing to a single video * Bugfix - Volume bar - fixing what happens on mobile when you tap video to pause after changing volume = 7.4.2.727 - 2019/08/28 = * Google Analytics - using video titles rather than file names * iOS 12 fullscreen fix * Playlist - adding recovery routine - missing video will no longer cause the whole playlist to stop playing * Playlist - fixing Season style font sizes * Handle WordPress shortcodes - fixed to also handle the [audio] shortcodes * Video linking - using the video ID if available * Bugfix - splash image not appearing when using 100% for global width or height = 7.4.0.727 - 2019/07/30 = * New mobile setting - Force landscape orientation in fullscreen * New playlist style - Polaroid * New playlist style - Vertical Season * New video field - DVR stream - available for m3u8 and mpd streams * New video field - synopsis - used for Vertical Season playlist * Styling - changed splash images from CSS background to actual IMG tags for easier lazyloading and future retina support * Styling - making sure any menu fits into the player height * Styling - moving Airplay button next to fullscreen button * Styling - showing full-width timeline if there are too many buttons on a narrow screen * Ads - showing overlay ad for each playlist item * Lightbox - showing playlist (player and playlist items) as a single item * Handle WordPress shortcodes - fixed to also cover Gutenberg video block in front-end * Bugfix - bad default sort on the wp-admin -> FV Player screen = 7.3.19.727 - 2019/07/11 = * Security - fix for SQL injection vulnerability on the wp-admin FV Player screen for users with access - thanks to Tin Duong * Removing setting - Enable old interface * Bugfix - Speed menu - enabling for Android * Bugfix - Video Position Saving - disabling for live streams * Bugfix - Video Speed - not restoring the last video speed for players without speed menu = 7.3.18.727 - 2019/07/10 = * New Feature - Video Screenshots - FV Player Editor now lets you take the current video frame as the video splash screen * S3 Bucket browser - making it work more like WP Media Library, showing file details in the right sidebar * Settings screen - remembering the scroll position * Video Speed - remembering last video speed just like the audio volume * Performance - Video Position Saving - only storing position with Ajax before unloading the page * Bugfix - PHP 7.3 warning removed * Bugfix - Playlist - making it possible to pick another playlist item after playback error * Bugfix - Vimeo/MPEG-DASH muted autoplay fix = 7.3.16.727 - 2019/05/31 = * Subtitles - avoiding video playback failure when just the subtitles are missing * MPEG-DASH - fixing video muting/unmuting * Quality Switching - changing the "M" label for mobile qualities to "SD" as it's more recognizable = 7.3.15.727 - 2019/05/16 = * Security - fix for SQL injection vulnerability in email subscription * Security - fix for email subscription CSV export capability available to guest users = 7.3.14.727 - 2019/05/14 = * Security - fix for XSS vulnerability in email subscription * Audio player - loading indiciator fix * CSS - removing old unused web fonts and graphics = 7.3.13.727 - 2019/04/30 = * Ad codes - sensing size of the Google AdSense ad unit, allowing the ad to expand from the player container for maximum ad revenue * Ad codes - vi Story ad support - stopping your video if there is an video ad in overlay * Embed codes - using database player IDs for the embed URL * HLS - added support for multiple audio tracks on desktop browsers * Iframe embedding - removed the settings as it's the only way of embedding, you can still use "Disable Embed Button" * Screen options - added to the wp-admin -> FV Player screen, allowing you to see count of subtitle, chapter and transcript files * Styling - new loading indicator which also appears before the player is initialized on slow connections * XML Video Sitemap - includes a lot more videos as it uses the individual player iframe embed links. Until now it was only possible to put in videos using MP4 format without any kind of download protection. Your members only videos stay protected and won't open, but let us know if they appear in sitemap. = 7.3.12.727 - 2019/02/26 = * New Feature - Rewind Button - seeks 10 seconds back in the video, enable in Settings -> FV Player -> Sitewide FV Player Defaults * Live stream - removing from Post Interface Options and showing it for HLS streams automatically * Audio - checkbox for HLS streams to make them audio-only * Bugfix - video duration check forgetting to remove fv_flowlayer_tmp_* temporary files * Bugfix - video position saving too many requests when leaving the web page * Bugfix - video start/end time editing for FV Player Pro * Bugfix - too many database checks in wp-admin = 7.3.9.727 - 2019/02/05 = * FV Player wp-admin menu - sorting by player date, latest first * S3 Bucket browser - improving to work well with large quantities of files. The search function was removed gone as AWS S3 doesn't have that, unfortunately. * Quality Switching - improving the label for qualities in range of 540-720p (HD if there is no higher quality, otherwise SD) * Bugfix - iOS video recovery issues in playlists = 7.3.7.727 - 2019/01/24 = * Database - performance fix * Bugfix - fullscreen mode corners when using the YouTuby skin * Bugfix - FV Player Meta Box (Custom Videos) fixes * Bugfix - WP Media Library not loading for FV Player screen * Bugfix - S3 Browser not loading FV Player screen and Gutenberg (block editor) = 7.3.6.727 - 2019/01/08 = * Caption field - renaming to Title * Database - enabling background processing for videos in DB * Editor - fix for WebM and HLS duration scanning * Lightbox - added Remove fancyBox setting - use if you see a "fancyBox already initialized" message on JavaScript console * Sharing - removing Google+ as it's deprecated * Bugfix - PHP 7.2 compatiblity = 7.3.4.727 - 2018/12/14 = * FV Player top level wp-admin menu item icon * WordPress 5 - Gutenberg editor support * Database - bugfix for mapping of Disable Playlist Autoadvance * Database - making it work with XML sitemap * Handle WordPress shortcodes - improved to work with [playlist] as well = 7.3.3.727 - 2018/12/05 = * Compatiblity - improving old Samsung phone detection for warning messages * Database - PHP 5.2 compatibility fixes * Database - schema changes for better compatibility (maximum row size error) * MPEG-DASH - upgrading Dash.js to 2.8.0 = 7.3.1.727 - 2018/11/16 = * Fix for PHP warning in wp-admin when no database table is present yet = 7.3.0.727 - 2018/11/15 = * New feature - new FV Player instances are now saved into database - no longer using WordPress shortcode format to store all the information * New feature - adding System info into FV Player setting screen for easier debugging * Reliability - detecting that the video has stalled in Safari and on iOS * Lightbox - autoplay fix for bar MP4 links * Popups - option to show on pause * Removing html5.js recommendation from Check template function. = 7.2.8.727 - 2018/10/22 = * Performance fixes - loading SVGs and window resize hooks * Alternative iOS fullscreen mode setting - for users who notice site elements such as header bar ovelaying the player in fullscreen on iOS * Styling - fixing timeline jumping left-right a bit when using "inherit from template" font face skin setting with some of the WP themes * Bugfix - preventing duplicate fullscreen button on Youtuby skin = 7.2.7.727 - 2018/10/18 = * Urgent bugfix due to a playlist malfunction caused by the Redirect feature change in previous release = 7.2.6.727 - 2018/10/18 = * Chromecast - fixing multiple Chromecast buttons appearing * Redirection - not creating the popup window anymore as in 99% of cases it's blocked * Styling - fixing problem with small buttons in fullscreen = 7.2.5.727 - 2018/10/16 = * HLS - player size now limits the ABR * Playlist - adding prev/next buttons * Skin - new color picker with transparency for control bar * Skin - setting to move fullscreen button to control bar * Styling - using SVG for sharing icons * Bugfix - volume bar usability = 7.2.4.727 - 2018/10/11 = * Lightbox - fixing display bugs caused by some of the floating header bars (z-index) * HLS - using HLS.js instead of HLS.light.js as it had issues with some of the EXT-X-BYTERANGE streams * Site speed improvements - allowing FV Player Pro to load Dash JS and HLS JS only when needed = 7.2.3.727 - 2018/10/03 = * HLS - improving quality labels (M, SD and HD) * Lightbox - fixing full screen sizing issue when using Chrome on Windows * Subtitles - fixing language codes for Hebrew, Indonesian and Javanese * Check template function - adding warning for websites which strip the query string versions * Fixing Admin JavaScript warning = 7.2.2.727 - 2018/09/28 = * Amazon S3 - fixing issues caused by Flash version of signed URL * Amazon S3 - fixing handling of blank spaces for S3 bucket browser * Amazon S3 - fixing handling of blank spaces for URL signature = 7.2.1.727 - 2018/09/20 = * Security - adding nonce for the Shortcode Editor preview = 7.2.0.727 - 2018/09/18 = * New feature - S3 Bucket browser * CSS improvements - sharing buttons * Lightbox - will autoplay the video when opened = 7.1.15.727 - 2018/09/11 = * Audio player - fixing speed menu and avoiding "No Picture" button * CSS cleanup * Iframe embedding - fix for playlists - always use "Slider" style to keep it simple * Lightbox - update to latest FancyBox version to prevent issues with element data key "target" used by Popups plugin * Playlist - fixing width for the "Slider" playlist style * Playlist - fixing start/end parsing for "Tabs" playlist style = 7.1.14.727 - 2018/09/04 = * First stable release of FV Player 7 = 7.1.13.727.beta = * Updating to Flowplayer 7.2.7 * Disallowing minimal skin for audio player as it doesn't work properly with it = 7.1.12.726.beta = * Audio player - making sure "Force fullscreen on mobile" doesn't work for it as it makes no sense * Getting rid of the old video tag code = 7.1.11.726.beta = * Fixing subtitle size setting = 7.1.10.726.beta = * Fixing fp-header and notices click action * Fixing fullscreen when Fancybox is enabled for images, but not used for video = 7.1.7.726 = * Fixes for lightbox - proper title for images in h5, hiding WP admin bar and Social Warfare bar, support for WP Rocket image lazyload = 7.1.6.726 = * New lightbox library - using fancyBox 3 * Playlist - setting maximum player width to 100% to prevent display issues * Preventing right mouse click on player * XML Video Sitemap and Schema.org - fixing exclusion for CloudFront domains = 7.1.5.726 = * Lightbox - fixing height bug if video is bigger than screen size and taller = 7.1.4.726 = * Fix for MPEG-DASH (Vimeo) stream seeking issues which appeared when seeking too often = 7.1.3.726 = * Autoplay - fix for MPEG-DASH (Vimeo) silent autoplay, important for Chrome = 7.1.2.726 = * iOS < 10 fix * Quality Switching - qualities in menu are now sorted * Quality Switching - HLS quality remembering * Quality Switching - button now shows proper quality label * Samsung Browser set to shows warning to use other browser if there is a video error * Speed control - the menu now gets a vertical scrollbar if needed = 7.1.1.726 = * New core Flowplayer * Quality Switching - current quality bold in menu for MPEG-DASH streams * Quality Switching - MPEG-DASH quality remembering = 7.0.726 = * Initial FV Player 7 release for FV Player Pro Beta users = 6.6.6 - 2018/07/10 = New users get FV Player 7 Beta (7.1.6.726.beta) automatically! * Making sure big custom logo won't prevent video playback due to blocking clicks * Playlist - setting maximum player width to 100% to prevent display issues * Preventing right mouse click on player * XML Video Sitemap and Schema.org - fixing exclusion for CloudFront domains = 6.6.5 - 2018/07/02 = * Feature - Handle WordPress video shortcodes option now also converts YouTube links * Bugfix - XSS fix, thanks to Japan Vulnerability Notes for the report = 6.6.4 - 2018/06/27 = * Lightbox - fixing height bug if video is bigger than screen size and taller = 6.6.3 - 2018/06/19 = * Compatibility - fix for themes which use wp_kses to show post content, like UnidashVersion By CactusThemes. It was preventing FV Player from working in these themes. * Deprecating settings unless you are already using it: * "Prefer Flash player by default" - used to be useful 3-4 years ago when Firefox (but even Chrome) had several issues with HTML5 video - often depending on the video encoding. * "Colorbox Compatibility" - FV Player is going to use fancyBox soon * "Parse old shortcodes with commas" - only important if upgrading from FV Player 0.x * "Use old code" - this makes sure FV Player keeps using