Forum Replies Created
-
-
5 years ago in reply to: AdBlock breaks fullscreen button5 years ago in reply to: AdBlock breaks fullscreen button
Hello Bruno,
FV Player VAST 7.4.9.727 is out and it fixes the issue – now AdBlock doesn’t break anything.
Thanks,
Martin5 years ago in reply to: AdBlock breaks fullscreen buttonHello Bruno,
I don’t think any mainstream browser would come with AdBlock pre-installed. But I see that it affects the player negatively, so we will fix it.
The feature to disable the main video playback if AdBlock is enabled would be optional.
Thanks,
Martin5 years ago in reply to: Admin checker: CORS RequestHello Edward,
we don’t do anything to block any IP address.
So are you saying your browser was not able to connect at all? Could you please share your IP address with us?
Thanks,
Martin5 years ago in reply to: Admin checker: CORS RequestHello Edward,
please just open https://video-checker.foliovision.com/ and you should get:
{"error":"No default action."}
Thanks,
Martin5 years ago in reply to: Safari MacOS Ad Skip Not WorkingHello Philip,
FV Player Pro 7.4.12.727.beta is out and it fixes the issue.
Unless you are using any of the latest features it’s better to stick to the Release version. There is a “FV Player Pro: You are currently using the beta release which gives you the following beta improvements:” note in Settings -> FV Player Pro screen which gives you an idea about what the Beta is about, although I see it doesn’t mention these changes to video ad skip button, so I’ll fix that.
Thanks,
Martin5 years ago in reply to: Safari MacOS Ad Skip Not WorkingHello Philip,
it’s strange, but it appears the issue occurs if there are 2 digits. Please try to set the skip time to 9 seconds and leave the other one at 15.
Thanks,
Martin5 years ago in reply to: Safari MacOS Ad Skip Not WorkingHello Philip,
I see the issue appears if the “Default ad skip time” is set to the same time as “Enter the number of seconds after which an ad can be skipped if longer than seconds.”
You are setting both to 15, so for a really quick workaround you can set it to 14 and 15 and we will work on the fix in the meantime.
Thanks,
Martin5 years ago in reply to: Plugin doesn’t work.Hello Nuria,
what Screen Options are not cloned?
Our plugin clones the usermeta values stored under the following keys: https://github.com/foliovision/fv-clone-screen-options/blob/master/fv-screen-options.php#L32-L37
Notice how that tried to run it for all the registered post types: https://github.com/foliovision/fv-clone-screen-options/blob/master/fv-screen-options.php#L24
Perhaps you need it working for some custom entries which some plugin might be creating in a way we didn’t expect.
Thanks,
MartinHello Rosemary,
please check with the Events Calendar developers to see if they use the standard Screen Options or custom post types. Do they stick to what WordPress provides, or do they do something custom about it?
Our plugin clones the usermeta values stored under the following keys: https://github.com/foliovision/fv-clone-screen-options/blob/master/fv-screen-options.php#L32-L37
Notice how that tried to run it for all the registered post types: https://github.com/foliovision/fv-clone-screen-options/blob/master/fv-screen-options.php#L24
If you send that to Event Calendar developers, they should be able to make some suggestion. Either they are doing something non-standard or maybe they are registering their custom post type too late. We run the clone process on admin_init action with priority of 10.
Thanks,
Martin5 years ago in reply to: Admin Video Checker doesn’t work5 years ago in reply to: Thoughtful comments WP 5.3 bugHello Richard,
Could you please reinstall FV Thoughtful Comments from this link? https://github.com/foliovision/thoughtful-comments/archive/master.zip
To do that you will have to first deactivate and delete the current 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 will be lost. Or you can replace the plugin files via FTP.
It will get rid of these warnings. It’s due to a change in WordPress 5.3.
Thanks,
MartinHello Çapan,
I sent over some notes to the AMP for WP team. It seems they are adding some code into their plugin, but I think we should make it more simple and the AMP code generator in FV Player should be fixed instead.
However I was not able to find the issue so far and they didn’t provide enough details either.
Please let us know what video type you are using and if the video is somehow protected against sharing or downloads.
Thanks,
Martin5 years ago in reply to: Glitch with Mobile Force FullscreenHello Pádraig,
thank you for the bug report. We have prepared it for the next release.
If you want it now you can just reinstall FV Player from this file: 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.
The issue was that we wanted to make sure the fullscreen exit button is visible during the video loading to make it possible to exit the playback even before the video has finished loading. For example the video might just be loading for too long, or it might end with an error and user needs to be able to exit.
Thanks,
Martin5 years ago in reply to: HLS video stored on S3Hello Edward,
please check the CORS guide here: https://foliovision.com/player/video-hosting/hls#hls-js
There is a part about what you need to do in Amazon S3 to set the CORS headers. And then there is another part about what you need to set in CloudFront to make sure it works together.
In case you need to clear the CloudFront cache, there is a section about that in that guide as well.
Thanks,
Martin5 years ago in reply to: AdBlock breaks fullscreen buttonHello Bruno,
it works for me on Chrome and Firefox and even Safari (12.1.1) on mac OS 10.12.6.
Please let us know what browser on what operating system you are using. Also test the video on https://foliovision.com/
Thanks,
Martin5 years ago in reply to: Admin Video Checker doesn’t workHello Edward,
thank you for posting these details.
4) One more test – can you find any occurrence of “data-item” ?
It’s starting to look like your video player is loaded with Ajax and our Video Checker doesn’t react to that.
Or perhaps your user doesn’t have the “manage_options” capability. We should fix that to use edit_posts instead.
Thanks,
Martin5 years ago in reply to: Admin Video Checker doesn’t workHello Edward,
1) what video type are you using? If is an MP4 or HLS video, or YouTube?
2) Please open the page where you video should be and then open the source code. In Chrome it’s View -> Developer -> View Source, in Firefox it’s Tools -> Web Developer -> Page Source.
You will get a new browser tab full of HTML code. Please use the Find feature (in Chrome it’s Edit -> Find -> Find…, in Firefox it’s Edit -> Find in This Page) to look for “video_checker” (without the quotes). Do you get any results?
3) Using the same Find feature, look for “video-checker.js” (without the quotes). Do you get any results?
Thanks,
Martin5 years ago in reply to: Encrypted HLS (S3)Hello Edward,
looking at our AWS MediaConvert Encrypted HLS Guide:
Please double-check the step 16. Did you provide the correct key in the “Encrypted HLS” field in step 24.? That key must match.
Also, are you sure you setup the right URL in step 16? Please provide a sample of what you used and what is the resulting video URL.
I’m keeping this thread private. Once we figure it out, I will remove any private information and publish.
Thanks,
Martin5 years ago in reply to: Cannot implement Vimeo ShowcaseHello Nicola,
this is fixed i FV Player Pro 7.4.10.727.beta which was released now.
Please note that the FV Player Pro has to be switched to Beta, here’s how it’s done: https://foliovision.com/player/basic-setup/switching-fv-player-pro-to-beta If you don’t see that update being available, you have to switch to beta first.
Thanks,
MartinHello Vj,
FV Player 7.4.9.727 and FV Player Pro 7.4.10.727.beta are out. Please update both plugins and the issue will be fixed.
Please note that the FV Player Pro has to be switched to Beta, here’s how it’s done: https://foliovision.com/player/basic-setup/switching-fv-player-pro-to-beta
Thanks,
Martin5 years ago in reply to: EU (Stockholm) S3 Region5 years ago in reply to: EU (Stockholm) S3 RegionHello Edward,
we added the new AWS S3 regions for the new FV Player version.
If you want it right now, you can 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.
Thanks,
Martin5 years ago in reply to: Conflict with WP DiscuzHello Amir,
please try with a default WordPress theme. You can use the WordPress theme preview function, it’s quite good for this kind of tasks.
Do you see the same issue even if you seek in the video? Or does it only appear when the page is still loading?
You should be checking using the browser developer tools to see what is moving the div class=”fp-preload” element.
If you want to solve this quickly, we are happy to help you right on your website, just order our Making FV Player work with your theme service.
Thanks,
Martin5 years ago in reply to: Vimeo access token appears to be invalidHello Andrew,
it must be something else, the Token used in FV Player Pro Vimeo integration is only 32 characters long.
What you sent looks more like the “Client secret” for the app which is 128 characters long.
I see that in our screenshot (step 4. on https://foliovision.com/player/video-hosting/how-to-use-vimeo) that “Client secret” is shown right below that “Token” information which is actually the one which should be used:
So perhaps that’s what caused the confusion.
We will let you use Oauth for the Vimeo authorization.
Thanks,
Martin5 years ago in reply to: Vimeo access token appears to be invalidHello Andrew,
could you please share your access token with us (we won’t publish it and you can use a service like https://revealit.me too) so we can check?
But we still should rework FV Player Pro to work with OAuth and let you reauthenticate that way and get rid of the warning once and for all.
Thanks,
MartinHello Nicola,
could you please grab a fresh copy of FV Player Pro from https://foliovision.com/my-licenses and reinstall the plugin from that?
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 replace the plugin files via FTP.
Thanks,
MartinHello Egbert,
we have prepared this fix for the next release.
Could you please grab a fresh copy of the plugin from https://foliovision.com/my-licenses and put it up on your website to see if it really works the way it should?
To do that you will have to first deactivate and delete the current FV Player VAST 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.
Thanks,
Martin5 years ago in reply to: Mpeg Dash problemHello Daniel,
I was not able to reproduce the bug, but at least I enjoyed your playing.
1) Could you please disable Settings -> FV Player Pro -> Sidewide Flowplayer Defaults -> “Remember video position” to see if that helps? Perhaps we need to rework that a bit.
2) Could you please disable hardware acceleration in Chrome to see if it helps? Here’s how it’s done: https://www.lifewire.com/hardware-acceleration-in-chrome-4125122
3) Could you please try to play the video again and hit the “SD” button and pick the 240p quality? Then reload the video and play again. Do you get into the same issue again?
Please try to do that for all the qualities. I suspect one of them might be triggering the issue, or there might be some issue with ABR. Perhaps there is some slight misalignment of the video segments in our MPEG-DASH manifest file. But it’s strange that we didn’t get any other reports like this.
Thanks,
Martin5 years ago in reply to: Mpeg Dash problemHello Daniel,
I would like to test this on Windows, perhaps the issue only occurs there.
Please provide a simple page where we can see the issue or a ID of your Vimeo video.
Thanks,
Martin5 years ago in reply to: Conflict with WP DiscuzHello Amir,
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.
It should fix your issue and then we can include the fix in the new release.
Thanks,
Martin5 years ago in reply to: Conflict with WP DiscuzHello Amir,
the issue is with the js-cookie library which FV Player bundles in the JavaScript file. I’m not sure why it wasn’t a problem until the 7.4.0.727 release, but we did change the way we minify our JavaScript files in that release.
So we will probably make sure that file is only loaded when it’s needed – if the FV Player playback position saving is enabled AND the user is not logged in AND the user’s web browser is not supporting localStorage. It’s really only needed for a small fraction of users.
Thanks,
Martin5 years ago in reply to: Conflict with WP DiscuzHello Amir,
on https://dev.ajibtarin.com/ you are using some plugin to minify or optimize the JavaScript, like Autoptime – could you please disable it for now?
Thanks,
MartinHello Neil,
to conclude this forum thread – we found a bug in the base Flowplayer library where the playlist menu was indeed clickable on mobile even when it was not visible.
The fix was applied to your website and will be in the next FV Player version as well.
Also, if you don’t want the playlist menu to show at all you can use the CSS tweak which we added into our guide: https://foliovision.com/player/advanced/css-tips-and-fixes#hide-item-button
Thanks,
Martin5 years ago in reply to: Vimeo access token appears to be invalidHello Andrew,
I hate these endless wp-admin notices and warnings different plugin put up too.
Please let us know if you checked step 3. of https://foliovision.com/player/video-hosting/how-to-use-vimeo#access-token-setup where it says:
“Go to Authentication tab, scroll down and click Generate Access Token. Under Generate an access token, select Authenticated (you) and make sure you only choose Public, Private and Video Files scopes.”
You can get a new API token there which will have the right scopes selected.
If that won’t help, please check Settings -> FV Player Pro -> Hosting -> Vimeo -> “Access Key” and look for a message like “There were {number} API errors” and see what you get when you click it.
We would like to add support for OAuth too.
Thanks,
MartinHello Tucker,
the video on https://www.ncwlife.com/ncwlife-evening-news-november-11-2019/ worked for me on iPhone with iOS 12.4.3 without issues. The way it works is that the YouTube video requires another tap if it shows after a MP4 video ad.
We are also working on fixing that playlist menu which shouldn’t appear if there is a video ad.
The Video Checker checks the video encoding and YouTube is taking care of the video encoding automatically, so there is no point in checking it. But perhaps it would be good to know if the video is still there for example.
Thanks,
MartinHello Egbert,
we will get this fixed, perhaps we are not encoding it properly for the URL.
Thanks,
MartinHello Ghostmk,
unfortunately due to open nature of HTML5 the video URL will always be traceable.
We could potentially hide the m3u8 file for HLS streams, but we would still have to keep it there for iOS users. Although now that iOS 13 supports Media Source Extensions a lot more might be possible in the future.
Thanks,
MartinHello Daniel,
to get the exact time of the video which is playing you can run the following on the browser JavaScript console:
flowplayer('.is-ready').video.time
I see that there is no easy way for you to move the loop point back and forth, you can only drag it with mouse and that is not precise enough.
Adding some additional buttons to move the loop buttons in some small increments might end up in a really complex user interface though.
I have seen some cases where the FV Player Editor preview wouldn’t work too. We will get it improved.
Thanks,
Martin5 years ago in reply to: Mpeg Dash problemHello Daniel,
are you able to reproduce the issue using the Vimeo player? Perhaps there is a problem with one of the video qualities – it might be the 540p quality, so if you switch to that in Vimeo player you might get the same issue.
Otherwise we might be missing something in the MPEG-DASH parsing.
Thanks,
MartinHello Jacqueline,
I found where we made a mistake and fixed it.
Thank you for the bug report!
Martin
Hello Daniel,
is the JavaScript console output not enough?
are you creating that VTT chapters file based on the loop points which you get using the FV Player Pro AB loop feature? Please let us know, perhaps we can improve your workflow by letting you add these chapters in the FV Player Editor without need for any VTT file.
Thanks,
Martin5 years ago in reply to: Mpeg Dash problemHello Daniel,
does it also happen on some other browser? What about some other computer with the same browser (in some extreme cases these issues case have its root in the graphic card drivers)?
Could you please open the browser javascript console (here’s how: https://wordpress.org/support/article/using-your-browser-to-diagnose-javascript-errors/#chrome ) and then do your testing and see if anything appears there?
Thanks,
MartinHello turbokingspoker,
make sure you clear your WordPress cache. Here is a link which opens your page without CSS optimization and the controlbar works there: https://turbokingspoker.com/zzz-video-128/?test=1
I’m glad we are not far from fixing this now, I just need to test different edge cases – better think about automating that part too.
Thanks,
MartinHello turbokingspoker,
I see the lightbox doesn’t count on the fixed controlbar.
We will get it fixed, in the meantime you can try to just comment out this line in FV Player lightbox CSS: https://github.com/foliovision/fv-wordpress-flowplayer/blob/master/css/fancybox.css#L23
Thanks,
Martin5 years ago in reply to: see file name in analytics event trackingHello reza,
what code do you put in to show your form and have it processed properly? Is it HTML code? Would something like this help?
<input type="hidden" name="post_title" value="%post_title%" />
Perhaps we could provide such replacement tags. Although I would prefer if FV Player could just work well out of the box with some good form processor plugin.
Thanks,
MartinHello tbtnoas,
how does Swarmify compare to Cloudflare, KeyCDN or Digital Ocean Spaces? I mean in terms of video security and download speed.
We know that Cloudflare is fast, but it doesn’t provide video storage, at least of of the box. Cloudflare Stream is a more powerful option with video encoding on the fly, but we are mainly interested in encrypted HLS which is doesn’t provide.
Thanks,
Martin5 years ago in reply to: Cloudflare Workers video hosting “How To”Hello tbtnoas,
we are currently concentrating on a easier workflow for encrypted HLS streams. Once you upload the video to your video hosting (S3 or Digital Ocean Spaces) it should be a 1 click action to encrypt it.
With Cloudflare Workers you can potentially add URL tokens, but it’s a part of the Cloudflare Business plan too. Another thing it can do is to fetch files from private video CDNs, such as Backblaze – you already sent a link for that.
Thanks,
MartinHello Josu,
it appears something is setting some extra margin for the img element in our player. If you know a bit of CSS you can figure it out using the browser developer tools.
Please try to preview your website with some other theme and see if the issue keeps occurring.
Next you can try to disable other plugins one by one and see when the issue disappears.
We are also happy to fix the issue for you. We do offer the Making FV Player work with your theme service, but this display bug seems more simple, so we could fix it right on your website if you order the much cheaper Pro support incident.
Thanks,
Martin5 years ago in reply to: Conflict with WP DiscuzHello Andrew,
1) Could you please try to reproduce the same bug on some other website? Best if you can get a fresh new site.
2) Does it work if you only post a simple MP4 video and deactivate FV Player Pro for a moment?
3) Are you aware of any specific wpDiscuz setting that might be triggering this issue?
We can provide further troubleshooting steps, or we can fix the issue for your right on your website, or provide guidance for the wpDiscuz team if the issue is on their end if you order our Pro support: https://foliovision.com/pro-support
Thanks,
Martin5 years ago in reply to: Vimeo access token appears to be invalidHello Andrew,
a valid Vimeo token is required to make sure we can obtain the video splash screens and video duration information.
Are you sure you selected the right scopes for the API key as seen on https://foliovision.com/player/video-hosting/how-to-use-vimeo -> “make sure you only choose Public, Private and Video Files scopes.”. That’s all I can tell from the error message you are getting.
Thanks,
Martin5 years ago in reply to: Auto advance not working for Vimeo playlistHello Andrew,
we haven’t heard of an issue like this before. Does it work if you post a playlist of the https://s3-eu-west-1.amazonaws.com/fv-player-unprotected/dominika-960-31_HD.mp4 video and then one of your Vimeo videos?
Please let us also know what browser you use.
Thanks,
MartinHello Hoshang,
these issues are now solved. Just make sure you upgrade all the FV Player plugins. Please note that FV Player Vimeo Security has to be downloaded from https://foliovision.com/my-licenses by hand I’m working on fixing that issue.
There are no issues with PHP 7.3 and FV Player.
Thanks,
MartinHello Bill,
we have worked on the fix and it works well for us.
Could you please reinstall FV Player from this link to see if it all works for you as well? https://github.com/foliovision/fv-wordpress-flowplayer/archive/master.zip
Then also grab a new copy of FV Player Pro from https://foliovision.com/my-licenses and also switch it to beta (how to).
To be able to reinstall a plugin you will have to first deactivate and delete the current FV Player and FV Player Pro plugins 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 be able to enable the Settings -> FV Player -> Sidewide Flowplayer Defaults -> Force HD Playback setting.
Thanks,
Martin5 years ago in reply to: Auto advance not working for Vimeo playlistHello Andrew,
does it work if you check Settings -> FV Player Pro -> Hosting -> Vimeo (Pro) -> Disable MPEG-DASH?
If yes, then please let us know the Vimeo URL of the exact URL that won’t auto-advance to next video in playlist.
Thanks,
MartinHello Bill,
I see you are using Settings -> FV Player Pro -> Hosting -> Vimeo (Pro) -> Disable MPEG-DASH.
We are working on a new setting which will force the videos to play in HD, unless user selects a lower quality by hand. Some website require the videos to load instantly, while other require top video quality, so it’s making sense to have such setting.
Thanks,
Martin5 years ago in reply to: Protecting Videos With DRM TextHello Danielle,
we added some instructions for adding custom popups into FV Player here: https://foliovision.com/player/advanced/api-programming#custom-popups
So you can put in a different code which would show the information you need and adjust the CSS to make it visible all the time and perhaps with some adjusted position and transparency.
Thanks,
MartinHello Chris,
that’s strange, but you can still scroll down the settings page a bit and hit any of the “Save All Changes” buttons.
Thanks,
Martin5 years ago in reply to: Cloudflare Workers video hosting “How To”Hello tbtnoas,
so is your website using Cloudflare for CDN? Then you can try to host some video on it and the Cloudflare CDN should already be taking that over, like any other file (JS, CSS, …), am I right? I don’t see need for any special steps, but don’t know everything about Cloudflare from top of my head. My advice would be just to try it and do some video download speed tests.
Thanks,
Martin5 years ago in reply to: FV player upgrade issues with 7.4.6.727.Hello Sideeque,
1) Perhaps you can figure out what was the CSS change which caused the issuewith your theme. We didn’t had anybody else report this issue yet. It’s true that there was a change in player HTML code – we now use proper image tags for splash screens – the advantage is that we can support image lazy loading that way.
2) Hopefully it works for you, if not, it would require a deeper look. Perhaps it’s simple enough and we could cover that in that “Making FV Player work with your theme” job I was mentioning.
Thanks,
MartinHello Viet Anh,
we are processing the refund now.
We will also improve FV Player Pro to make sure it only runs a single Vimeo API key check. In your case it seems multiple checks were running at the same time as they were timing out because of that connection issue from your server..
Thanks,
Martin5 years ago in reply to: FV player upgrade issues with 7.4.6.727.Hello Sideeque,
1) Video player play icon – I see your theme is adding in some custom play icon. We are happy to fix this issue on your website if you order or Making FV Player work with your theme service.
2) I can see the modal window with Gravity Forms won’t load properly – it’s covered by FV Player lightbox. That’s because it’s trying to act clever and it also hooks onto the Colorbox markup. The reason for that is that Colorbox was the previous lightbox library in FV Player, so we wanted to retain backward compatibility that way.
I tried to fix this, you can reinstall FV Player from this link and clear your browser cache and see if it helped: https://github.com/foliovision/fv-wordpress-flowplayer/archive/master.zip To reinstall FV Player 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.
Thanks,
Martin5 years ago in reply to: Protecting Videos With DRM TextHello Danielle,
sorry about the delay, I will improve our programming documentation so that you will be able to add some code to your theme functions.php file to achieve what you want later today.
Thanks,
MartinHello Viet Anh,
I figured out how FV Player Pro could be slowing down your entire website – perhaps your web host is blocking access to Vimeo API (api.vimeo.com web host).
Please check Settings -> FV Player -> Hosting -> Vimeo (Pro) -> Access token. There should be a text like this:
Your Vimeo access token has been successfully verified (last check: Tue, 29 Oct 2019 13:30:16 +0000)
Can you see that text? If so, what is the date on it?
Perhaps if fails to check your Vimeo API key and then it tries to check it again and again forever – slowing every pageload. We only run the check in wp-admin and we only run the check once in 6 hours, but perhaps there is some issue in that part of code.
Thanks,
MartinHello Viet Anh,
I’m checking this issue with Alec. We never had anybody complain about an issue like this – that FV Player would slow down the entire website, even when users are logging in.
Thanks,
Martin5 years ago in reply to: see file name in analytics event trackingHello Reza,
I understand that, please let us know about what I asked before:
so does that work with our Settings -> FV Player -> Actions -> Custom Popups feature?
How does the form embed code look like? I’m trying to see if we could provide some general replacement tags which would make it possible for you to track the post title where the FV Player was showing the popup.
We need to see how your form integrates with FV Player.
Thanks,
Martin5 years ago in reply to: Cloudflare Workers video hosting “How To”Helo tbtnoas,
we worked with that BackBlaze + Cloudflare setup before and it’s quite complex, if the BackBlaze videos are private and you use Cloudflare Worker with BackBlaze API keys to be able to fetch the files.
I’m not sure how do the Cloudflare Web Workers help with your video hosting though. Are you sure you can host videos on Cloudflare directly?
Thanks,
MartinHello Chris,
you can put in the correct key and hit the enter key, that will save it. We are going to create a new licensing screen with the extensions listed on it.
Thanks,
MartinHello Christopher,
are you sure you are using the correct license key from https://foliovision.com/my-licenses ? If you map your domain like that you must the key for that exact domain.
Thanks,
MartinHello Viet Anh,
are you sure the error which you are getting is HTTP 505? That one means that the HTTP version is not supported.
Also, you said you can’t install FV Player, but from the System Info it seems it’s all running properly. So did you try to reinstall it, but was not able to?
You also said:
my website suddenly get slower and sometimes cause 505 Internal Server Error.
When that happened could you see an increase in your server load? You mentioned the server load was as 80%.
Is there anything in the PHP slow log showing up at that time? What about the PHP error log? Is there any request logged in the access logs which seems to be repating a lot?
If you are not sure about this, it’s best to try to ask your server technical support.
It’s true that loading the Vimeo videos in FV Player Pro does run some WP Ajax call which can increase the server load if you get hundreds of video plays every minute. Is that the case? We added that “Turbocharge Ajax Vimeo loading” option to prevent exactly this issue. Are you sure you purged your Litespeed cache? Unless you did your visitors might be still getting the old page HTML code without the Turbocharge Ajax Vimeo loading enabled in it.
Thanks,
MartinHello Dang,
please enable Settings -> FV Player Pro -> Pro Features -> Debug.
Then see if you are noticing a lot of recent entries in Settings -> FV Player Pro -> Hosting -> Vimeo (Pro) -> “There are …. API errors …” messaage.
Also try to enable Settings -> FV Player Pro -> Hosting -> Vimeo (Pro) -> “Turbocharge Ajax Vimeo loading (Beta)” and see if that helps.
If not, please also enable Settings -> FV Player Pro -> Hosting -> Vimeo (Pro) -> “Force iframe Embedding”.
Thanks,
MartinHello Vadim,
it’s actually some stray code from times when FV Player 7 was in beta. We will get it removed now.
Thank you for the bug report!
Martin
5 years ago in reply to: Playlist styles do not change.Hello Gbrother,
the reason why it’s not accepting your playlist style is, that you have the lightbox function enabled for it. Please get rid of that and it will be good – you will get the Polaroid-like grid layout and clicking any video will load it in full page viewing mode.
Thanks,
MartinHello Bill,
please get rid of the “-hd” postfix in the Vimeo URL. It seems it prevents FV Player Pro from loading the MPEG-DASH stream for you. That might be the reason why the quality switching button doesn’t appear.
You are also not using the latest FV Player and FV Player Pro, however there were not changes to ABR recently.
Thanks,
Martin5 years ago in reply to: see file name in analytics event trackingHello Reza,
so does that work with our Settings -> FV Player -> Actions -> Custom Popups feature?
How does the form embed code look like? I’m trying to see if we could provide some general replacement tags which would make it possible for you to track the post title where the FV Player was showing the popup.
Thanks,
Martin5 years ago in reply to: On Backend – Show only videos of current userHello JF,
FV Player 7.4.7.727 is out and it lists the player author if you enable it in Screen Options. It also limits the listing of players for Contributor and Author user roles.
Thanks,
Martin5 years ago in reply to: Translation of the navigation barHello Daniel,
these translations were added in FV Player 7.4.7.727 which was released now.
However the “All” button was translated as “Alles” as it’s actually showing you what mode of playlist operation is selected. So it really means that every video in the playlist will be played.
Thanks,
Martin5 years ago in reply to: see file name in analytics event trackingHello Reza,
it largely depends on how do you show that popup form at the end of the video. Do you use Settings -> FV Player -> Actions -> Custom Popups with some HTML code?
Thanks,
MartinHello Bill,
I will check this with Alec, I wonder if there should be an option to optimize for speed or quality or if we will just improve the current routine to take the player size into account.
What is your video player size? Is it much wider than 640 pixels? Is it 1280×720 or even bigger?
Also, does it remember the video quality properly? If you pick Full HD in control bar does it play all the other Vimeo videos with that properly?
Thanks,
Martin5 years ago in reply to: Using the Video Lightbox EffectHello Greg,
thank you for the bug report. It has been fixed and FV Player 7.4.7.727 has been released.
Thanks,
Martin5 years ago in reply to: Lightbox Window Video Size does not workHello Uwe,
are you sure you installed the plugin from that ZIP file?
FV Player 7.4.7.727 has been released just now, so it should all work for you with that latest version.
Thanks,
Martin5 years ago in reply to: see file name in analytics event trackingHello Reza,
caption=”” is the correct shortcode argument.
17 events for 3 video plays sound fine, as there are different video categories:
* Video start
* Video first quartile
* Video second quartile
* Video third quartile
* Video complete quartile
* Video / Seconds playedSo if you want to just see the number of plays per video, look for “Video start” event category only.
For more information check our Using Google Analytics with FV Player guide.
Thanks,
Martin5 years ago in reply to: see file name in analytics event trackingHello Reza,
please double-check you are using the latest FV Player version, or send over Settings -> FV Player -> Tools -> System Info.
Thanks,
Martin5 years ago in reply to: playback speedHello Greg,
fix for this issue will be part of the next FV Player release.
If you need it faster you can 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.
Thanks,
MartinHello Tgos,
are you using any other [fvplayer] shortcodes on your website? If not, then you can safely run a seach and replace filter on your website database which changes
/ caption=".*?"\]/
to just
]
A plugin like Search Regex can help you with that, it also lets you preview the changes. But you have to be able to backup your database just in case and have an idea about what that Regex I just posted means.
Other approach would be to modify the FV Player PHP code a bit before running the import. Since it’s just a one of import (I guess it is) it shouldn’t be a problem that your change is then overwritte on plugin update.
The plugin file and line to tweak would be models/conversion.php, jus remove these two lines:
https://github.com/foliovision/fv-wordpress-flowplayer/blob/master/models/conversion.php#L164
https://github.com/foliovision/fv-wordpress-flowplayer/blob/master/models/conversion.php#L178I also see that we could be improving the import routine to create FV Player instances in database rather than storing it all in shortcodes.
Thanks,
MartinHello Bill,
the logic which is in place is optimized to start playing the video as quickly as possible. Then it uses ABR to switch to higher video quality depending on the video player size, retina capability and network bandwidth.
If you switch to a different quality using the control bar button it remembers that and any other videos which you play on that website will start with that quality right away.
Perhaps we should tweak it to start video with the quality which is matching the video player size instead.
Thanks,
Martin5 years ago in reply to: On Backend – Show only videos of current userHello JF,
we do stored the author ID for each player, so it could work. We could add a column to show the player author. And the Contributors and Authors would only see their own players. Is that what you are trying to achieve?
Thanks,
Martin5 years ago in reply to: Outputs a JavaScript on video start or endsHello Kendell,
is that fv_track_complete trigger working well?
If so, then you are not far off – that flowplayer( function(api,root) … part is only executed when loading the player. So you are too late to add a finish event there. Instead you should just bind it to the api variable which is passed to that fv_track_complete callback function, so here’s that code part:
jQuery('.flowplayer').on('fv_track_complete', function(e,api,video_name) { api.bind(....) });
Thanks,
Martin5 years ago in reply to: Adding VTT ChaptersHello Christopher,
if your video is hosted on your own computer in a localhost environment, then our video checker can’t reach it. We show that as a separate error, so I guess you are using some custom domain. Does it end with .local or something else that would allow us to detect it?
Thanks,
MartinHello Vj,
I can confirm missing chapters when using a video ad in FV Player Pro is a bug, we will work on fixing this.
Thanks,
MartinHello Stuart,
video files such as MP4 or WebM are played directly by the browser HTML5 engine, no matter which video player for web you choose – JW Player, FV Player, Video.js, it doesn’t matter.
Only difference is when your browser doesn’t support H264 codec, then it has to play MP4 with Flash. Or if it’s a HLS stream – then it has to play it with the HLS.js library, as HLS is only natively supported by Safari and Android (but the support there is not perfect, that’s why we use HLS.js there as well).
Thanks,
Martin5 years ago in reply to: playback speedHello Greg,
I see that even if step is set to 0.5x, the 0.25x option still appears. We will fix that.
Thanks,
Martin5 years ago in reply to: Moving Chapters to bottom of pageHello John,
if you want absolute freedom about how are the video chapters displayed on your articles, perhaps you should try to use the video link feature: https://foliovision.com/player/basic-setup/creating-video-links
That way you could create links to various parts of your video and put them on some text which you add to the desired place.
Downside is that this data is not directly bound to the player and that it won’t highlight the active link.
We could have a feature to show a part of FV Player only, such as:
[fvplayer id="100" show="player"] More text... [fvplayer id="100" show="chapters"]
But so far we didn’t had similar request, as far as I remember.
Thanks,
Martin5 years ago in reply to: Adding VTT ChaptersHello Christopher,
thank you for reporting these documentation issues, we will get them fixed.
If the video plays fine, but it gives you a 404 error in the FV Player Video Checker, then perhaps it’s getting blocked by your server. Are you hosting the video on your own webserver hosting account, or is it on some CDN?
Thanks,
MartinHello Gerald,
I was not able to reproduce the issue with latest FV Player. What is your client’s reason to use FV Player 6? Please let us know.
Thanks,
Martin5 years ago in reply to: playback speedHello Greg,
please check Settings -> FV Player -> Sidewide FV Player Defaults -> Speed Step.
Thanks,
MartinHello Vj,
please check if the timecode displays properly when you use some default WordPress theme, such as Twentynineteen. There might be some CSS conflict. You can also just preview your website with some other theme, no need to switch it and affect your visitors.
Which Ad feature do you mean? Is it FV Player VAST or Video Ads in FV player Pro?
Thanks,
MartinHello Stuart,
I tried to play the video in an older Chromium version (it’s the open source version of Chrome) and it’s failing in that one as well. So if there is a bug in Chrome, it’s around for a while.
I can only suggest you to try some other encoder.
Thanks,
Martin5 years ago in reply to: Outputs a JavaScript on video start or endsHello Kendell,
actually that part of code is using some filter which was deprecated for a while and then removed. It was not supposed to hook to wp_footer. Sorry about that.
The good news is that the code which you have to use is simpler, at least as long as it should target all the players. Just check the “How to Add Your Code” chapter here: https://foliovision.com/player/advanced/api-programming#how-to
Perhaps you can just put that code into your theme footer.php file or modify your theme main JavaScript file, if it’s your own child theme or if you are not going to let WordPress update it.
Thanks,
Martin5 years ago in reply to: Vimeo Integration not working.Hello John,
I’m sorry to hear about such trouble. Perhaps there was a glitch on the Vimeo end.
Thanks,
Martin