Forum Replies Created
-
-
7 years ago in reply to: Embed Video with the popup menu
Hello Bruno,
I see that he use of player element IDs in our documentation is misleading as the ID changes. Next version of FV Player brings database storage of player configuration, making the fixed IDs possible.
The script which you are creating won’t help – not all browsers like video autoplay. For example Google Chrome will only permit muted autoplay unless you interacted with the video on the website before. You can read more on this topic here: https://foliovision.com/2018/05/video-autoplay-issues
FV Player already handles this properly and if you set a video to autoplay, it will autoplay with sound if it’s permitted, otherwise it will play muted.
The Divi issue will be partly solved with the new FV Player version. There you will be able to create new instances of our player on a dedicated FV Player screen in wp-admin and then only put a simple shortcode like [fvplayer id="54"] where you need it.
FV Player used to work with Divi, I wonder which Divi update could break it. I see it worked with version 3.0.40. There must be some JavaScript error. To obtian that please open your browser console, here’s how: https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors#Step_3:_Diagnosis Then load your post editing screen again and see if any error appears on that console. Then insert new FV Player using the FV Player Shortcode Editor and see if anything appears too.
Thanks,
Martin7 years ago in reply to: New issues with editorHello Deborah,
thank you for these videos. Do you remember which plugin were upgraded before this stopped working? There were not changes to this in FV Player for a while.
There must be some JavaScript error. To obtian that please open your browser console, here’s how: https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors#Step_3:_Diagnosis Then load your post editing screen again and see if any error appears on that console. Then insert new FV Player using the FV Player Shortcode Editor and see if anything appears too.
As a workaround you can create your FV Player shortcodes in a new page where you won’t use Divi and then just copy it over.
Next FV Player version will also feature a database storage of player configuration, so you will be able to create your players in a new FV Player wp-admin screen and then move over a simple [fvplayer id="54"] kind of shortcode.
Thanks,
Martin7 years ago in reply to: Jump back or forward 10 secondsHello Arthur,
On mobile devices it’s not easy to go back a bit if you miss some scene, so we talked about adding a tap areas on top of video to go 10 seconds back and forth on these mobile devices. On desktop devices it’s not such a problem, specially as you can use the arrow keys.
JW Player has a button to go 10 seconds back.
Do you know any other player which uses this so that we can check it?
Thanks,
Martin7 years ago in reply to: html5.js not found in your templateHello S. S.,
please disregard the html.js warning. It’s no longer relevant as FV Player no longer uses
<video>
tags. That error message will be removed completely from the next FV Player release.Regarding the Vimeo issue – please make sure you entered the Vimeo API key: https://foliovision.com/player/video-hosting/how-to-use-vimeo#access-token-setup
Thanks,
Martin7 years ago in reply to: Audio player issuesHello Evélina,
the prev/next buttons are enabled in all the skins. Here you can see it in the “Slim” skin: https://foliovision.com/player/demos/playlist-styles
Thanks,
MartinHello Devin,
to conclude this one – with the MPEG-DASH streaming which FV Player Pro provides out of the box for Vimeo it does work with the Auto quality option by default.
Thanks,
MartinHello Curt,
one of the next FV Player Pro releases will have this feature in it. We added it as a “Hide Transcript” global setting. Enabling that makes it hidden by default and you have to hit the “TT” button in the player control bar to see it.
Thanks,
Martin7 years ago in reply to: Compatibility with WPLMS themeHello gavlexx,
please open your browser console, here’s how: https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors#Step_3:_Diagnosis
Then try to load the link which you posted and see how many errors turn up. It looks like a problem wit the sortable-post-grid plugin.
You can execute fv_player_preload() manually on the console and see that it loads FV Player properly and it plays.
Thanks,
MartinHello Greg,
the issue occurs as the decryption key can’t be found. FV Player Pro looks for it in the page where the video is embedded.
We are very close to releasing FV Player 7.3 which will store FV Player instances in a separate set of database tables. That way the shortcodes will look like [fvplayer id="1234"] so when you use such shortcode in PHP FV Player Pro will know where to get the decryption key from.
Old shortcodes will keep working and you will be able to combine the attributes which are related to player representation with the id attribute too.
Also, if you put in FV Player using PHP to create alternative video posting interface for your users our advice is to use the FV Player Meta Box: https://foliovision.com/player/advanced/video-custom-fields That way any posted videos will be stored in FV Player database so all should work.
Thanks,
Martin7 years ago in reply to: Encryption still allowing downloadHello Greg,
I see we helped you with your encrypted HLS setup, I’ll reply to you in a private ticket.
Thanks,
Martin7 years ago in reply to: Compatibility with WPLMS themeHello gavlexx,
please post a link to your page where we can see the issue.
Are you sure you only have FV Player and WPLMS active and nothing else? We are preparing a new debug information output for FV Player which will make diagnosing issues like this easier.
Thanks,
MartinHello Daniel,
thank you for letting us know about WP for starters! We have a SiteGround account, so we will check that out.
Thanks,
Martin7 years ago in reply to: Encryption still allowing downloadHello Greg,
the encrypted HLS stream files can be downloaded, but they just won’t play. Or are you able to play these videos in your case? Please let us know.
Thanks,
Martin7 years ago in reply to: VAST files and VIMEO files start togetherHello Daniele,
I was not able to reproduce that bug with FV Player Pro Release version. But FV Player Pro Beta is always about new features and also some fresh new fixes, so perhaps it indeed fixes some bug related to this. After a while the Beta version gets merged into Release version.
Thanks,
MartinHello Daniel,
what you should be looking for at the browser console is an error message in red letters. Please double check.
Otherwise let us know what other plugins you are using. There must be some plugin conflict.
Also, can you see the closing
tag when you check the page source HTML code?
Thanks,
MartinHello,
yes, as soon as you open he lightbox, the video plays. It’s nor really an autoplay as the video doesn’t play unless user does the click to open the lightbox.
Thanks,
Martin7 years ago in reply to: VAST files and VIMEO files start togetherHello Daniele,
please let us know where you tried to reach us that we didn’t replied back to you.
I checked a random video https://www.socialfarma.it/federfarma-palermo-nelle-rurali-parte-il-progetto-di-prevenzione-cardiovascolare/ and I could see that the VAST URL is set to a http:// address – that won’t work, because your website is using https:// so all the resources which load on that page have to use https:// as well.
Also, what do you mean by saying that there is no overlap of VAST and Vimeo?
Thanks,
MartinHello Tiara,
do you see a
tag in that view source page?
Do you get the same issue when you start a new page?
Do you see any error in the PHP error logs?
Can you double check that the wp-content/plugins/fv-wordpress-flowplayer/view/wizard.php file is there? Or you can try to just reinstall the FV Player plugin.
Thanks,
MartinHello Tiara,
we haven’t heard of an issue like this before. Please let us know what other plugins you are using.
Please open your post editing screen and do a right mouse click and select the “View Page Source” option. You will get a new tab opened with the HTML code where the address in the browser location bar will start with “view-source…”.
Are you able to hit Ctrl +F in that screen and find fvwpflowplayer_helper_tag with it?
We are also happy to fix the issue for you right on your website, just order our Pro support here: https://foliovision.com/pro-support
Thanks,
MartinHello Sandro,
it’s not easy to work with every page builder out there.
Our suggestion is to create your FV Player shortcodes using the editor and a new simple page without any page builder and then just copy it over.
Next version of FV Player will feature a database storage of FV Players, so that will be a good unified place to manage any FV Player instance too.
Thanks,
Martin7 years ago in reply to: playback speedHello Leho,
new version of FV Player will have a “fv_flowplayer_conf” filter on fv_flowplayer_conf so you can filter the “speeds” array there. So you can create a mini plugin to do that.
The latest dev version can be obtained here: https://github.com/foliovision/fv-wordpress-flowplayer/archive/master.zip
Thanks,
MartinHello Tiara,
please try the suggestion which I mentioned in my last message here. Please also check what FV Player version you are using. It’s the base plugin for FV Player.
Please post your replies to our forums directly and not to email and we will get back to you faster.
Thanks,
MartinHello Twig Interactive,
I see that while we decided to autoplay all the lightbox videos starting from FV Player 7.2.0.727 it doesn’t work for the lightbox text links.
We prepared a fix for that. Could you please reinstall FV Player from this link? https://github.com/foliovision/fv-wordpress-flowplayer/archive/master.zip To do that you will have to first deactivate and delete the current FV Player plugin you are using. WordPress will warn you that you might loose settings and data, but it’s not the case with our plugin, no settings now videos will be lost. Or you can just replace the plugin files via FTP. Then let us know if it all works for you.
Thanks,
MartinHello Twig,
please also activate FV Player Pro and configure Vimeo in it. Without it the Vimeo videos are using the basic iframe embed only and most of FV Player features don’t apply to them.
Thanks,
Martin7 years ago in reply to: Protection video from downloadHello Pablo,
please let us know what video type you are using and how it’s done.
I recommend you read our overview of video protection here: https://foliovision.com/player/securing-your-video/protecting-video-from-downloading
Thanks,
MartinHello Çapan,
previously we talked about how Cloudflare Rocket loader actually makes FV Player load more slowly on your website: https://foliovision.com/support/fv-wordpress-flowplayer/troubleshooting/fv-player-loads-slowly
Perhaps this issue is caused by the special FV Player version which we tried (https://github.com/foliovision/fv-wordpress-flowplayer/archive/10883839-init-speed.zip). Please go back to using the latest FV Player version from http://wordpress.org/plugins/fv-wordpress-flowplayer and see if you are still running into that same issue.
Thanks,
MartinHello Victor,
crossdomain.xml only helps on desktop computers. If the video doesn’t play on iOS and Android, can you get it to play at all? For example put it into a post as a bare link and open that on iOS and Android and see if it plays. It’s a live stream and currently it appears to be offline.
Thanks,
Martin7 years ago in reply to: Problems playing videos in EdgeHello Stuart,
we have fixed the Video Checker to parse the data from qtfaststart effectively, now the results of the Moov check will be a lot more reliable on big files.
Thanks,
MartinHello yoshi1234,
as long as the videos play, you don’t have to worry about it. Some websites just tend to work that way (with our “It appears there are no Flowplayer scripts on your site, your videos might not be playing, please check” warning) and we didn’t had a chance to find out what causes it yet.
I checked your website briefly and you are indeed stripping the query string versions, which is why you encountered that strange styling issue with big play button.
Thanks,
Martin7 years ago in reply to: Chrome issuesHello Pablo,
your screenshot looks like from a mobile phone. Please let us know
what mobile you are using.Are you getting the same issues even on a desktop computer? If so, please open your browser console, here’s how: https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors#Step_3:_Diagnosis
Then try to build a new playlist on a new post and see if anything shows up on the console. There might be some error message which will help resolve this.
Thanks,
Martin7 years ago in reply to: Import and Export Settings FeatureHello Willie,
we have something, but it’s stuck in our pipeline. We need to harmonize how different FV Player plugins work with it. There are certain settings fields (such as the CloudFront Private Key) which should never be part of the export.
Thanks,
MartinHello Tiara,
please open your browser console, here’s how: https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors#Step_3:_Diagnosis
Then start a new Post and hit the FV Player button. See if anything shows up on the console.
You can also try using our player on a new Page. Perhaps it’s works there. Then you will be able to copy-paste the [fvplayer…] shortcode from your page where you need it.
If resolving this issue quickly is important for your work and you want it fixed instantly, we are happy to have a look at your website and fix the issue for you. Just order our Pro support: https://foliovision.com/pro-support
Thanks,
MartinHello Victor,
please use our video checker to report an issue with your video: https://foliovision.com/player/basic-setup/how-to-use-video-checker
Thanks,
Martin7 years ago in reply to: Text color problemHello Pierre,
please send over a link where we can see the issue and we will see how to improve our CSS to avoid this. Just using !important rules everywhere won’t get us far.
Thanks,
Martin7 years ago in reply to: YouTube positioning problem on mobileHello Colins,
we have a similar bug report somewhere else. It’s related to your theme CSS. We will check these two together and see if we can add a CSS rule to avoid this.
For now you can disable the logo removal option and it should show up properly.
Thanks,
MartinHello Kiran,
if you fixed your files on S3 after finding out about these issue with our video checker while using the CloudFront URL, then perhaps CloudFront is still holding the old files in its cache. Here’s how you can clear it: https://foliovision.com/player/video-hosting/hls#clearing-cloudfront-cache
The fix which I was mentioning has been done to the Video Checker which is a service we provide for FV Player users – it’s the “Admin: Video OK” message which you see in top left corner of your videos. And we fixed it to accept bad SSL certificates to help you sort out your videos issues in development environments before getting real SSL.
Thanks,
Martin7 years ago in reply to: New lightbox doesn’t work on my websiteHello David,
that is correct use of that setting.
We could add the “Disable Fancybox library” setting, but in general we would like to remove some settings and not add new.
Perhaps the “Load FV Flowplayer JS everywhere” setting could be changed into “Ajax Support” and then enabling that would give you a list of things you would like to support in Ajax loaded FV Player:
* Vimeo videos (load Dash.js)
* HLS videos (load HLS.js)
* Lightbox (load fancyBox)Or we could improve our code to load these scripts on demand, but that can get tricky.
I will have to check this with Alec.
For now you can keep using that PHP code.
Thanks,
Martin7 years ago in reply to: Live stream not working on iPhone and SafariHello Innocente,
if it’s a live stream are you using live=”true” in your shortcode?
Thanks,
Martin7 years ago in reply to: New lightbox doesn’t work on my websiteHello David,
I see, is there any reason why you need to use “Load FV Flowplayer JS everywhere”?
Thanks,
MartinHello Kiran,
so it must be the wrong SSL. I can see on your screenshot that you are using the default SSL certificate with a custom domain, which just can’t work.
Instructions for setting up a proper SSL for CloudFront can be found here: https://foliovision.com/player/video-hosting/serving-private-cloudfront -> “Now you can enter your domain which you will point to your CloudFront domain (use C Name record in your DNS Zone).”
The fix which I did has been done to Video Checker which is a service we provide for FV Player users.
Thanks,
Martin7 years ago in reply to: New lightbox doesn’t work on my websiteHello David,
if it’s not “Use video lightbox for images as well” nor “Load FV Flowplayer JS everywhere” then there has to be a shortcode with lightbox attribute in it somewhere.
Does it happen even with default WordPress template such as Twenty Seventeen?
Thanks,
Martin7 years ago in reply to: Interactive Transcript ImprovementsHello Leho,
we are close to releasing FV Player 7.3 which stores the player configuration in a new database model. That way it will be possible to add this feature.
One of the key features of our video transcript is that it’s part of the page HTML code. I wonder how can we make that work with a playlist. Seems like the transcript of the playlist items will have to be placed in a hidden container, but at the same time it must be indexed by search engines.
Thanks,
MartinHello Linda,
we also updated our article about using minify plugins and site optimization with FV Player: https://foliovision.com/player/advanced/player-minify-plugins
Thanks,
MartinHello Linda,
I was able to enable Google PageSpeed web server module on our staging site.
I could see that the number of scripts on the site went down from 26 to 20 and the size from 636 kB to 622 kB. The path to the main FV Player script changed from wp-content/plugins/fv-wordpress-flowplayer/flowplayer/fv-flowplayer.min.js to wp-content/plugins/fv-wordpress-flowplayer/flowplayer/fv-flowplayer.min.js,qver=7.2.8.727.pagespeed.jm._rcZXbCRBE.js
But it all worked. Vimeo videos played perfectly fine with FV Player Pro.
So it’s good to know Google PageSpeed doesn’t break FV Player. I really think the issue is a combination of WP Fastest Cache and Google PageSpeed on your website.
Thanks,
MartinHello yoshi1234,
is your issue related to CDN and stripping of query string versions? You can read about it here: https://foliovision.com/2018/10/usability-streaming-improvements#checker
The “Check template” button can be found at the of the Settings -> FV Player screen. It has been improved to detect this kind of error.
Thanks,
Martin7 years ago in reply to: html5: Video file not foundHello Michael,
please post the [fvplayer] shortcode you are using. That way we can check what video type it is.
Are you sure you had both FV Player and FV Player Pro updated to latest versions (7.2.8.727 and 7.2.0.727)?
Did you notice any error on your browser console? Here’s how to check it: https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors#Step_3:_Diagnosis
You mentioned you are using some paywall – do you mean these videos are simply placed on a post which only a paying member can open or is it FV Player Pay Per View or something else?
Thanks,
MartinHello Kiran,
are you checking the HTTP referrer on your CloudFront distribution? That could be causing the issue.
Also, the SSL on video-cdn.eturnti.com appears to be wrong. That could be causing the issue as well. I set our Video Checker to ignore SSL errors now, it might be helpful on staging websites which might have a self-signed certificate.
Thanks,
MartinHello Linda,
I suggested you to disable “Minify Js”. Perhaps the paid version of WP Fastest Cache uses Google PageSpeed for that function. But since it’s not freely available it’s hard for us to check. What we can do is to check PageSpeed web server module compatibility.
Thanks,
MartinHello Linda,
that error is harmless, we just need the HTML5 video engine to request a file before we can truly replace the video source with the real video. Different browsers treat that differently. It would certainly be nice to clean that up in the future.
I also see I forgot to address your question about http://www.3vwp.org/jquery.js – our plugin doesn’t load that.
Thanks,
Martin7 years ago in reply to: New lightbox doesn’t work on my websiteHello David,
it you don’t enable Settings -> FV Player -> Sidewide Flowplayer Defaults -> “Use video lightbox for images as well” the fancyBox from FV Player won’t load, unless you are viewing a post with [fvplayer] shortcode which uses the lightbox attribute.
Please check. I don’t see a need for “Disable Fancybox library” checkbox.
Thanks,
MartinHello Twig Interactive,
it works for us here: https://foliovision.com/player/basic-setup/using-lightbox#anchor-text-with-lightbox Check the demo on the “click on this link” link. We didn’t change that shortcode.
If you mean the pure HTML version then that works too: https://foliovision.com/player/basic-setup/using-lightbox#lightbox-without-fvplayer-shortcodes The documentation is correct, we didn’t change the HTML code you need to use to get it.
Perhaps your issue is related to fancyBox conflict. You can read more about it here, I’m linking to the exact post which gives you quick guide about how to troubleshoot the issue with browser console: https://foliovision.com/support/fv-wordpress-flowplayer/troubleshooting/new-lightbox-doesnt-work-on-my-website#post-72977
Thanks,
MartinHello Linda,
it seems you are using WP Fastest Cache with PageSpeed on top of it. I would advice you to disable PageSpeed module and see if it helps with FV Player Pro Beta. PageSpeed is something you enabled on server level. It’s not a plugin, so you would have to ask your server admins about it.
If that won’t help, let us know what WP Fastest Cache settings you are using, we can verify if FV Player Pro works with it. I installed the free version of that plugin, enabled “Combine JS – Reduce HTTP requests through combined js files (header)” and it works.
However to fully test this I would have to enable “Combine Js Plus – Reduce HTTP requests through combined js files (footer)” which is only available in the paid version.
Also, you should not be minifying your JS with both PageSpeed and WP Fastest Cache. That just increases complexity of the setup and it’s asking for trouble. So “Minify Js” in WP Fastest Cache should be disabled.
Thanks,
MartinHello Linda,
did you enable the Google PageSpeed module on your site recently? It appears to be the cause of the issue here. The error trace refers to an internal FV Player Pro debug log function which simply prints the error to the browser console if the debug mode is enabled. There was never such bug and it’s very unlikely that it would fail.
Please disable Google PageSpeed module and see if it works. I don’t think it should be processing files which end in min.js anyway, as these are already minified.
Ultimately FV Player Pro should works with Google PageSpeed just fine. We use WP Rocket for minification and we tested other plugins too. So it seems it’s time to check Google PageSpeed module too.
Thanks,
MartinHello Linda,
are you able to disable “Force iframe Embedding” now? I can check it for another 2 hours.
Did you noticed any errors on the browser console? Here’s how to get to that console: https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors#Step_3:_Diagnosis Once you have it enabled load the page with your video and play it and see it anything comes up.
Thanks,
Martin7 years ago in reply to: HUGE icon in FVPlayerHello redvivi,
please run the template checker, it was improved to detect missing query string versions: https://foliovision.com/2018/10/usability-streaming-improvements#checker
Something failed if you got these big icons – like the plugin CSS didn’t regenerate on the plugin update. Our plugin includes the routine to do exactly that. We did check bug reports like that but it was all about missing query string version.
Other than that the issue should be fixed by saving the plugin settings and purging your CDN cache (if you have any).
Thanks,
Martin7 years ago in reply to: Rewind and Forward Skip buttonsHello Fzk,
please let us know where we can see these buttons. I don’t see it on YouTube.com when using desktop and I don’t see it on Android mobile either.
We were thinking about adding such buttons to the overlay of the video for mobile as on mobile you can’t tap 10 seconds back as you can with a mouse pointer on a desktop.
Thanks,
MartinHello Maxim,
there was a bug which caused the Chromecast icons to multiply when using FV Player Pro Beta with playlists. And the Chromecast had to be hooked in. FV Player 7.2.6.727 fixed the issue. Could you please make sure the site is using the latest version?
Thanks,
Martin7 years ago in reply to: Problems playing videos in EdgeHello Stuart,
I checked that file and in order to properly analyze it I had to download first 8 MB of it. Then I could see the data about the top level atoms:
ftyp: 24
moov: 4881545
mdat: 2811732700
ftyp (24 bytes)
moov (4881545 bytes)
mdat (2811732700 bytes)So the moov is placed after 4th MB of the file and since our Video Checker only check first 4 MB of the video file it was not able to find it. We could adjust it to check first 8 MB to work on these long video files, but then it might be slowed down too much on other video files which are not always hosted on some CDN.
So I need to also check if anything changed in HandBrake. Are you sure you are encoding with “Web optimized” checkbox checked?
Thanks,
Martin7 years ago in reply to: Fv Player loads slowlyHello Çapan,
I think that Cloudflare Rocket loader essentially stops the JavaScript loading and only loads it once the website has finished displaying. It’s not a bad idea, but since your ad units are somehow not catched by Rocket loader, it’s doing exactly the opposite.
How to improve FV Player to handle these situations better is a question. We can improve it to work better on websites without special optimizations, but then the properly optimized websites might suffer a bit. So we could have two modes, which in turn increases complexity of our plugin and makes it more fragile.
Thanks,
Martin7 years ago in reply to: New Player – AB Loop and Play Bar CSSHello Devin,
thank you for your notes.
In the new AB loop design in which we are working on (it will be in FV Player Pro Beta first) the player timeline moves to the top of the controlbar and is aligned with the ab loop bar perfectly. The whole controlbar also moves below the video to make sure the full video can be seen and it’s not covered too much.
We removed the display of the loop start/end time and put it into a tooltip which shows up when you drag the loop end points.
Thanks,
Martin7 years ago in reply to: Redirect to same tabHello Davide,
thank you for the bug report, I see that it happens when using a playlist.
FV Player 7.2.7.727 which will fix the issue for your is out now.
Thanks,
Martin7 years ago in reply to: Redirect to same tabHello Davide,
please post the exact [fvplayer…] shortcode you are using and also a link to your page where we can see this behavior.
Thanks,
Martin7 years ago in reply to: Two chromecast buttonsHello Pádraig,
thank you for the bug report! FV Player 7.2.6.727 with the fix in it has been released.
Thanks,
Martin7 years ago in reply to: Cast To DeviceHello John,
thank you for the bug report! FV Player 7.2.6.727 with the fix in it has been released.
Thanks,
Martin7 years ago in reply to: Redirect to same tabHello Kim,
we adjusted the redirect function to not try to open new browser tab but instead open the link in the existing tab. FV Player 7.2.6.727 with the fix in it has been released.
Thanks,
Martin7 years ago in reply to: Icon size problem on full screen7 years ago in reply to: Fv Player loads slowlyHello Çapan,
could you please reinstall FV Player from this link? https://github.com/foliovision/fv-wordpress-flowplayer/archive/10883839-init-speed.zip To do that you will have to first deactivate and delete the current FV Player plugin you are using. WordPress will warn you that you might loose settings and data, but it’s not the case with our plugin, no settings now videos will be lost. Or you can just replace the plugin files via FTP.
Once done you can check your browser console when you load https://ailevecocuk.net/cocuklariniza-bu-soruyu-her-gun-mutlaka-sorun/ and you should see some time values, like:
FV Player: Time to load: 6510.8000000000175
FV Player: Previously I would load at: 6613.600000000588
FV Player: Loading at: 7272.499999999127Then please disable Cloudflare Rocket loader and test again to see how did these times change.
Thanks,
Martin7 years ago in reply to: Fv Player loads slowlyHello Çapan,
couple more notes – the reason why FV Player loads its scripts in footer is that it’s the best practice (both for HTML structure and site speed), along with setting the scripts to load deferred.
We also only load the parts which are needed. So if your page doesn’t contain and HLS video, we won’t load the HLS.js library, if no popups are used we won’t load their configuration and so on.
So we could set FV Player to load in header, but that way we would have to load HLS.js and all the popups all the time. That way FV Player would init faster on your website, but at the same time loading our scripts in header would slow down the initial page render time.
The solution to that is to use deferred loading. Which might even help with your ad codes which brings us back to where we started – ideally all the scripts should be placed in footer and deferred.
If your ad codes don’t work with deferred loading it’s time to replace them with something else.
I also see you are using Cloudflare’s Rocket loader which might be actually making the situation worse. I would say it’s worth checking how fast FV Player is loaded when that is disabled.
I also see we wait for the document to finish loading before initializing FV Player. Perhaps we can improve that to load players as soon as possible and then check if there are any new players when the document has finished loading.
Thanks,
Martin7 years ago in reply to: New Player – AB Loop and Play Bar CSSHello Kenneth,
please let us know what issue you are having. Is it the AB loop not working? Or are you referring to the issue with the control bar moving a bit to left and right as the time advances?
Or are you asking us about the new improved AB loop bar?
Thanks,
Martin7 years ago in reply to: Fv Player loads slowlyHello Çapan,
are you noticing the same issue when you disable all the ad codes? Perhaps some ad code is loading it a way which prevents the footer JavaScript from executing.
Thanks,
Martin7 years ago in reply to: Mute buttonHello hentaipulse,
we got one more report like this. We figure out it’s hard to really drag the volume bar down to zero.
Fix for this in part of FV Player 7.2.5.727 which has been released now. It was a bug in core Flowplayer, so we submitted the bugfix to them as well.
Thanks,
Martin7 years ago in reply to: FV Player settings page causes js SyntaxErrorHello Leho,
to keep it simple we just set it to open that preview window at fixed dimensions. Fix will be introduced in the next version – 7.2.5.727.
Thanks,
Martin7 years ago in reply to: Turn off Audio on ver 7.2.4.727Hello David,
the fix for this will be part of FV Player 7.2.5.727 which should be out today. It was a bug in core Flowplayer, so we submitted the bugfix to them as well.
Thanks,
Martin7 years ago in reply to: New lightbox doesn’t work on my websiteHello David,
do you mean that you are using the “Load FV Flowplayer JS everywhere” settings and want to exclude fancyBox from it?
Are you sure you had to remove both JS and CSS? Isn’t it just the CSS file?
Thanks,
MartinHello Medal,
we just tested the YouTube videos on https://foliovision.com/player/video-hosting/youtube-with-fv-player using iPhone 8+ with iOS 12 and it worked fine for us.
However I can see the issue on http://stg.molo.vn/videos/18/62/taset-ting-title Please try to disable FV Player VAST and see if that fixes the issue.
Since your site is not using WordPress, this can be a bit trickier to troubleshoot.
Thanks,
Martin7 years ago in reply to: FV Player settings page causes js SyntaxErrorHello Leho,
thank you for the bug report, I see that you are probably using 100% for the player width and leave the height empty. That must be causing the issue. We will improve the sanitation of these inputs.
Thanks,
Martin7 years ago in reply to: VAST files and VIMEO files start togetherHello Medal,
I was not able to reproduce the issue on iPad with iOS 12 nor iPhone iOS 11.2.
Are you using FV Player Pro Release or Beta version? Here’s how to check: https://foliovision.com/player/basic-setup/switching-fv-player-pro-to-beta We did some changed regarding YouTube on iOS in FV Player Pro 7.2.2.727.beta.
Thanks,
Martin7 years ago in reply to: Turn off Audio on ver 7.2.4.727Hello David,
you are right about the fast dragging of the volume control. Its works much better on Vimeo or on YouTube. We have to fix that.
Thanks,
Martin7 years ago in reply to: Change Fullscreen Button PositionHello Evélina,
next release of FV Player will come with a “Controlbar Fullscreen” setting for the custom skin which will move it to the control bar. It will also be also set that way in the Youtuby skin preset.
Thanks,
Martin7 years ago in reply to: Turn off Audio on ver 7.2.4.727Hello David,
here are some of my observations:
The volume bar consists of 7 little rectangles. You can click each one and it will give you that volume. So obviously there is no way to click “no” little rectangle, so you really can’t completely mute the video. You can only do so by clicking the volume bar and dragging it to the left outside of its boundaries carefully.
It’s a core Flowplayer issue actually: https://demos.flowplayer.com/basics/minimal.html
I wonder how can we fix this without having to put up a mute button. Seems like both YouTube and Vimeo allow you to click to the left of the volume bar and that mutes the video for real. On YouTube you have a mute button as well.
Thanks,
Martin7 years ago in reply to: New lightbox doesn’t work on my websiteHello David,
I tried to reproduce the bug, so I installed some plugins. First it was “ARI Fancy Lightbox”. Once it was activated I was getting “fancyBox already initialized” on console, but the lightbox still worked. The styling was a bit off though. That plugin uses fancyBox 3.2.10 while FV Player has 3.4.1, so that could be the reason for the styling mismatch.
Next I tried to use “Easy FancyBox” alongside FV Player. Not only I saw that message again, but also clicking FV Player didn’t open the lightbox at all. So that’s a problem. It was using fancyBox 1.3.23 which is really outdated – I can see 1.3 versions were released in 2010.
Next, “FancyBox for WordPress” is using fancyBox 1.3.8.
What is the fancyBox script version in your theme? Perhaps FV Player needs to detect other plugins loading fancyBox and prevent it. The last two plugins which I mentioned also seem to load fancyBox in a non-standard way, not using WordPress API which is a problem too.
Thanks,
Martin7 years ago in reply to: Problems playing videos in EdgeHello Stuart,
please submit a Video Checker report for such video to us, perhaps we need to improve Moov detection for long files. Although I used it with 2 hour videos before and noticed no problems.
Thanks,
Martin7 years ago in reply to: Vimeo AlbumsHello Nicola,
currently you can only post either single Vimeo videos or Vimeo channels: https://foliovision.com/player/video-hosting/how-to-use-vimeo#adding-video-channel
Please let us know if that solves your issue – can you use a channel instead of a album?
Thanks,
Martin7 years ago in reply to: New lightbox doesn’t work on my websiteHello David,
do you use any other plugin which works with fancyBox?
Do you see any error on the browse console? First open the console according to the instructions here: https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors#Step_3:_Diagnosis Then open your page where you can see the issue, try to open lightbox and see if you get any error.
Thanks,
Martin7 years ago in reply to: New lightbox doesn’t work on my websiteHello David,
to update FV Player please click the upgrade link with right mouse button and select the option to open the link in new browser tab. There was a nasty bug like that in last version 6 release of FV Player. So we put in a written message suggesting the above as well. You should be seeing it too.
If that won’t fix the issue, please provide a link to the page where we can see the failure.
Thanks,
Martin7 years ago in reply to: Google Analytics Script Inclusion – GDPRHello Allyn,
I guess you are using some dialog where you ask the user to agree to the policy. If so, then perhaps it lets you execute JavaScript once the user has agreed. So you can set a JavaScript global flowplayer.conf.analytics variable to your Google Analytics ID that way. But you still have to remember he agreed and set that variable on all further pageloads.
The Google Analytics ID in FV Player would have to remain empty and the above would be the only way to set it.
The downside if that user would have to reload the page for this to take effect. You would also have to set that variable before FV Player loads.
Thanks,
MartinHello Matt,
since the new lightbox library which FV Player users (fancyBox) has a fullscreen mode we decided to use that if FV Player is in lightbox. That way you can circle through multiple videos or images without having to leave the fullscreen mode of video.
As you are a Pro user I checked a bit deeper into the issue. Could you please reinstall FV Player from this link? https://github.com/foliovision/fv-wordpress-flowplayer/archive/master.zip To do that you will have to first deactivate and delete the current FV Player plugin you are using. WordPress will warn you that you might loose settings and data, but it’s not the case with our plugin, no settings now videos will be lost. Or you can just replace the plugin files via FTP.
That should help with your issue.
Thanks,
Martin7 years ago in reply to: Google Analytics Script Inclusion – GDPRHello Allyn,
could you please check if just setting anonymizeIp to true would not be enough already?
Thanks,
MartinHello Matt,
how do you hide the player controls? Use controlbar=”no” in the shortcode and you will get a crossed out speaker icon in the bottom right corner of the video which is a good indication of the video being muted.
Thanks,
MartinHello Matt,
the behavior which you are describing is correct. Chrome doesn’t permit autoplay videos to play sound. User has to unmute the video manually to hear the sound.
Once user interacts with the video like that Chrome increases the Media Engagement Index (MEI) for the website and will allow audible autoplay for that particular website in the future.
You can find out more about MEI here: https://foliovision.com/2018/05/video-autoplay-issues
Thanks,
MartinHello Medal,
that configuration array needs to be loaded before the script is requested. Just move it above the line which loads fv-flowplayer.min.js.
Thanks,
MartinHello Dwayne,
the JW Player conversion process converts single videos and playlists. It works with the video file URLs.
I see that Syndicaster is something that JW Player supports, but unfortunately FV Player doesn’t work with it.
If it’s a service which you need we could add support for it into FV Player, however since it appears to be dead (no news since April 2015 here: https://www.syndicaster.tv/nab-releases/) it would have to be a custom programming job.
FV Player Pro works with a lot of different CDNs. If you are looking for video encoding and hosting in an attractive package we recommend using Vimeo Pro.
Thanks,
MartinHello Martin,
are you using CloudFlare or other CDN? Please make sure you purge the cache.
Are you using anything else to that page HTML? Time to purge that as well.
Last thing, are you stripping the query string version numbers? If so, then that might be the reason why some of your users are getting old JavaScript and CSS files and thus getting broken player. Please read more about the issue here: https://foliovision.com/2017/06/wordpress-cdn-best-practices
Thanks,
MartinHello Medal,
I guess you are asking about the license key – you have to provide the fv_flowplayer_conf JS array which you can check on your WordPress website – similar to what you do with fv_vast_conf.
Same for the YouTube issue – make sure you provide the fv_player_pro configuration JS array from the website which has the YouTube working properly.
Thanks,
Martin7 years ago in reply to: Missing video stops playlist playbackHello davsinge,
I put making sure failing video won’t stop the whole playlist playback on my todo list. But currently there are other priorities, such as the database storage for FV Player or automated splash screens.
What you can do in your code is to just skip the items without source defined. I believe you are generating your FV Player playlist shortcode in PHP, so it’s really easy to skip these empty videos.
Thanks,
Martin7 years ago in reply to: Volume Control not working Chrome, Win 7Hello Dan,
I was not able to reproduce the issue on Windows 7 with Chrome 68.0.3440.106. I used the link which you provided.
Thanks,
Martin7 years ago in reply to: Volume Control not working Chrome, Win 7Hello Dan,
are you having the same issue on the homepage video on https://foliovision.com/ Please let us know.
Thanks,
Martin