Forum Replies Created
-
-
4 years ago in reply to: Smart Tv Browser
Hello Usman,
if you are trying to use the web browser in your smart TV directly, please open this page: https://whatsmyua.info/
Then let us know what user agent string you get.
Please let us know what smart TV model you are using with what browser too.
Thanks,
MartinHello Yoshida,
please let us know what it was as rewinding back in time in live YouTube streams is currently not supported by FV Player Pro.
Thanks,
MartinHello Yoshida,
FV Player Pro 7.4.44.727 is out and it fixes the issue.
The problem was occurring with long YouTube live streams. Some of them report duration of even hundreds of days and the internal Flowplayer processing of cue points was running into some issues with that as it just took too long to process.
Thanks,
MartinHello Luke,
it’s true that there were no changes. 4K Video Downloader just remembered what video can be downloaded from your test page before you put up FV Player Vimeo Security and then kept offering that same video over and over again. We did waste some time trying to figure it out.
But of course it was not a waste of time, it’s always important to start up-to-date with what are the latest video downloading tools.
Thanks,
MartinHello Dax,
I hope they will be able to fix it as it doesn’t change anything structurally. It’s just about rewriting some of their JavaScript event hooks to the form which jQuery recommends.
Thanks,
MartinHello Recai,
we will add the settings checkboxes to choose the individual pieces of information to show for DRM text.
Thanks,
Martin4 years ago in reply to: Issue setting up Coconut+DigitalOceanHello Dimitrii,
that console log is not related to the issue.
Do you get that “This field is required” message right away after clicking the “Proceed” button or is there some delay?
I was just able to finish the wizard on WordPress 5.7. It seems to me it must be added by some other plugin. Please send over a list of your plugin, you can get it on Settings -> FV Player -> Tools -> System Info.
The way I would debug this issue is by setting a JavaScript breakpoint on the DOM subtree modification for the node where that “This field is required” message appears.
Thanks,
MartinHello Luke,
I tested with the video on (URL redacted) and the secret referrer is set properly.
Is 4K Video Downloader still able to download that video which is no longer on that page at all? You could try to replace the source video on Vimeo and then see if it will download that. I think it might be caching a lot of information and that’s what’s giving us the impression that it still works.
Thanks,
Martin- This reply was modified 3 years, 4 months ago by Mária Stašová. Reason: URL redacted - user request
4 years ago in reply to: Screenshot splash screenHello Pádriag,
thank you for the bug report. FV Player 7.4.44.727 which will be out today will fix the issue.
Thanks,
Martin4 years ago in reply to: Issue setting up Coconut+DigitalOceanHello Dimitrii,
please let us know if you are using any browser extensions or a plugin. I guess in case rare cases even a password manager could interfere with the fields.
Please try in a different browser on in incognito mode.
Thanks,
Martin4 years ago in reply to: Batch video and splash image url replacementHello Bruno,
since that object storage on Wasabi is S3-compatible it really should have a way of setting the mime type properly for the videos. We have an article on that topic here: https://foliovision.com/player/video-hosting/secure-amazon-s3-guide/fix-amazon-mime-type
But as the notice says it’s only relevant in IE9 and 10. So perhaps we should no longer treat that as an error. I set it that way now, it will only show an orange warning.
Thanks,
MartinHello Yoshida,
it took me a couple of days to get the iPad from our office which is still locked due to Covid pandemic. But now I have it and can work on the fix.
Thanks,
MartinHello Yoshida,
do you mean that when you watch the a live YouTube video with FV Player Pro it doesn’t let you seek back in time? FV Player does support live streams with DVR window so we need to check if YouTube Player API will allow it too.
Thanks,
MartinHello Recai,
currently we do not offer these settings, but you can get there if you know a bit of PHP. Please look for fv_player_pro_drm_text in our
Programmer’s Guide: https://foliovision.com/player/advanced/api-programmingThere is a code sample which you should find helpful. You can use it in your functions.php, but let us know if you have no experience with PHP.
Thanks,
MartinHello Luke,
on that new page you used (URL redacted) as the video source which doesn’t work.
Thank you for the login, I put in the correct video now and the 4K Video Downloader now offers that original video for your new test page. Which doesn’t make sense obviously. I think it just caches the last detected video for your website to give you at last something.
Please try to set that alternative referred for that original video it’s still trying to download and see if it will be able to download afterwards.
Thanks,
Martin- This reply was modified 3 years, 4 months ago by Mária Stašová. Reason: URL redacted - user request
Hello Jörn,
it appears the WP Ajax calls on your website are often slow. I loaded up your test page and these were taking 5 seconds each. Then after about a minute they started to respond in about 300 ms which is pretty fast.
Now the issue appeared again. It’s 21:49 UTC and the /wp-admin/admin-ajax.php request took 25 seconds to respond. Please check your PHP slow log to see what’s slowing it down. Your server support might be able to check it for you or at least tell you if your server is overloaded (are you on a shared server perhaps?).
You can also try to install the Log HTTP Requests plugin to see if any slow external HTTP calls are running at the same time as you notice the issue to occur.
To ensure the issue doesn’t occur (at an expense of reduced video security) you can put this PHP code into your theme functions.php file for now:
add_filter( 'fv_player_pro_secure_hls_key_send', '__return_true' );
I wonder how to avoid these issues. If we only increase the timeout it would lower the video protection.
Thanks,
MartinHello Yoshida,
if your page takes too long to load this error message appears if you are logged in as admin. It serves the purpose of identifying issues with JavaScript on the website. If the script is broken, it stays there to let you know about the issue.
Thank you for the video, but looking at it I’m not certain how long does it take to appear. If it appears too quickly, then something might be overriding the CSS.
We built this feature quite a long time ago, I wonder if there is no better way of doing this in 2021 – like catch JavaScript errors with some inline script in HTML head section.
Thanks,
MartinHello Luke,
could you please put a different video on that page and verify that it plays in a browser where you are not logged in? Then see if that application will be able to download it.
I tried to copy your page HTML and host it on a test domain and even though I replaced the Vimeo URL with something else it would still download what you have on live website – even though I put in a totally different link. And the Vimeo URL really should be inaccessible due to the custom referrer anyway.
You can share your admin login with support@foliovision.com.
Thanks,
MartinHello Luke,
when I try to use the application with our website I just get the message: “This site is unsupported.” Is it possible that your website is on a list of supported websites by the application?
I checked the web server access logs and I do not see anything that would identify the application, like an user agent string. It juse uses a generic Google Chrome user agent:
Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36
Could you please try to use it with a URL like (URL redacted) and then check your web server access logs to see if it’s accessing your website in any special way? Does it use that same Google Chrome user agent string?
The above does require some server admin skills, if you are not sure about it, would it be possible to get WordPress admin login for your website to let us have a look?
Or I can try one more trick which should improve the video protection further.
Thanks,
Martin- This reply was modified 3 years, 4 months ago by Mária Stašová. Reason: URL redacted - user request
Hello Luke,
that’s the same 4K Video Downloader which I used.
What do you enter into that downloader to let it download the video?
Please check what happens when you open one of your videos using link like https://vimeo.com/524438701 in a browser incognito window. If you set the alternative referrer properly it should not open – hence 4K Video Downloader would not be able to open it either and it would be impossible to guess the proper referrer.
I also didn’t post a link for the FV Player Vimeo Security guide the last time so here it is: https://foliovision.com/player/securing-your-video/secure-videos-security
Thanks,
MartinHello Luke,
thank you for the report!
Please let us know which 4K Video Downloader do you mean. There is no such extension on Chrome store. I only found a desktop application which I installed along with some good antivirus and I was not able to download a video that way. It only had a field to “Paste Link” which wouldn’t work with the website I was testing on.
If that’s the plugin, then please let us know what you are pasting in and if you put set the custom referer as recommended in FV Player Vimeo Security guide.
Thanks,
MartinHello talbotp,
please let us know if this is still an issue or if BuddyBoss developers managed to improve this.
Thanks,
MartinHello Craig,
please reinstall FV Player from https://github.com/foliovision/fv-wordpress-flowplayer/archive/master.zip and get a fresh FV Player Pro ZIP file from https://foliovision.com/my-licenses and the subtitles in Chromecast should be working for you.
You can also test here: https://foliovision.com/ (Vimeo video with multiple subtitle tracks)
Thanks,
MartinHello Yoshida,
I can see you are still using FV Player Pro in Beta.
When using iPad with Chrome I can see the problem with missing controlbar for YouTube videos. However the Vimeo video plays without issues.
Thanks,
Martin4 years ago in reply to: extended privacy mode for youtubeHello Katrin,
I’m not sure what you mean, https://foodeataly.de/bobbio/ still plays for me without issues. But it seems to have a youtube.com link still.
However I think I get it now – you would like to post your YouTube video with https://www.youtube-nocookie.com/embed/… kind of links just in case. So it’s worth making these work with FV Player.
I fixed that now, so please reinstall FV Player Pro again.
Perhaps we should be using the enhanced privacy mode only for YouTube videos inserted with youtube-nocookie.com domain, but to me it seems like a good default for all.
Thanks,
Martin4 years ago in reply to: Batch video and splash image url replacementHello Bruno,
I like the checkbox idea, however how does it help if the wizard knows which files were migrated? If you would only choose to replace the URL of 50 out of 100 videos, then you could run the second time and select any of the remaining 50 videos on the old host. Even if it doesn’t remember anything about the past URL replacing.
Thanks,
Martin4 years ago in reply to: extended privacy mode for youtubeHello Katrin,
the video on https://foodeataly.de/bobbio/ plays for me without issues. I can see it uses a youtube.com URL for the video link.
Please let me know where I can see the issue.
Thanks,
Martin4 years ago in reply to: Batch video and splash image url replacementHello Bruno,
how did you re-organize your videos to fit the tool? Do you mean you moved some of them into a sub-folder to ensure the tool will only affect some of your videos?
Please let us know, I would like to add this feature into the next FV Player release.
Thanks,
Martin4 years ago in reply to: extended privacy mode for youtubeHello Katrin,
please use a simple YouTube URL like https://www.youtube.com/watch?v=… with FV Player. If you use youtube-nocookie.com there it won’t work. The youtube-nocookie.com domain will be used for the video playback automatically with that new FV Player Pro version in Beta release which I sent the instructions for.
Thanks,
Martin4 years ago in reply to: Statistics do not appear in Google Analytics.Hello mktdigital,
in cast the Google gtag.js is pretty easy, so the support for that was added as well, it will be available in the next release, or you can reinstall from https://github.com/foliovision/fv-wordpress-flowplayer/archive/master.zip
Thanks,
Martin4 years ago in reply to: Statistics do not appear in Google Analytics.Hello mktdigital,
for now I at least fixed it to not fail is ga.js is already loaded. So we support ga.js and analytics.js now.
Thanks,
MartinHello Yoshida,
I see the issue with YouTube. It will be though to fix as Chrome on iOS has no developer tools. I will let you know when I have a new version to test.
However you should have no issue with the Vimeo video.
Thanks,
Martin4 years ago in reply to: extended privacy mode for youtubeHello Katrin,
I tried the video on https://foodeataly.de/bobbio/ in the lightbox and it worked just fine. I was testing with latest Chrome and Firefox on Windows on with Safari on macOS Big Sur.
I do not see how you could get “html5: Unsupported video format. Install Adobe Flash”. It could only appear if the FV Player Pro script was missing completely. Please try to play the video again.
Thanks,
MartinHello Yoshida,
it should appear similar to the button in step 6. and 7. as in this guide: https://foliovision.com/player/basic-setup/installation/pro-extension
Thanks,
MartinHello Yoshida,
it should appear similar to the button in step 6. and 7. as in this guide: https://foliovision.com/player/basic-setup/installation/pro-extension
Thanks,
Martin4 years ago in reply to: extended privacy mode for youtubeHello Katrin,
I wonder what could go wrong in your case as it all works fine for us on our websites. Please send us a link to your page where we can see the issue. Your website seems to be password protected.
Thanks,
MartinHello Nikolaos,
perhaps using the YouTube without cookies will fix the issue where a video wouldn’t play from the beginning then you are logged in into your Google account.
Please reinstall FV Player Pro by deactivating and deleting the FV Player Pro plugin you are using, then hit “Install Pro extension” at the top of the wp-admin -> Settings -> FV Player screen and the YouTube embeds will use youtube-nocookie.com domain.
However you will have to switch to Beta: https://foliovision.com/player/basic-setup/switching-fv-player-pro-to-beta
Please let us know if it helped, if you have some time to play with it.
Thanks,
MartinHello Yoshida,
perhaps using the YouTube without cookies will fix the issue. Please reinstall FV Player Pro by deactivating and deleting the FV Player Pro plugin you are using, then hit “Install Pro extension” at the top of the wp-admin -> Settings -> FV Player screen and the YouTube embeds will use youtube-nocookie.com domain.
However you will have to switch to Beta: https://foliovision.com/player/basic-setup/switching-fv-player-pro-to-beta
Please let us know if it helped.
Thanks,
Martin4 years ago in reply to: extended privacy mode for youtubeHello Katrin,
I think I figured it out, please deactivate and delete the FV Player Pro plugin you are using, then hit “Install Pro extension” at the top of the wp-admin -> Settings -> FV Player screen and the YouTube embeds will use youtube-nocookie.com domain.
However you will have to switch to Beta: https://foliovision.com/player/basic-setup/switching-fv-player-pro-to-beta
Thanks,
MartinHello Gabor,
please deactivate and delete the FV Player Pro plugin you are using, then hit “Install Pro extension” at the top of the wp-admin -> Settings -> FV Player screen and the issue will be fixed.
Please let us know.
Thanks,
MartinHello Craig,
yes, it’s time to finally fix this. We are looking into it now.
There are some limitations though:
1) The subtitles have to be served with CORS headers
2) The subtitles have to be on https://Thanks,
Martin4 years ago in reply to: Coconut Encoding without DigitalOceanHello Ingo,
I see that using FTP or SFTP as a target would be useful, perhaps we will add that one day.
However I wouldn’t recommend you using no CDN at all – it makes sense to use it even with your own server. Unless your website audience is all in the same small country as the server.
Thanks,
MartinHello Yoshida,
I tried to log in to Google on iPad in Chrome and then play your video – it worked.
Please check how does the video appear for you when logged in to Google on iPad in Chrome when you open it on YouTube directly. Does it load with a last view position marker on the timeline, or does it play from beginning?
Thanks,
MartinHello Yoshida,
could you please also test on some desktop computer where you also log into your Google account? I wonder if some data in your Google profile could be preventing that YouTube video from playing.
Please also post the link to you test page if it’s publicly accessible.
Thanks
MartinHello Michell,
looking at SG Optimizer plugin page on WordPress.org I can see it has a lot of settings.
I checked all the settings and none of them look like they should have anything in comon with FV Player. But it still seems to me the best next step would be to disable all the individual settings in SG Optimizer and see if that helps. Then enable them one by one to what you used before and see which one triggers the issue.
Please let us know.
Thanks,
MartinHello phabeon8,
I see, it would not load without FV Player Pro, unless there is a MPEG-DASH video on the page, even if the FV Player JS is set to load everywhere. I prepared a fix for the issue for the next release, please reinstall from https://github.com/foliovision/fv-wordpress-flowplayer/archive/master.zip to get it right now.
Then you will be able to just call this to have a MPEG-DASH video load on your page (into #content element):
jQuery('#content').flowplayer({ playlist: [ { "sources": [ { src: "https://download.tsi.telecom-paristech.fr/gpac/DASH_CONFORMANCE/TelecomParisTech/mp4-live/mp4-live-mpd-V-NBS.mpd", type: "application/dash+xml" } ] } ] })
But you code will work too and it’s a better option if you want all the FV Player settings to apply. What I provided above is faster though.
Thanks,
MartinHello Michell,
so there is no FV Player JavaScript loaded on that page which could cause the issue.
I tested on a website with the Avada theme. I could see that “Avada Menu Options” button like you do, but I had no issue with inserting of new menu items. The site was running WordPress 5.7 with just these plugins active:
Avada Builder 3.2.1
Avada Core 5.2.1
FV Player 7.4.42.727
FV Player Pro 7.4.43.727.betaAnd the Avada theme was version 7.2.1.
Thanks,
MartinHello Michell,
does the issue occur on the wp-admin -> Appearance -> Menus screen?
That screen shouldn’t be loading any scripts from FV Player. Could you please check the source code of that page and look for “fv-wordpress-flowplayer”? There should only be one occurrence and no script tags matching.
I tried testing this with Avada Builder 3.1.1 and it worked fine. But I’m not sure if that’s the right thing, as the wp-admin -> Appearance -> Menus was not different from what you normally get without Avada Builder and I see you have that blue “Avada Menu Options” button there.
Thanks,
Martin4 years ago in reply to: CSS to change play-button/icon4 years ago in reply to: Batch video and splash image url replacementHello Bruno,
please download a fresh copy of https://github.com/foliovision/fv-wordpress-flowplayer/archive/3535016984-migration-wizard.zip and it will work. There was a plugin conflict with FV Player Coconut.
Thanks,
Martin4 years ago in reply to: Setup ErrorsHello Caitlin,
is your web server using any web application firewall or mod_security? If you are not sure then please ask your server support technicians about it.
Thanks,
Martin4 years ago in reply to: Batch video and splash image url replacementHello Bruno,
sorry about that, I see where I made a mistake. I’m working on a fix.
Thanks,
MartinHello Kostas,
FV Player VAST 7.4.42.727 is out and it allows VAST autoplay (muted) on mobile – iOS 14 or above and Chrome 83 or above. We haven’t tested it on older devices yet.
Thanks,
Martin4 years ago in reply to: Batch video and splash image url replacementHello Bruno,
when reinstalling the plugin please 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 will avoid the error.
Thanks,
Martin4 years ago in reply to: Batch video and splash image url replacementHello Bruno,
that is the FV Player VAST plugin, which is different from FV Player. So the FV Player upgrade won’t cause any change there.
I see that the filter for the global configuration parameters of FV Player VAST could be useful, so I added a new “fv_vast_conf” filter for the upcomming release. You can get it right now if you reinstall the FV Player VAST plugin. Then you would only have to rename that fv_flowplayer_vast_args_pre filter hook name in your custom plugin.
Thanks,
Martin4 years ago in reply to: Batch video and splash image url replacementHello Bruno,
please reinstall FV Player from this ZIP file: https://github.com/foliovision/fv-wordpress-flowplayer/archive/3535016984-migration-wizard.zip
Then you will be able to click the button at wp-admin -> Settings -> FV Player Pro -> Tools -> Migration Wizard, at the top of the screen.
Once you run that you will be prompted for the part of URL to replace (https://bunnycdn-domain.com/bucket/) and the URL to replace with (https://digitalocean-spaces-domain.com/bucket/). It will provide a visual way of checking if the URLs are all right.
If this works fine for you we will make this tool part of the next release.
Thanks,
MartinHello Fernando,
Chiara made a mistake in her reply, it was all about FV Player Pro and not FV Player.
Obviously if you delete the current FV Player plugin you are using, there will be no wp-admin -> Settings -> FV Player screen where you could press the Apply Pro upgrade button.
Every WordPress website caches the plugin update information, so you should really be seeing the FV Player Pro upgrade available by now.
Thanks,
Martin4 years ago in reply to: Batch video and splash image url replacementHello Bruno,
I was hoping to incorporate some preview functionality in the wizard, but we made some bad design decisions (sometimes you do not know until you try) and now it’s taking longer than expected.
Thanks,
Martin4 years ago in reply to: CSS to change play-button/iconHello Amanda,
I’m not sure what do you mean. Is the icon there when you load the page? Then you click it and the lightbox opens it plays the video rightaway, so the icon won’t really appear. When you pause the video it no longer appears as the play icon is in the control bar too. That one is the default play icon though.
Thanks,
Martin4 years ago in reply to: fv player 7.4.40.727 changes video sizeHello Edward,
we were forced to change the approach here a bit. FV Player and FV Player Pro are both updated to version 7.4.42.727 and they will fix the issue.
Thanks,
Martin4 years ago in reply to: Scrollbar in video box after latest updateHello Johnny,
sorry about that, FV Player 7.4.42.727 has been released and it fixes the issue.
The issue occurred as we worked hard on avoiding the Firefox Picture-in-Picture feature.
Thanks
Martin4 years ago in reply to: Changing the language of language displayHello Kris,
this improvement will be part of FV Player 7.4.42.727 released later today.
Thanks,
Martin4 years ago in reply to: FV player / PHP8 Bug / Query MonitorHello Kendell,
sorry about that, FV Player 7.4.42.727 will be released later today and it will fix the issue.
The issue occurred as we worked hard on avoiding the Firefox Picture-in-Picture feature.
Thanks
Martin4 years ago in reply to: CSS to change play-button/iconHello Amanda,
I see, you need the play button on the lightbox-ed player. Our CSS didn’t count on that, so I added the “.lightbox-starter.flowplayer .fp-ui” part to it, so please take the updated version from here and it will work for you: https://foliovision.com/player/advanced/css-tips-and-fixes#play-icon
There will also be a FV Player version 7.4.42.727 out today. It will include that new custom CSS field so please upgrade to that when you get a chance.
Thanks,
Martin4 years ago in reply to: CSS to change play-button/iconHello Amanda,
please put the CSS code back in and let me have a look. If you do it in next 2 hours I will be able to check right away.
Perhaps there is a mistake which you are doing and we can avoid it by improving our guide or our system is not playing with the way your website optimizes the CSS code.
Thanks,
Martin4 years ago in reply to: CSS to change play-button/iconHello Amanda,
we have worked on adding the custom CSS field into FV Player settings. Could you please reinstall FV Player from this link: https://github.com/foliovision/fv-wordpress-flowplayer/archive/687-custom-css-field.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 you will find a nice field for you CSS with syntax checking built in at wp-admin -> Settings -> FV Player Pro -> Skin -> Custom CSS. That way your CSS will always load after code FV Player CSS making any customizations easier.
I also adjusted the custom CSS snippet at https://foliovision.com/player/advanced/css-tips-and-fixes#play-icon a bit.
Thanks,
MartinHello Ferdinand,
I tried to open that mp4 file link directly in the iPhone Safari browser and it plays there.
However it doesn’t play when embedded to a webpage and it doesn’t matter if you use FV Player or a bare HTML5 video tag like here: http://foliovision.com/html/dropbox.html
So I’m guessing Dropbox has stopped direct file access if it detects the request is coming from a website and the file is not being opened directly.
Thanks,
MartinHello Michell,
we did add some code to FV Player to make sure our editor button shows when editing pages with Avada. I do not think it’s related to the issue, but it would be great if you could try to use FV Player version 7.4.37.727 from here to see if you will still get that issue: https://downloads.wordpress.org/plugin/fv-wordpress-flowplayer.7.4.37.727.zip
Other thing to try would be to see if you get any errors on browser JavaScript console when you try to add a new menu item. Here’s how to enable that console in your browser: https://kb.mailster.co/how-can-i-open-the-browsers-console/ Once you open that console, reload your page and try to add a menu item again. Do any errors appear on that console?
Thanks,
Martin4 years ago in reply to: fv player 7.4.40.727 changes video sizeHello Edward,
I think I created a fix for this issue – If you have a moment, 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 the issue should be fixed.
Thanks,
Martin4 years ago in reply to: FV player / PHP8 Bug / Query MonitorHello Douglas,
thank you very much for letting us know about the issue. It seems this slipped our attention.
I put in the fix, it will be part of the next FV Player Pro release.
If you want to get it right now you can deactivate and delete the FV Player Pro plugin and then let wp-admin -> Settings -> FV Player reinstall the Pro pack for you. Or you can grab a fresh ZIP file of FV Player Pro from https://foliovision.com/my-licenses and reinstall from that.
Thanks,
Martin4 years ago in reply to: fv player 7.4.40.727 changes video sizeHello Edward,
with the automatic resizing it’s not so simple as the YouTube API doesn’t expose the video aspect ratio nor dimensions. So it seems like we would have to start recording each video dimensions.
For now the safest route is to disable DRM text for these videos or set the proper video dimensions.
If you want to try the automatic resizing, then you can take the fv_flowplayer_conf code snippet from https://foliovision.com/player/advanced/api-programming
Thanks,
Martin4 years ago in reply to: fv player 7.4.40.727 changes video sizeHello Edward,
the DRM text is actually enabled for that video, perhaps you are enabling it globally.
That’s why the issue is appearing.
You can fix it by setting the player dimensions to match the video aspect ratio – the video is 640 x 273 pixels, but the player is set to 640 x 360 pixels.
I think in this case we could set the player to adapt to the video size automatically to make sure the video always appears properly.
Thanks!
Martin4 years ago in reply to: fv player 7.4.40.727 changes video sizeHello Edward,
are you using the DRM Text feature on that video?
Does the issue occur in Chrome?
Are you using any standard theme which I can download or can you send the theme in ZIP file?
Thanks!
MartinHello phabeon8,
please check your page HTML code – you should see /wp-content/plugins/fv-wordpress-flowplayer/flowplayer/hls.min.js is loading and you should see /wp-content/plugins/fv-wordpress-flowplayer/flowplayer/flowplayer.dashjs.min.js as well.
As a next step you can run this on the browser console:
flowplayer.engines.forEach( function(v) { console.log( v.engineName ) });
It should give you a list like this:
dash hlsjs-lite html5 flash
If it won’t the the MPEG-DASH engine is somehow not properly loaded and it could explain your issue.
Also, are you sure you need Ajax here? Based on the code which you posted you should be able to initialize the player with just the use of JavaScript like here: https://foliovision.com/player/advanced/api-programming#js-usage -> 1. Player initialization via JavaScript.
Thanks,
Martin4 years ago in reply to: fv player 7.4.40.727 changes video sizeHello Edward,
I’m not aware of any modification which could be causing that. Do you run into the same issue with FV Player Pro 7.4.40.727 (Release and Beta)?
Could you please post a link to the page where we can see the issue?
Thanks,
Martin4 years ago in reply to: Plugin not working due to script errorHello David,
that is the error you are getting?
Have you tried the troubleshooting steps here? https://foliovision.com/player/basic-setup/installation#fixing-broken-javascript
Thanks,
Martin4 years ago in reply to: Batch video and splash image url replacementHello Bruno,
it seems to me we could build this using the wizard technology from FV Player Coconut. That way we could guide you through the process and avoid mistakes.
The first wizard step would only contain a description of what is going to happen. The seconds step would let you enter the URL part to replace – like https://bunnycdn-domain.com/bucket/
Then the third step would list the matching players making it easy for you to check what is going to change. There you could enter the new URL – to replace with: https://digitalocean-spaces-domain.com/bucket/
In fourth step you could check that same list of affected players in preview mode – already using that new URL and allowing you to test that it all appears properly.
Fifth step would only be a warning for you to backup the database or create site snapshot.
Sixth step would let you confirm the replacement.
Thanks,
MartinHello Michael,
the Disable HTML5 Autoplay Chrome extension only has 1,017 users: https://chrome.google.com/webstore/detail/disable-html5-autoplay/efdhoaajjjgckpbkoglidkeendpkolai?hl=en-US The extension is also deprecated – the author is no longer maintaining it as Chrome does prevent unvanted autoplay already by muting the sound unless the user has a history of playing te videos on the website (MEI = Media Engagement Index).
The reason why it doesn’t block other players is that it includes specific code to allow plays with Youtube, Video.js and JW Player.
I at least added a notice which shows on top of the player for Disable HTML5 Autoplay users to disable it. It will be part of the next FV Player release.
Thanks,
Martin4 years ago in reply to: Batch video and splash image url replacementHello Bruno,
wp-admin -> FV Player lists the players stored in database, but the actual database is the data storage which feeds all the information into your WordPress website.
Using a database tool like phpMyAdmin you can run relatively simple commands like this to replace all the source video paths in one easy step:
UPDATE wp_fv_player_videos SET src = REPLACE( src, 'https://bunnycdn-domain.com/', 'https://digitalocean-spaces-domain.com/bucket/' );
It’s easy to run, but it’s also easy to make a mistake, so I wonder if we could provide an easy to use function like this directly in FV Player together with some instructions to backup your website database before running such global search and replace.
Perhaps it could let you enter the source and target URL and show the preview of the changes by trying to load a single video from that new location to let you check if it plays. It would take a couple of days to get it done but it could be a nice tool for all the users.
Thanks,
Martin4 years ago in reply to: Batch video and splash image url replacementHello Bruno,
do you use the [fvplayer src="..."] shortcodes most of the time, or do you post the videos with editor? In that case they are stored in database and you can see all of them in wp-admin -> FV Player.
In the first case you can run search and replace using a plugin like Search Regex on post content.
In case of database you can just run search and replace on the wp_fv_player_videos database table, on the src, src1, src2 and splash columns. When we designed the database structure we were trying to keep it simple to let experienced users manipulate data with ease – in contrary to the WordPress Custom Post Types where and non-standard fields are just postmeta.
Please let us know if this did help, or if you need any further help.
Thanks,
Martin4 years ago in reply to: Statistics do not appear in Google Analytics.Hello mktdigital,
we switched from using Google Analytics ga.js to analytics.js in FV Player 7.4.38.727 in January.
Does it work if you disable Google Analytics in JetPack? I see it’s using ga.js.
Your website uses some JavaScript minification (appears to be a WordPress.com thing,), but the tracking work if you disable that for a moment? You can check the realtime stats in Google Analytics when you play a video.
Thanks,
Martin4 years ago in reply to: Random Video Not Found ErrorsHello James,
what does our video checker say about your videos? Here’s how to use it: https://foliovision.com/player/basic-setup/how-to-use-video-checker
Are these videos hosted on shared hosting server? Did you had a chance to check the developer tools in your browser to see what it says about these HTTP requests?
Does it happen on mobile and desktop or is it a mobile only issue?
Thanks,
Martin4 years ago in reply to: fv_track_start broken in latest version?Hello Willie,
we have prepared a fix for this issue for the next FV Player release. You can also reinstall the plugin from https://github.com/foliovision/fv-wordpress-flowplayer/archive/master.zip to get the fix right away.
Thanks,
Martin4 years ago in reply to: fv_track_start broken in latest version?Hello Willie,
I see the issue. We upgraded the Google Analytics script and set that whole part to only execute if it’s configured. Before that it used to run and trigger these events and then in the last moment there was a check to see if Google Analytics tracking should be used as well.
So we will go back to that model as it make custom tracking like yours possible. It will be an easy fix. I’ll keep you updated.
Thanks,
MartinHello crosbymarketing,
the “Remove fancyBox” setting is designd to remove any other fancyBox library used on the website and keeping what’s in FV Player. We currently do not provide it the other way around as we have written some custom handling of fancyBox for FV Player in our script:
– function to get the lightbox title from image alt attribute, or the text in wrapping h5 element or figcaption
– special handling of lightbox thumbnails which represent videos
– show/hide caption bar or info bar only if there is enough space for it
– making the lightbox fullscreen button work with FV Player fullscreen
– stopping video playback on lightbox close properlyIt would be better if we could make our code work with any fancyBox library bundled in your theme or some other plugin. Please post the link to your website where we can see the issue and perhaps we can plan this out. This should work with any fancyBox version 3.
Please also share a link to your page where that bottom margin was not working.
Thanks,
MartinHello Kostas,
unfortunately autoplay of VAST ads is not supported on mobile. But perhaps it would works with latest iOS and Android and we should give it a try.
I did some quick tests and it could work if we let the ad play without sound enabled and user would have to tap it to un-mute. I will do some more testing today or tomorrow to really see if it could work and let you know.
Thanks,
Martin4 years ago in reply to: CSS to change play-button/iconHello Amanda,
the triangular play icon has some shadow behind it, so it can be see even on solid white background. But I see some people might miss it.
Thanks,
Martin4 years ago in reply to: Setup ErrorsHello Caitlin,
thank you for the screenshot, but we need that not for Settings -> General, but Settings -> FV Player.
Thanks,
Martin4 years ago in reply to: Setup ErrorsHello Caitlin,
let us know when you had the time to check the Network tab of the developer tools please. As explained you should see a request to options.php followed by a request to options-general.php. Your last screenshot was spot on, so you should be able to see where it fails now.
Next it would be great if you could test with other plugins disabled.
Thanks,
Martin4 years ago in reply to: CSS to change play-button/iconHello Amanda,
we will add that custom CSS field, then the tweaks like this will be much simpler. With a bit of luck it should be ready next week.
Thanks,
Martin4 years ago in reply to: Setup ErrorsHello Caitlin,
please ensure that you are able to save wp-admin -> Settings -> General without issues.
Next please check the Network tab of the developer tools again. When you save you should see a request to options.php followed by a request to options-general.php. Your last screenshot was spot on, so you should be able to see where it fails now.
Thanks,
Martin4 years ago in reply to: CSS to change play-button/iconHello Amanda,
it’s a matter of putting the CSS into the right place. It should load after FV Player CSS to ensure it get the priority. We cover that at the beginning of our guide for CSS modifications: https://foliovision.com/player/advanced/css-tips-and-fixes
As a proof of concept please try to use it with !important for each rule like this:
.is-splash.flowplayer .fp-player .fp-ui, .is-paused.flowplayer .fp-player .fp-ui { background: url (/wp-content/uploads/2021/02/video-play-button.png) center no-repeat !important; background-size: 50% !important; } .is-seeking.flowplayer .fp-ui { background: none !important; } .flowplayer .fp-ui > .fp-play { display: none !important; }
In fact we get asked about similar issues quite often. Perhaps FV Player should provide its own custom CSS field which would already work in a way that would prioritize it properly. That way everybody would know where it needs to be added.
Thanks,
MartinHello Justin,
if you have a moment, 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 the embed code for a video which normally shows in lightbox will work.
Could the iframe code work with your mobile app?
Would you like to show the share button even if the video is still loading? We only make these available when it plays.
Thanks,
MartinHello Justin,
if https://partycaribbean.com/live/fvp-1/ only shows a blank screen, then the issue shold be related to the template you are using.
Normally we ask our users to try switching to some default WordPress theme for a test and see if that helps. In some cases the theme preview is enough too.
But your case is different – I had a look and I can see that if you try to embed the player which is using lightbox, it won’t work. So we are going to improve this. I’m not sure if the fix will be ready this week as it might get tricky, but I will try to keep you updated about the progress.
Thanks,
Martin4 years ago in reply to: Setup ErrorsHello Caitlin,
I made some more adjustments to https://github.com/foliovision/fv-wordpress-flowplayer/archive/684-save-troubleshooting.zip so if you could grab a fresh ZIP file and test again, it would be great. Please let us know if you have a bit of time.
Thanks,
Martin4 years ago in reply to: Experienced this trying to add a videoHello Ezekiel,
so you got that as an error “An unexpected error has occurred. Please copy the player raw data below and submit a support ticket to Foliovision” when trying to save the video?
Does it happen again when you try to create new FV Player instance or was that just an one off? Some plugin error or plugin conflict might be breaking the saving routine.
Are you able to check the PHP error logs? Does it show anything realted to fv-wordpress-flowplayer or FV Player at the time when it failed? If you are not sure you can try to install this plugin: https://wordpress.org/plugins/error-log-monitor/ Then try to save another player and see what was added to the logs – if the save fails again.
Thanks,
Martin