Forum Replies Created
-
-
Hello Rick,
please add a new lesson, do not insert FV Player and set some Featured Image. Then save the lesson and try to remove the Featured Image. Will that work?
If yes, then please repeat the same procedure, but this time insert FV Player and make sure it sets the Featured Image for you. Then when you try to remove the Featured Image – and it won’t work as you said.
The piece of information which we need to troubleshoot is in the wp_postmeta database table. Will the lesson post ID have a meta_key
_fv_player_featured_image_players
? If should store the player ID which is inserted in the lesson.If you are not familiar with the database tools you can try to use wp-admin -> Tools -> Export. Choose the LearnDash lessons in “Choose what to export” and then in “Start date” and “End date” pick the date range to target your test lessons. Then please send over the resulting export file – I will be able to check what meta keys are stored for your lessons. If we find our meta_key
_fv_player_featured_image_players
is missing, we can figure out the next troubleshooting step.Thanks,
MartinHello Meir,
please try to add
playlist_start="2"
into your shortcode and let us know if it works for your purpose.Thanks,
MartinHello Rick,
it’s true, FV Player will use its splash image and set it as the Featured Image for the post if there is none.
However it only does so once. If you remove the Featured Image afterwards, FV Player will not put it’s splash image back in. Unless you add another FV Player instance to the post.
I verified that this works with LearnDash Lessons.
Please note that this behavior was only improved in FV Player 7.5.26.7210.
Thanks,
Martin2 years ago in reply to: Playlist autoadvance issue with OpenLiteSpeedHello Nick,
perhaps OpenLiteSpeed was doing some kind of HTML optimization and it damaged the FV Player configuration scripts.
So if you could use some text compare tool (here’s one online which I like to use https://editor.mergely.com/) to check differences in the HTML code coming out of Apache and OpenLiteSpeed it might help us fix the actual issue. The issue might be with the
data-item
attributes in the FV Player HTML code.Thanks,
MartinHello Ab,
I checked /company/events/webinar-video/ on your website and could see FV Player is set to track with
UA-11..86-1
. So that’s GA3.What happens if you configure it to use
GTM-W...Z
found in your GTM tag?What happens if you remove the analytics ID from FV Player completely? It should still detect GTM that way.
If none of the above will fix the issue, then it seems we need a way of configuring if the GTM should be used in the GA3 or GA4 mode.
Thanks,
MartinHello Miksmusic,
I don’t know what technique Protect WordPress Videos & Audios is using to protect FV Player video and audio files and it’s not easy to figure it out. Did you get any hints from authors of that plugin?
Do you run into the same issue when not using FV Player for your audio tracks, but the audio player built into WordPress?
Thanks,
MartinHello Bawalker,
please reinstall from https://github.com/foliovision/fv-wordpress-flowplayer/archive/master.zip once again and it will be fixed as well.
Thank you for the bug report!
Martin
2 years ago in reply to: Playlist autoadvance issue with OpenLiteSpeedHello Nikolaos,
could you please create a test page where we can see the issue?
You said the video has to play for some time. What is the approximate time when it happens? Is it 1 minute, 5 minutes or 15 minutes?
Thanks,
MartinHello softlv8,
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 will be fixed. The blank spaces in the URLs were not handled properly. The reason why it worked with FV Player Pro is that in that case browser already sends in properly encoded link.
Thanks,
MartinHello Miksmusic,
at I glance I did not notice anything that would allow Protected Video plugin to affect FV Player. It’s surely not doing anything to protect videos posted with FV Player.
My suggestion would be to check the browser developer tools carefully and see what changes when the video doesn’t play with FV Player anymore. Here’s how to open the browser developer console: https://foliovision.com/player/troubleshooting/javascript-browser-console
Please keep the console open as you play different MP3 audio tracks in FV Player until it starts to fail. Will any error appear on the console?
Thanks,
MartinHello Bawalker,
could you please allow visitors from Slovakia to access your website? It seems entire Europe is blocked.
I checked the category page https://www.winholt.com/product-category/shelving/ and it links to 12 items.
I see that the sharing buttons on the player on that page actually work for the first of the items, which is https://www.winholt.com/product/beer-keg-racks/ It’s like that as we except FV Player to be embedded in the post, but it seems to be in the category description.
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 it should be working for you. I added some code to detect FV Player placement outside of loop on a category/tag/taxonomy page and let is use the category/tag/taxonomy link in that case.
Thanks,
Martin2 years ago in reply to: can’t save VideoHello Frank,
are you still running into the issue or was it just a one time issue?
Did it mention any more details about the error, like for example:
“Failed to save the video: Unknown column ‘splash_attachment_id’ in ‘field list’”
Please check Settings -> FV Player -> Tools -> Database, it will give you the database upgrade check messages.
If you see this, then everything should work:
Here's the result of the last database upgrade check: DESCRIBE wp_fv_player_players; SHOW INDEX FROM wp_fv_player_players; DESCRIBE wp_fv_player_playermeta; SHOW INDEX FROM wp_fv_player_playermeta; DESCRIBE wp_fv_player_videos; SHOW INDEX FROM wp_fv_player_videos; DESCRIBE wp_fv_player_videometa; SHOW INDEX FROM wp_fv_player_videometa;
Let us know what it shows. If it’s not there at all, then please deactivate and delete the FV Player plugin and install it again. No settings nor videos will be lost.
Thanks,
MartinHello softlv8,
I found that the videos hosted on DigitalOcean Spaces play fine when using FV Player Pro, but not when only using the free FV Player.
In FV Player Pro the videos load using Ajax while in FV Player they the URL is part of the page HTML code, so it might need some different encoding.
It’s weird that we found out about this issue now as it uses the same signature system as Amazon S3 which was part of the plugin for years and years.
I hope this will be easy to fix.
Thanks,
Martin2 years ago in reply to: Can’t create new video after last update2 years ago in reply to: Can’t create new video after last updateHello Gomez,
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 it should finally work.
It’s weird that you were able to even install FV Player if your database server limits the table row size to just 8126 bytes. So something has changed on your database server it seems and now any change to the table was no longer permitted. So I set these table fields to be smaller where possible.
Thanks,
Martin2 years ago in reply to: Can’t create new video after last updateHello Gomez,
I’m mystified why the database upgrade fails to execute the query:
ALTER TABLE wp_fv_player_videos ADD COLUMN splash_attachment_id bigint(20) unsigned
Please access your web host database management tool and try to run the query there. Perhaps it will show the error which is preventing the database upgrade process from finishing. Alternatively you can use the WP phpMyAdmin plugin, but I would recommend you to remove it once you are done.
Thanks,
Martin2 years ago in reply to: VAST License Key Not WorkingHello Gregory,
please let us know if you are still running into the issue. It seems that at some point you entered a bad key for FV Player VAST – starting with “$” instead of “fv”.
Thanks,
Martin2 years ago in reply to: “WATCHED” indicatorHello Andy,
the guide has been published here: https://foliovision.com/player/developers/video-position-storing
Thanks,
Martin2 years ago in reply to: Can’t create new video after last updateHello Gomez,
could you please reinstall FV Player? 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.
Then install it again and you will get the version with the fixes:
- FV Player Editor will complain when you try to edit a broken video
- FV Player Editor will give you proper error when the saving fails
- Settings -> FV Player -> Tools -> Database gives you the database upgrade check messages
If you see this, then everything should work:
Here's the result of the last database upgrade check: DESCRIBE wp_fv_player_players; SHOW INDEX FROM wp_fv_player_players; DESCRIBE wp_fv_player_playermeta; SHOW INDEX FROM wp_fv_player_playermeta; DESCRIBE wp_fv_player_videos; SHOW INDEX FROM wp_fv_player_videos; DESCRIBE wp_fv_player_videometa; SHOW INDEX FROM wp_fv_player_videometa;
But maybe it will reveal where is the updater stuck.
Thanks,
Martin2 years ago in reply to: Offline viewingHello Michael,
we still do not have plans to add this.
The integration of EzDRM or BuyDRM might be possible to do with FV Player Coconut, but it’s a fair amount of work and even that doesn’t give you a working protection against screen capturing.
With downloads the protection must be even weaker. It seems these services would have to be used for each video download and then it might only play in their proprietary application or using their SDK.
Thanks,
Martin2 years ago in reply to: Can’t create new video after last updateHello Gomez,
- It’s strange if you are not seeing the new videos which you added at all.
FV Player 7.5.25 did add the
splash_attachment_id
field to the videos table. Perhaps the upgrade routine failed for you, although we ensure the database is updated anytime you open FV Player Editor.Please send over wp-admin -> Settings -> FV Player -> Tools -> System Info, so that we can check if it’s there.
You can also run this SQL query if you know how to access phpMyAdmin for your website database:
ALTER TABLE wp_fv_player_videos ADD COLUMN splash_attachment_id bigint(20) unsigned
That might fix the issue. It will not fix the broken FV Player instances, but you should be able to insert new ones.
If not, we need to check the PHP errors.
Ultimately we need to figure out why did the database upgrade process fail and provide a way of retrying it.
- I was able to reproduce this issue when I damaged the database on purpose.
Thanks,
Martin2 years ago in reply to: Check YouTube video before embeddingHello Remco,
we do have the FV Player Alternative Sources plugin which lets you serve a backup video in case the YouTube video no longer loads.
I think it would be good to have a feature which would check all the videos in database periodically and let you know about any issues. Currently you can only get that from Google Analytics, which means somebody has to actually try to play these videos (including report delivered to your email): https://foliovision.com/player/analytics/google-analytics-fv-player#video-errors
Thanks,
Martin2 years ago in reply to: Issue with mobile landscape orientation lockHello Kongsamdx,
our goal is to fix the portrait video detection if there is any issue with it. Please share your video URL so that we can have a look at it directly. We will keep the link private. You can also just sent it to the support email.
Thanks,
MartinHello Miksmusic,
please let us know which plugin was causing the issue if you have a minute. I wouldn’t guess that a plugin can interfere with audio track loading so much.
Thanks,
Martin2 years ago in reply to: Can’t create new video after last updateHello Gomez,
- I found that the editing did not work with Gutenberg after a recent fix to Mailchimp preview mode.
Please upgrade to FV Player 7.5.26.7210 which was released now and your issue should be fixed.
If that won’t fix the issue for you – do you mean that when you add a new player, you can see the
[fvplayer id="..."]
shortcode in your post and it appears in wp-admin -> FV Player, but nothing shows on the page? Then please provide a link to a test page which is affected by this.- About the player editing issue – please open your browser developer console, here’s how: https://foliovision.com/player/troubleshooting/javascript-browser-console
Then open your page with FV Player on it and try to edit it. You should see messages appearing on the console, similar to this;
FV Player Editor: Loading... FV Player Editor: Attaching click actions... FV Player Editor: Loading for TinyMCE in Text Mode... FV Player Editor: Loading shortcode: fvplayer id="547" FV Player Editor: Loading shortcode player id: 547 FV Player Editor: Running fv_player_db_load Ajax. FV Player Editor: Finished fv_player_db_load Ajax. {id: '547', author: '50', changed_by: '50', date_created: '2022-05-25 14:16:16', date_modified: '2022-05-25 14:16:16', …} FV Player Editor: current_video_db_id: 667 fv-player-editor-video-opened 0 FV Player Editor: Video meta 'timeline_previews_job_id' not found for #667 FV Player Editor: Video meta 'timeline_previews_job_status' not found for #667 FV Player: Chromecast listener unavailable FV Player Editor: No changes to save.
Please send it over so that we can see what leads to the error.
Thanks,
Martin2 years ago in reply to: Splash screen url auto generatingHello Catherine,
FV Player 7.5.25.7210 is out. I will still set the Featured Image for you if there is none, but if you then remove it it will not set it again, unless you add another FV Player into the post. Then that one will also set it once.
Thanks,
MartinHello Christian,
FV Player Pro 7.5.25.7210 is out and you can now use
[fvplayer_download id="1234"]
to have it show the download link for your Bunny Stream video used in that FV Player ID.Thanks,
Martin2 years ago in reply to: Issue with mobile landscape orientation lockHello Kongsamdx,
the older version of FV Player does not have any compatibility issues with mobile devices, but in a year it might have. We had such issues with Android 10 or YouTube video in the past.
Thank you for the console output. It seems that our updated code either fails to detect your video dimensions properly or that Cloudflare is not giving you the up-to-date FV Player script file.
Please provide a link for that exact video file so that we can inspect it.
Thanks,
MartinHello Miksmusic,
unfortunately we were not able to reproduce the issue on our end. Please provide a link to a test page where we can see the issue.
Do you also run into it on https://foliovision.com/player/demos/mp3-in-fv-player ?
Please let us know what operating system you are using and which browsers you have tried.
Thanks,
Martin2 years ago in reply to: Issue with mobile landscape orientation lockHello Kongsamdx,
here’s how to open your browser developer console: https://foliovision.com/player/troubleshooting/javascript-browser-console
So please play your video on your desktop computer, open that console, copy-paste the following to it:
flowplayer(0).video.width
…and then once you hit Enter you should get the video width which FV Player has detected.
The older plugin versions can be found on https://foliovision.com/my-licenses -> Show Previous Version, but I wouldn’t recommend that as you wouldn’t be getting the security fixes (and also playback fixes on new mobile devices for instance).
Thanks,
Martin2 years ago in reply to: Understanding JS APIHello miksmusic,
actually I found your new forum thread about the issue here: https://foliovision.com/support/fv-wordpress-flowplayer/troubleshooting/slow-loading-media-in-certain-cases-in-v-7-5-works-in-7-4#post-160939
Thank you for posting that! Let’s continue there.
Martin
2 years ago in reply to: Understanding JS APIHello miksmusic,
unfortunately it was only around since 7.5.0.727.
Here’s what you posted regarding FV Player 7.5 and 7.4:
I managed to improve the overall performance but there’s a bizarre issue I can’t quite understand. Seems to be related to v.7.5 only.
In short, if I have a number of players preloaded on a page and if i start playing the media one by one, eventually it will stop loading (only load with a considerable delay like 2-3 minutes or more). It’s somewhat random but seems to be happening more often after playing a larger file.
All media links are correct.
The first click always loads fine, not matter the file size.
Downgrading to 7.4 fixes the loading issue but 7.4 lacks the js events that I’m using elsewhere on the site, so ideally would prefer to stay with 7.5.
Please let us know what you did to improve the performance. What exact issue were you trying to solve?
Thanks,
Martin2 years ago in reply to: Issue with mobile landscape orientation lockHello Kongsamdx,
we try to get rid of unnecessary settings where possible.
We can detect the video orientation (landscape or portrait) properly, so this should all just work fine.
I provided the troubleshooting steps for you so that we can move forward with this and ensure you get the desired video display – only force landscape orientation for landscape videos.
Could you please go through what I posted in my previous message?
Thanks,
Martin2 years ago in reply to: Issue with mobile landscape orientation lockHello Kongsamdx,
are you able to run this script on the browser console when the video plays?
flowplayer(0).video.width
That way we should see if the proper video width is detected.
If it’s zero, then Cloudflare might be hanging on to the old version of the FV Player script file. There are setting to ignore the query string versions, so these should be disabled.
If even that won’t help, please provide a link to your video file.
Thanks,
Martin2 years ago in reply to: Won’t play if ads are enabledHello Steffen,
I see that your theme positions the
.movie__player > *
elements withposition: absolute
. Then the playlist DIV covers the player DIV.Please try to add this CSS into Settings -> FV Player Pro -> Skin -> Custom CSS:
.fp-playlist-external { position: static !important; }
I wonder how we could improve our HTML to avoid the compatibility issue like this.
Thanks,
Martin2 years ago in reply to: Won’t play if ads are enabledHello Steffen,
please post a test page where we can see the issue.
We never heard of such error, it seems to me something might be breaking the JavaScript when the ads are enabled.
Thanks,
Martin2 years ago in reply to: Issue with mobile landscape orientation lockHello Kongsamdx,
Could you please reinstall FV Player from this link? https://github.com/foliovision/fv-wordpress-flowplayer/archive/refs/heads/5095267703-hls-video-width-height.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 when you play a vertical video and enter fullscreen your Android phone will no longer force the landscape orientation.
Thanks,
Martin2 years ago in reply to: Issue with mobile landscape orientation lockHello Kongsamdx,
I see we are not detecting the video resolution for HLS properly, when playing with the HLS.js library.
We are fixing that, then Android will no longer force the landscape orientation.
Unfortunately I was not able to check your videos, I was getting HTTP error 451. Perhaps it was due to some country blocking.
Thanks,
MariaHello Plast,
yes, the tool only changes the FV Player video and subtitle links.
However if you were adding new video using wp-admin by uploading it to the Media Library, these will not be affected and will still use your main domain.
Perhaps you could be using CDN Enabler plugin to rewrite all of your MP4 files to your video CDN domain. But I think that CDN would have to be pulling these video files through Cloudflare as it’s affecting all your main domain traffic.
Thanks,
MartinHello Plast,
you should be able to host your videos on a subdomain without issues. FV Player will have no issues with that and all you have to do is to replace the video links: https://foliovision.com/player/tools/migration-wizard
So where you used https://domain.com/videos/my-video/index.m3u8 you will then use https://streaming.domain.com/videos/my-video/index.m3u8
I will check with Maria regarding what she was trying to say:
Sadly, FV Player cannot be configured in such an way.
Thanks,
Martin2 years ago in reply to: Issue with mobile landscape orientation lockHello Kongsamdx,
please post a link to the page where we can see the issue with the vertical video not being detected.
The Video Checker is not showing for YouTube and Vimeo videos. I don’t think you are using one of these, but once we see the page, we might be able to figure it out.
Thanks,
MariaHello Remco,
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 your page should not require so much processing to load all the players. The ultimate fix would be to only load the players which are using autoplay, which are liked to using the video link feature or which are in viewport. We plan the re-work the autoplay to only work in viewport, so that will be a good time to revisit this.
Thanks,
MartinHello Remco,
I found that the YouTube videos do not autoplay when lightbox is opened on our website only when it’s the first click on the page.
On your website it’s a different issue, it appears that the YouTube iframe load is blocked. Could you please try to preview your website with some standard WordPress theme, go to your page and see if the issue still occurs? I wonder if there is some compatibility issue with your theme.
We were also looking into the JavaScript loading speed. We worked on some improvements, like speeding up the preload code a lot (from 400 ms for 50 players to just 12 ms by including the play icon in HTML).
Then we did another 30% speed improvement when the actual FV Player instances are loading.
We will finish some more testing of these improvements and then it should be part of one of the next versions.
Thanks,
MartinHello Mark,
that code looks good, however when does it run? Does it run right on the pageload or when leaving the page? In the first case FV Player might not be yet loaded and in the later is might already be unloaded.
What is really the
ay
variable?Thanks,
Martin3 years ago in reply to: Check YouTube video before embeddingHello Remco,
do you mean the player should not show at all if the video is removed from YouTube?
Please let us know what’s your goal.
Thanks,
MartinHello Remco,
I’m noticing this behavior on your website and also on our website, but not on some other websites. We will dig into it.
Thanks,
MartinHello Remco,
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.
Then switch to the Beta release using the steps from here if you are not already using it: https://foliovision.com/player/basic-setup/switching-fv-player-pro-to-beta
That will fix the issue with YouTube videos playing in background when lightbox is closed. I think this was caused by some change in the YouTube Player API.
Please let us know about these violations which you are noticing too. I see 6 violations on my Brave browser console when I open your link. It seems like fv_player_lightbox_bind takes 1,6 seconds to execute on your website. I will test 49 YouTube player in lightbox on my test site to see if I run into the same issue.
Thanks,
MartinHello Remco,
thank you for the bug report!
We are working on the fix, it’s almost ready.
Thanks,
Martin3 years ago in reply to: “WATCHED” indicatorHello Andy,
we are working on a developer guide to give some examples of how FV Player stores this kind of information and how you can build custom features like what you are requesting here.
Thanks,
Martin3 years ago in reply to: Replace Featured Image with VideoHello Andy,
thank you for the tip, please let us know what theme you are using too.
Thanks,
Martin3 years ago in reply to: Replace Featured Image with VideoHello Andy,
if you know PHP or have a developer working on your website, it’s possible to do this if you use the
post_thumbnail_html
filter.However I’m not sure if we would like to have this function available in the core of our plugin as it could lead to different display issues as different templates might be using different techniques to style the featured image.
Thanks,
Martin3 years ago in reply to: Issue with mobile landscape orientation lockHello kongasamdx,
this should already be working well. Please send the video file URL or use our Video Checker to submit a report of the video: https://foliovision.com/player/basic-setup/how-to-use-video-checker
That way we can check why FV Player fails to detect that the video is vertical and why it forces the landscape orientation in fullscreen on Android.
Thanks,
Martin3 years ago in reply to: Bunny verification does not workHello Francesco,
I realized where the problem is – it’s caused by the uppercase letters in your BunnyCDN domain name.
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.
That will reinstall the Pro plugin and will give you the fixed version. The fix will also be part of the future releases.
Thanks,
Martin3 years ago in reply to: Issue with mobile landscape orientation lockHello kongasamdx,
FV Player already detects the video aspect ratio and if it’s shot in portrait mode of the phone camera it should not be forcing the landscape orientation of the player when in fullscreen.
Are you sure that the actual video is not with the landscape aspect ratio with black bars on sides or the actual picture?
Please use our Video Checker to submit a report of the video: https://foliovision.com/player/basic-setup/how-to-use-video-checker
Thanks,
Martin3 years ago in reply to: Issue with mobile landscape orientation lockHello kongasamdx,
we force the landscape orientation for Android on purpose. It’s much better for video playback that way. We wish we could make that work for iPhone too, but it does not support it.
Please let us know why do you prefer the video playback to stay in the portrait mobile orientation.
Thanks,
MartinHello kongasamdx,
sorry about that, I did not realize that rule will have to work with !important, I added it in now: https://foliovision.com/player/advanced/css-tips-and-fixes#airplay
Thanks,
MartinHello kongasamdx,
please check https://foliovision.com/my-licenses and get the fixed license key for your domain there.
You can use the following code snippet to hide the Airplay button: https://foliovision.com/player/advanced/css-tips-and-fixes#airplay
Please let us know if there is anything else.
Thanks,
Martin3 years ago in reply to: Splash screen url auto generatingHello Catherine,
I see that our function to avoid duplicate splash image uploads only works for the new players and not what you already posted to the website. We will improve that.
We found the behavior of the Featured Image is hard to adjust for the Gutenberg editor (block editor), so we need to take that into consideration.
Thanks,
Martin3 years ago in reply to: Bunny verification does not workHello Francus,
I’m not sure what you mean by:
There I change the Url Token Authentication Key because the other pull zone has a different authentication key
It is obvious that we cannot keep going on this way, always repeating the same steps
Why do you have to put in the Url Token Authentication Key again and again? It should not be changing.
Thanks,
Martin3 years ago in reply to: HLS Playback StallingHello Gillian,
it played perfectly fine for me. Do you actually see that the player runs out of buffer when it happens? In my case the white part (buffer) of the timeline is always ahead of the red part (progress), but perhaps in your case it just fails to load a big enough part of the video on time.
The issue could be between CloudFront and some of your users, somewhere in the internet routing. To improve that you could be using a backup CDN for your videos. We have a plugin which detects a playback issue and then offers the backup CDN.
Reliable video streaming can be challening, for example Vimeo is using different CDNs to ensure stable video playback and Netflix is operating their own network of CDN servers, which of course only makes sense in large scale.
Thanks,
MartinHello kongasamdx,
I found there is a bug in the keygen, I will be able to fix it tomorrow morning.
Thanks,
MartinHello Tonia,
I see, we are stuck with Guzzle version 6.x as we try to retain the PHP 5 compatibility. I increased that for AWS to PHP 7.2.5 which gave us Guzzle version 7.4.4.
Please try if it works with that if you if you can – here’s the plugin ZIP file to try: https://github.com/foliovision/fv-wordpress-flowplayer/archive/refs/heads/aws-php-7-2-5.zip
Thanks,
Martin3 years ago in reply to: HLS Playback StallingHello Gillian,
please let us know if you are using MP4 videos or HLS.If it’s HLS, is it also encrypted? Are you using separate audio and video tracks? If you are not sure, then please provide a demo page.Are your users running into these issues also when using Safari or iPhones?
Thanks,
MartinHello Mark,
did Matomo support confirm that they actually work with the flowplayer() function to obtain the video title?
Thanks,
Martin3 years ago in reply to: Player doesn’t go full screen on iOS.A proper fix is to look at the theme HTML markup and CSS and figure out if you really need the z-index and position property where it’s used. We provide a service to fix issues like that right on your website if you are interested: https://foliovision.com/downloads/making-player-theme
Thanks,
Martin3 years ago in reply to: Player doesn’t go full screen on iOS.Hello James,
the downside is that if you use the standard built-in player with no DRM text is that the video is then easy to screen capture.
Thanks,
Martin3 years ago in reply to: Splash screen url auto generatingHello Catherine,
we checked this with Alec and we would like to add a “Hide Featured Image” function into the standard WordPress Featured Image box. We will see if we can do that easily.
Thanks,
MartinHello Tonia,
these conflicts are unfortunate, in FV Player we only load these 3rd party libraries when it’s necesary.
For the next FV Player version we updated to the latest Guzzle HTTP library version. Perhaps that will avoid the conflict with ElementsKit Pro. If you would like to check that then 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.
If that won’t help, then I wonder what version of Guzzle HTTP is in the ElementsKit Pro plugin.
Thanks,
MartinHello Tonia,
FV Player Coconut 7.5.24.728 is out and it fixes the issue with playback of encrypted HLS which were uploaded into the root folder. It will also fix the playback issue with these 40 videos which you uploaded in the meantime – no need to move anything.
If you do not see the update yet, you can get a new plugin ZIP file at htttps://foliovision.com/my-licenses
We prefer HLS version 3 as it splits the video into small pieces which makes it harder to download. HLS version 4 uses a single big file, which in turn can be also used with MPEG-DASH streaming format, but that’s not of a technical detail.
Thanks,
MartinHello Tonia,
the issue occurs when you upload the video into the root folder. We are working on the fix, but we strongly recommend that you categorize your videos.
Thanks,
MartinHello Tonia,
do you mean that you used FV Player Coconut without problems and now the issue started recently after some plugin update?
Does it work if you do not use the video encryption?
Could you please post some old and new video on a test page which we can access?
Thanks,
Martin3 years ago in reply to: Lightbox link for Vimeo not workingHello Gbrother,
I checked your test page and I can see “click here” and “click on this link” links which seem to work just fine.
Thanks,
Martin3 years ago in reply to: Splash screen url auto generatingHello Catherine,
please let us know why do you not want the featured image on your page. If you pick the proper Featured image for your page then FV Player will not interfere.
You also mentioned the issue that your see a new copy of the splash image in the media library every time you save.
We prepared a fix for that, if you need that fix 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,
Martin3 years ago in reply to: Lightbox link for Vimeo not workingHello Gbrother,
I can see the issue on your website.
That simple HTML form of a video lightbox link is only meant to work with MP4 video file link. It won’t work with a Vimeo link.
But you can add
lightbox="true;text"
to your shortcode, as seen here: https://foliovision.com/player/basic-setup/using-lightbox#anchor-text-with-lightboxThanks,
Martin3 years ago in reply to: Embed code doesen’t workHello Paolo,
you only have to open the wp-admin -> Setting -> Permalinks page on your website. That way WordPress will recreate the rewrite rules.
But it seems to be these embed codes are just supported for player inserted on the homepage. Do you need to leave that video posted there or will it be in some article? If it’s going to be in an article, then please test with that.
Thanks,
MartinHello Mark,
we actually use the matomoTitle property which Matomo Media Analytics should support: https://developer.matomo.org/guides/media-analytics/options -> Flowplayer
Please confirm with Matomo what this kind of Flowplayer tracking actually works. Do they work with the actual flowplayer() function? If yes, then it should really work.
Are you able to check which pages are affected by this “Unknown” video issue and then check if the matomoTitle can be found in the HTML code?
Thanks,
Martin3 years ago in reply to: Bunny verification does not workHello Francus,
are you sure you didn’t just forgot to fill in the token in Settings -> FV Player Pro -> Hosting -> Bunny CDN ? https://foliovision.com/player/video-hosting/using-bunnycdn-with-fvplayer-pro#adding-token-authentication-to-pull-zone
Please use our Video Checker as suggested by Maria: https://foliovision.com/player/basic-setup/how-to-use-video-checker
That should help us see what is the problem.
Thanks,
Martin3 years ago in reply to: Remove White flashes before loading videosHello Bill,
yes, that’s the white stripe which I was referring to. It seems to show before FV Player loads.
As far as I can tell it seems to show even if FV Player is not there. Could you please replace the FV Player on that page with some text to see if it the white stripe still shows up?
Thanks,
Martin3 years ago in reply to: Vimeo showcase integration questionHello Carly,
thank you for confirming.
We will add support for Vimeo Oauth, that would make it much easier to get the API key. So then trying to get a new API key would be much easier too.
Thanks,
Martin3 years ago in reply to: Remove White flashes before loading videosHello Bill,
I’m not running into the issue with Safari (15.5) nor Chrome (101, it’s actually Brave).
Only thing which I’m noticing is a write stripe at the top of the screen before the page finishes loading.
Do you see the issue when using the Performance tool in Chrome? Simply enable the recording in that panel and re-open the page. Then look if you can see the white flash in the screenshots stripe.
I’m attaching a screenshot to show you what I get – there is no white flash before the video plays.
Thanks,
Martin3 years ago in reply to: Vimeo showcase integration questionHello Carly,
you keep getting these errors for 9574806 as that Showcase no longer exists. Please remove that FV Player instance as otherwise it will be checked again and again.
Thank you for the API key, however it did not give back any videos – here’s the API call on command line for reference:
$ curl "https://api.vimeo.com/me/albums/9143112/videos" -H "Authorization: Bearer (token here)" { "total": 0, "page": 1, "per_page": 25, "paging": { "next": null, "previous": null, "first": "/me/albums/9143112/videos?page=1", "last": "/me/albums/9143112/videos?page=1" }, "data": [] }
Could you please setup a new API key and ensure you pick “Authenticated (you)” and “Private” scope for it like in step 3. of our guide at https://foliovision.com/player/video-hosting/how-to-use-vimeo ?
Thanks,
Martin3 years ago in reply to: Embed code doesen’t workHello Paolo,
please try visiting wp-admin -> Setting -> Permalinks as that might fix the issue. If it will then we will check how to make the rewrite rules added using add_rewrite_endpoint() more reliable.
If it won’t help, please try to post the video into some article and not on the homepage.
Thanks,
MartinHello Jovan,
that is a simple and effective improvement. If you need it now please reinstall from https://github.com/foliovision/fv-wordpress-flowplayer/archive/refs/heads/4990880049-schema.org-video-ads-fix.zip yet again.
It will be part of the next FV Player release too.
Thanks,
Martin3 years ago in reply to: Vimeo showcase integration questionHello Carly,
please check wp-admin -> Settings -> FV Player Pro -> Hosting -> Vimeo (Pro) to see if here is a message like:
There were {number} API errors, last one from {date}
There you can click to see the list of errors, does it show anything new?
Could you please also share your Vimeo API key with us? You can use https://revealit.me/ to share it with a reasonable level of security and the API key is easy to regenerate when we are finished.
Thanks,
Martin3 years ago in reply to: Splash screen url auto generatingHello Michael,
I see the issue now – when you remove the Vimeo splash image in FV Player Editor it remembers that action.
But then in front-end the image is still displayed as it does not realize you removed it on purpose.
We will discuss how we could improve this as everybody wants the splash image. In some cases the Vimeo splash image might not be the best, so you can still put in your own. But we didn’t get a request to remove the splash and use the site-wide default yet.
Thanks,
Martin3 years ago in reply to: Remove White flashes before loading videosHello Bill,
does the issue occur when the page is loading or when you click to play the video?
Thanks,
Martin3 years ago in reply to: Vimeo showcase integration questionHello Carly,
it seems the Vimeo API still won’t return any videos for your Showcase.
It might be easiest to start a new showcase and it might have some privacy properties as well. Perhaps the issue is that the Showcase is set to be viewable by anybody, please try to set it to “Hide from vimeo.com”, hopefully that will help.
Otherwise try to check your current showcase using the API here: https://developer.vimeo.com/api/reference/showcases#get_showcase_videos -> Try it out
Please make sure you open that page when you are logged in to Vimeo, pick the App (must not be the “API Playgrond”), enter the album_id and user_id as in my screenshots (attached here in the forums).
Then hit the Make call button and you should see that the “total” number of videos is zero. I included another screenshot of that, but in my case it’s natural as your Vimeo Showcase does not belong to our account.
Thanks,
MartinHello Jovan,
please reinstall from https://github.com/foliovision/fv-wordpress-flowplayer/archive/refs/heads/4990880049-schema.org-video-ads-fix.zip one more time, it should be fixed.
It seems your theme adds some HTML markup for the excerpt more text, so I just set it to use the WordPress default.
Thanks,
MartinHello Jovan,
could you please reinstall FV Player from this link? https://github.com/foliovision/fv-wordpress-flowplayer/archive/refs/heads/4990880049-schema.org-video-ads-fix.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 issues should be fixed – please let us know and we will make it part of the next FV Player release.
Thanks,
MartinHello Hoshang,
there were no changes recently, but if you download the plugin again, it will contain the readme.txt file with the changelog. I put it in now.
Thanks,
MartinHello Mark,
please let us know why do you need to use FV Player’s Matomo integration and Matomo Media Analytics at once.
It seems to me Matomo Media Analytics might be getting the video name in a way which does not work with FV Player. Perhaps we could improve that, but why use two tracking systems?
Thanks,
Martin3 years ago in reply to: Vimeo showcase integration questionHello Carly,
unfortunately the API is not able to fetch any videos from your Vimeo showcase.
Previously you said:
The videos in my Vimeo showcase are not public. I restricted them to hide from Vimeo and only embed on my website, because they are part of a paid subscription product.
That should work just fine. I tested with these exact settings and it works. The actual showcase shows empty on https://vimeo.com/showcase/8872058 but on foliovision.com it does show the videos using FV Player Pro.
Could you please confirm that you are indeed using the “Hide from Vimeo” privacy setting for the videos in that Showcase?
For the next FV Player release we also prepared an improvement to give you back a sensible error when the Vimeo Showcase fails to parse – rather than the Bad video ID error.
Thanks,
MartinHello Oranzi,
thank you for confirming, we will include this fix in the next FV Player version as well, until it’s released you can continue using that special version.
Thanks,
Martin3 years ago in reply to: Vimeo showcase integration questionHello Carly,
please let us know what exactly do you insert into the FV Player Editor. It seems that your Vimeo showcase link is not recognized.
Thanks,
MartinHello Oranzi,
Could you please reinstall FV Player from this link? https://github.com/foliovision/fv-wordpress-flowplayer/archive/refs/heads/4979438877-fancybox-slideshow-keyboad-fix.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,
MartinHello Oranzi,
I think I found the issue – when you are playing a video in lightbox and you move the mouse outside of the video and then you hit the space key, it activates the fancyBox slideshow. So then the lightbox goes to next slide in about 5 seconds.
We are looking into it.
Thanks,
MartinHello,
this could work, but we are mainly concerned about security. Bunny Stream is built for people who pay for the service and use their interface to upload videos. If you allow front-end video uploads it must deal with all sorts of security issues.
Does Gravity Forms provide any sort of upload security to not let users upload malicious files into your Media Library?
Thanks,
Martin3 years ago in reply to: Splash screen url auto generatingHello Michael,
the issue Maria is referring to is that FV Player always uses it’s splash image as the Featured Image if there is none. We believe each post should really have the Featured Image.
However in your case I think the issue is related to the automated splash screens on Vimeo and YouTube.
Maria, please check if these are added even if you remove them in the editor. They might be added when the editor is closed or later on via a background cron job.
Thanks,
MartinHello Mark,
please let us know if you using Matomo’s Media Analytics.
I wonder if the video name could be failing for you somehow. Are you able to open the browser developer tools and go the the network tab?
Then enable “Preserve log” and watch the individual “matomo” requests as the video plays. In each of these you should see the proper
e_n
argument.Then please reload the page to see the “Video / Seconds played” event, it should be have the correct
e_n
in it as well. I’m attaching a screenshot from our website where I enabled Matomo briefly.If it’s all looking good, there might be something else trying to track the videos.
Thanks,
Martin3 years ago in reply to: Bunny verification does not workHello Francus,
please let us know what part of verification is not working.
The documentation on https://support.bunny.net/hc/en-us/articles/360000548992-How-to-check-if-your-website-is-correctly-configured-with-bunny-net deals with how to check that your website is using the CDN for the websites assets (images, scripts, stylesheets). FV Player only deals with videos.
I see you are using FV Player Pro and not FV Player Coconut, you should be able to configure your custom domain without issues: https://foliovision.com/player/video-hosting/using-bunnycdn-with-fvplayer-pro
Thanks,
Martin