Forum Replies Created
-
-
Hello Bruno,
FV Player 7.5.39.7212 is out and it fixes the Video Checker issue.
Once you upgrade you will not be getting these false alarms.
Thanks,
Martin2 years ago in reply to: Video Issues ErrorHello Sherri,
FV Player 7.5.39.7212 is out and it fixes the Video Checker issue.
Once you upgrade you will not be getting these false alarms.
Thanks,
MartinHello Bruno,
We are happy to help you resolve the issue right on your website, we offer the paid service for hands-on support: https://foliovision.com/pro-support
If you have a backup of your website, you can run this query using a plugin like https://wordpress.org/plugins/sql-executioner/
DROP TABLE `wp_fv_fp_hls_access_tokens`
That will remove the table. I advise strongly to remove that plugin once it’s no longer needed.
We always try to make our plugin better and more resilient. I checked if WordPress has a way of fixing its tables and it does. But it only supports its own tables and cannot check a table of any plugin. And it’s not fully automated, you have to edit wp-config.php, so it’s not so easy.
But I added some code to let FV Player use that WordPress feature. I know that just repairing the table did not solve the issue for you, but it’s a good addition.
Thanks,
MartinHello Bruno,
That’s weird as it keeps saying that it’s corrupted.
Please try to remove that table using your database management tool. If you have any kind of a control panel running on your web host there should be a way of listing the database tables and removing
wp_fv_fp_hls_access_tokens
.If you are not sure, you can ask your web host support.
I wonder if WordPress includes any code to auto-repair its tables these days. We should follow the same procedures with FV Player.
Thanks,
MartinHello Bruno,
Now the log shows the following:
Table ‘./engorged_wp/wp_fv_fp_hls_access_tokens’ is marked as crashed and should be repaired
So it seems that your server has crashed and it affected one of the FV Player tables. This could happen to any table, including the basic WordPress tables like wp_options, in that case your website would not load at all.
Please run the following SQL command on your database:
REPAIR TABLE wp_fv_fp_hls_access_tokens;
That will fix the issue. If you are not sure about how it’s done please ask your web server support or you can try to use this plugin to repair your database: https://wordpress.org/plugins/simple-database-repair/ I checked that plugin code an it seems good.
Thanks,
MartinHello Bruno,
Please reinstall using the same steps again, I added some code to log why it fails to re-create that table or why the database insert fails. No need to test the Release version, these improvements are in Beta only.
If possible try to execute this SQL query on your database:
CREATE TABLE `wp_fv_fp_hls_access_tokens` ( `id` int NOT NULL AUTO_INCREMENT, `time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `url` varchar(1024) NOT NULL, `client` varchar(1024) NOT NULL, `cookie` varchar(1024) NOT NULL, PRIMARY KEY (`id`), KEY `url` (`url`(768)), KEY `client` (`client`(768)) );
Will that work or will you get any error?
Thanks,
Martin2 years ago in reply to: Video Issues ErrorHello Sherri,
I replied in that original thread couple of hours ago;: https://foliovision.com/support/fv-wordpress-flowplayer/troubleshooting/amazon-s3-the-request-signature-we-calculated-does-not-match-the-signature#post-201918
I wanted to confirm if the issue is just with the Video Checker: https://foliovision.com/player/troubleshooting/how-to-use-video-checker
And if the videos actually play.
Please let us know.
Thanks,
MartinHello Bruno,
I see that the encrypted HLS playback request fails to store.
I wonder if your FV Player HLS tokens table got lost.
Please reinstall using the same steps again, I added some code to re-create the table if it’s missing.
Thanks,
Martin2 years ago in reply to: Titles not showing.Hello Extramillions,
The wp-admin -> FV Player -> Settings -> Skin -> Playlist has a setting to pick the Playlist design, where one shows the titles at all time and the other one only on hover: https://foliovision.com/player/getting-started/customizing-fv-player-skin#playlist-skin
Please let us know if that’s it or you are still having issues.
Thanks,
MartinHello Bruno,
Please deactivate and delete the FV Player Pro plugin you are using, then hit “Install Pro extension” at the top of the wp-admin -> FV Player -> Settings 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
Finally you will be able to enable wp-admin -> FV Player -> Settings -> Pro Features -> Debug -> Verbose.
Please let us know what filename it logs into (you can find out by clicking the three dots in the option description), it should be something like:
/home/website/public_html/fv-player-debug-abcdefdcf03634a4f3318e6d1d99042d.log
Then we can try to play your test video and see what shows in the log to figure out what’s failing.
Thanks,
MartinHello Sherri and Stickywerks,
Please let us know what is one of your video URLs that runs into the issue.
We found that the comma symbol causes problems, but it never worked, not even in 7.5.29.7210. So we fixed that and the new version for test can be found here: https://foliovision.com/downloads/fv-wordpress-flowplayer.zip
But it seems to me that you perhaps only see this issue when using the Video Checker: https://foliovision.com/player/troubleshooting/how-to-use-video-checker
So we will fix that as it’s very bad to get false alarms.
Thanks,
MartinAs a temporary workaround you can use this PHP code to permit the encrypted HLS playback if the IP or URL does not match:
add_filter( 'fv_player_pro_secure_hls_key_send', '__return_true' );
You can put that to your theme functions.php file.
Thanks,
MartinHello Bruno,
Thank you for these details, I can see that the issue is not with Bunny CDN nor DigitalOcean Spaces.
Somehow the encrypted playback is not allowed.
Did you make any changes to the files stored on DigitalOcean Spaces, including renaming any of them?
Were there any changes to the web server configuration, like adding a web application firewall like Cloudflare or a proxy?
I’m asking as the user IP address playing the video and requesting the decryption key seems to not match.
Please open YOUR-SITE.com/wp-admin/options-general.php?page=fvplayer&debug and go to the “Tools” tab where you will find “Encrypted HLS tokens”.
Then play your test video and refresh that above page and see if anything new appears in that “Encrypted HLS tokens” table. Will you see your real IP address and will the “Url” match the video which you are trying to play?
Thanks
MartinHello Bruno,
Please let us know what do you use to host your videos.
If it’s Bunny CDN pulling videos from DigitalOcean Spaces, then does Bunny CDN in the S3 Authentication settings still use valid keys from DigitalOcean Spaces?
Are you sure there were no changes?
Is the issue only with Safari?
Are you on latest FV Player (the base free plugin) too?
Thanks,
MartinHello Sheri,
As I was mentioning I was not able to reproduce this issue.
Please send over the exact video URL on S3 which you are using. Then we can add similar URL on one of our buckets to our automated test suite and avoid further issues with it – there might be an issue with some special character.
You can also check if enabling S3 Ajax in wp-admin -> FV Player -> Settings -> Hosting -> Amazon S3 Protected Content will fix the issue.
Thanks,
MartinHello Taco,
That works as well, you can browser and search videos stored on Cloudflare Stream. It’s that second screenshot on https://foliovision.com/2023/08/upload-cloudflare-wordpress
Thanks,
MartinHello Taco,
If you are looking to move your videos out of Cloudflare and into a different provider (or self-host), we do offer such service: https://foliovision.com/store/video-library-migration
Cloudflare does support the API calls to let us download the original videos so the migration is possible.
Thanks,
MartinHello Stickywerks,
I was not able to reproduce this issue.
Please send over the exact video URL on S3 which you are using. Then we can add it to our automated test suite and avoid further issues with it.
If you have a staging website where we could see the issue then that would be great too.
Thanks,
Martin2 years ago in reply to: Seeing intermittent PHP Fatal ErrorsHello Steve,
It’s not a new release version yet as we would like to see if the fix actually prevents these errors in your case. Hence no change in the version number, but I see it would be clearer.
It’s true that this does not help us figure out which video is causing issues. We could add some log of failed video checks.
Thanks,
Martin2 years ago in reply to: Hls with bunny.net stops when screen is offHello Alecos,
I tested with Chrome on Android 13 and the audio would continue playing even though mobile screen turned off after a while.
If it’s a video, then it won’t go turn off the screen, so nothing stops the video.
If you lock the phone on purpose and the screen turns of, I can then continue playing the video on the lock screen. I was testing with Safari on iPhone with iOS 15.7 and with Chrome on Android 13.
I tested the HLS audio too and it would not stop. Please let us know what mobile and what browser did you use with what operating system.
Thanks,
Martin2 years ago in reply to: Seeing intermittent PHP Fatal ErrorsHello Steve,
Thank you for the bug report. It’s the background video checking. Seems like there is some video that is not properly recognized as YouTube or Vimeo.
Could you please reinstall FV Player from this link? https://foliovision.com/downloads/fv-wordpress-flowplayer.zip
Then the issue will be fixed.
Thanks,
MartinHello Taco,
In case you are looking for a way of making it easier to post new videos using Cloudflare Stream, our new addon plugin does let you upload videos to it right in your WordPress admin dashboard: https://foliovision.com/2023/08/upload-cloudflare-wordpress
Thanks,
Martin2 years ago in reply to: Cloudflare Streaming signed URLSHello James,
In case you are still interested, we now support Cloudflare Stream URL tokens and video uploading with our new addon plugin: https://foliovision.com/2023/08/upload-cloudflare-wordpress
Thanks,
Martin2 years ago in reply to: Adding a Call To Action at a certain timeHello Mike,
We started to work on this some time ago, but then we felt like it should be simplified.
We like the way it works in Wistia: https://wistia.com/support/customizing/annotation-links
On that link you can see that an annotation has the following properties:
- Start
- End
- Text
- URL
- Left or Right position
- Light or Dark color
It seems that’s all you might need.
The other kind is a message that appears and it stops the video from playing. It might require an email address to be provided to allow further video playback: https://wistia.com/support/customizing/turnstile
Thanks,
MartinHello Bruno,
I’m checking if there is a problem with the double encoding. In your case
%20
becomes%2520
.Please let us know if you are able to play these videos.
Thanks,
Martin2 years ago in reply to: How to Reduce the FV content in User FileHello Andy,
We will copy these FV Player video positions from usermeta to the new table. This conversion routine took 1 hour on one of the big video websites where we were testing this new feature. It would free almost 1GB of space in the wp_usermeta table as there are tens of thousands users.
If you did some CSV export for a database tool then I guess that’s what added that
meta_key_
part to these column headings. In that case the actualmeta_key
was likely just_fv_wp_flowplayer_saw_59
– which belongs to FV Player and will be moved in that conversion routine in FV Player 8.Thanks,
MartinHello Gillian,
Any cache plugin needs to be purged when you change global plugin settings or if you update a plugin, as long as the plugin does anything int the front-end.
We are using WP Rocket and find that putting all the JavaScript into one file no longer provides any benefits. Google PageSpeed algorithm actually checks how much JavaScript runs on the website and not just how much is downloaded.
Thanks,
MartinHello Peter,
You have contacted us via email regarding this issue on July 3rd. We replied to you on you on that email on July 12, 2023 along with the FV Player 8 and FV Player Pro 8 ZIP file.
Please look into that email or let us know if you can’t find it. Perhaps the ZIP file was not allowed by your email provider.
Thanks,
MartinHello Andy,
I’m not having issues on https://workingsheepdog.co.uk/online-sheepdog-training-videos-preview-tb/ with latest Safari.
Please check if you run into that issue even now. Your website uses some caching using the NginX web server, so perhaps that one was not purged and you actually still got the old files when not logged in.
Thanks,
Martin2 years ago in reply to: How to Reduce the FV content in User FileHello Andy,
Following wp_usermeta rows belong to FV Player – the meta_key must be one of:
- fv_wp_flowplayer_playerplaylist*
- fv_wp_flowplayerposition*
- fv_wp_flowplayersaw*
- fv_wp_flowplayer_topposition*
These will be moved to a new database table in FV Player 8. That will reduce the number of database data moved around, specially if you allow your users to post comments on the articles.
Do you seem them anywhere in that exact form as you wrote?
meta_key__fv_wp_flowplayer_saw_59 meta_key__fv_wp_flowplayer_position_180
Thanks,
MartinHello Andy,
Could you please reinstall FV Player from this link again: https://foliovision.com/downloads/fv-wordpress-flowplayer.zip
Then it should work. For now I disabled HLS.js for Safari as it supports it natively. That will for for now before we have a better fix.
Thanks,
Martin2 years ago in reply to: How to Reduce the FV content in User FileHello Andy,
What you pasted does not belong to FV Player.
However you are right that the FV Player user video position is stored in
wp_usermeta
table and that it can grow over time.That’s why in FV Player 8 we will convert these entries to a custom database table. We have build that conversion routine and we are testing FV Player 8 on our video websites to make sure it’s ready for public release.
Thanks,
MartinHello Nikolas,
-
Chromecast button appears if the Chromecast is available and the video supports it. Please check if you are able to Chromecast on https://foliovision.com/
-
Do you mean the time tooltip that appears when you hover the timeline?
-
Please check our CSS tip for changing of that icon: https://foliovision.com/player/faq-intro/css-tips-and-fixes#change-button-icons
Thanks,
Martin2 years ago in reply to: iOS-compatible CMAF stream with AV1Hello Strad,
Are you using the URL signatures to increase protection of your HLS stream? If so then next FV Player Pro plugin will include a new feature which is described here: https://foliovision.com/2023/07/limit-video-quality
To get it right now please deactivate and delete the FV Player Pro plugin you are using, then hit “Install Pro extension” at the top of the wp-admin -> FV Player -> Settings 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
Then you should be able to avoid using that 4K stream for mobile.
Thanks,
MartinHello Andy,
Could you please reinstall FV Player from this link? https://foliovision.com/downloads/fv-wordpress-flowplayer.zip
It’s a new FV Player version with the latest HLS.js library included. It should fix that Safari issue.
Please be careful to purge the Siteground Optimizer cache as well. The JavaScript files have changed and you must purge that cache to ensure you get the updated scripts. Perhaps Sitegroud Optimizer does that automatically, but I thought I will mention this.
Thanks,
Martin2 years ago in reply to: Add Video Amazon S3 folderHello Michael,
It seems that some other plugin loads a differnet version of AWS SDK or Guzzle HTTP library. In FV Player we only load these when needed – when using that Amazon S3 browser, I wish other plugin authors would also only load these libraries when they are using it in the code.
I will check if we need to update these libraries in our plugin.
On your end, could you please check if you are using ElementsKit Pro? Somebody reported a problem with that plugin in January, it used an older versions of these libraries: https://foliovision.com/support/fv-wordpress-flowplayer/bug-reports/guzzlehttp-conflicts-with-elementskit-pro-again#post-182156
Thanks,
MartinHello Andy,
Previously I said I’m not running into that issue on Safari 16.3 on macOS 11.6.1.
But now I tried the exact Safari 16.5.1 and I’m running into the same problem.
It’s not easy to troubleshoot as we are not having such issue on our test videos: https://foliovision.com/player/demos/encrypted-hls-stream
Could you please try without the Siteground website optimizer? It puts all your scripts into a single file and I wonder if that could somehow cause this on that new Safari version.
Thanks,
MartinHello Samuel,
Currently you can only use the logo=”…” argument of the shortcode to put up your image with the parental video rating: https://foliovision.com/player/developers/shortcode-parameters
Thanks,
MartinHello Michael,
Please let us know if you use the URL tokens when serving these HLS streams.
Thanks,
Martin2 years ago in reply to: hlsjs-lite: unsupported video messageHello Ravi,
I tried the first stream on HLS.js demo page and it would play: https://hlsjs.video-dev.org/demo/?src=https%3A%2F%2Fcurium2.truman.edu%2FfCkxAeD5VFkCF8e0DO1xNYbYq88Ws7%2Fhls%2Ft7EBp8Hzsx%2FCqbBFPAsU3%2Fs.m3u8
That was last week and I did not get around to posting that.
Now it works and it also works in FV Player.
Are you sure it’s not a reliability issue with your HLS streaming server?
Thanks,
Martin2 years ago in reply to: Individual watermark for each videoHello Łukasz,
The logo can be currently only changed using the logo=”…” shortcode argument, as documented on https://foliovision.com/player/developers/shortcode-parameters
Thanks,
Martin2 years ago in reply to: Several audio tracksHello Łukasz,
While the MP4 format does support multiple audio tracks, the web browsers do not support that.
The only compatible way of serving video with multiple audio tracks are the HLS streams. The HLS streams are easy to create with FV Player Coconut, however feeding in the right MP4 with all the different audio track languages is not simple. We have documented this in our guide here: https://foliovision.com/player/audio/multiple-audio-tracks-player
Thanks,
MartinHello Tonia,
Please let us know about the exact goal you are trying to achieve.
Are you trying to update the video content without having to update all the video links which you have shared to different websites?
Or are you trying to re-encode the video with different quality settings?
FV Player Coconut does not have a video re-encode feature, at least not yet. One of the issues is that once the video is re-encoded it had to be purged from the CDN to make sure users actually get the new files.
The individual jobs can be removed in wp-admin -> FV Player -> Coconut Jobs, but the player needs to be removed first and the video files have to be removed manually.
Thanks,
Martin2 years ago in reply to: Notice from AWS – Subject: ACTION REQUIREDHello John,
In case of video files hosted on AWS S3 the client software to be updated are the web browsers used by your website visitors.
However TLS 1.2 is supported by practically the browsers.
Can I Use” is a good resource for these kinds of issues and it indicates that for example only Internet Explorer before version 11 or Android below version 4.4.4 does not support TLS 1.2: https://caniuse.com/?search=tls%201.2
You can hit “Usage relative” on that page to see how many users are still using these browsers and operating systems – it’s basically 0%.
Thanks,
MartinHello Dimitrii,
Please deactivate and delete the FV Player Pro plugin you are using, then hit “Install Pro extension” at the top of the wp-admin -> FV Player -> Settings 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 give you the FV Player Pro plugin with the the new “Encrypted Playback for 3rd Party Domains (Pro)” tool available in wp-admin -> FV Player -> Settings -> Tools.
Thanks,
Martin2 years ago in reply to: Expand and show AB Loop option by defaultHello Dilan,
Please deactivate and delete the FV Player Pro plugin you are using, then hit “Install Pro extension” at the top of the wp-admin -> FV Player -> Settings screen.
That will give you the FV Player Pro plugin with the fix.
Then you can use this JavaScript code to make sure the AB loop bar is enabled anytime somebody starts playing a video: https://foliovision.com/player/developers/javascript-guide#ab-loop-example
Thanks,
Martin2 years ago in reply to: How to hide AD for a logged in userHello DonCamillo,
You can get that using FV Player No Ads For Members which is a paid addon: https://foliovision.com/store/fv-player-no-ads-for-members
Thanks,
Martin2 years ago in reply to: hlsjs-lite: unsupported video messageHello Ravi,
FV Player uses HLS.js for HLS streams when not playing on iPhone.
Please let us know which exact HLS stream does not play for you in FV Player but plays on that HLS.js test page.
Thanks,
Martin2 years ago in reply to: Expand and show AB Loop option by defaultHello Dilan,
We will look into that as the code which we provided does not always work.
Thanks,
MartinHello Zach,
I see that we only check first 4 MB of a video file to determine its duration. We increased the limit to 8 MB now, so it should analyze your videos properly.
Could you please reinstall FV Player from this link? https://foliovision.com/downloads/fv-wordpress-flowplayer.zip Then the missing durations should appear in a day or so – the background checker will notice these videos have no duration stored and add them in.
Thanks,
MartinHello Meir,
I tried on iPhone with iOS 16.5 and Safari and haven’t noticed any issues. I played the video for 3 minutes.
However I run into that exact issue on Android 13 with latest Chrome. It stopped playing after 12 seconds. Once I reloaded it played just fine.
Please uncheck “Disable MPEG-DASH” in wp-admin -> FV Player -> Settings -> Hosting -> Vimeo (Pro). When that setting is enabled Android will play the HLS stream which does not have a great support on Android. Unless HLS.js library is loaded, so perhaps we should do that for Android phones when MPEG-DASH is not there.
Thanks,
Martin2 years ago in reply to: FV Player Pro- double-click issuesHello Tailoong,
I found the player was covered by the ad element even if the ad was already closed. The bug occurred as we were trying to make some space for the AB loop in fullscreen.
Please deactivate and delete the FV Player Pro plugin you are using, then hit “Install Pro extension” at the top of the wp-admin -> FV Player -> Settings screen.
That will give you the FV Player Pro plugin with the fix.
If you are using any CDN or CSS optimization plugin please purge these as well.
Thanks,
MartinHello Zach,
It could happen if FV Player fails to detect the duration of your videos.
Please provide the export of your playlist, here’s how it’s done: https://foliovision.com/player/tools/importing-exporting-players
Then I can check if the duration check fails for any particular reason.
Thanks,
MartinHello Vincenzo,
Using FFmpeg on the server directly could work, but it’s not a common library that would be installed on many servers.
If you are not publishing too many videos and your readers are close to your server it might work fine. Otherwise you need at least the CDN to make sure the video is fast to stream regardless of the user location.
That’s why we created FV Player Coconut with the setup wizard to let users get powerful video encoding, storage and distribution without having to configure it all the hard way.
Thanks,
Martin2 years ago in reply to: Make my video most secureHello Mustafa,
The HLS encryption supported by Coconut is AES-128.
While AES-256 is a more powerful encryption, the video protection is only as strong as the weakest component. Which is the decryption key distribution mechanism. FV Player Pro already improves that over the standard encrypted HLS.
Thanks,
Martin2 years ago in reply to: FV Player Pro- double-click issuesHello Tailoong,
please let us know what FV Player Pro features are you using on that video as I was still not able to reproduce the issue – this double-tap seeking works for me with FV Player Pro too. I was also using the DRM text to see if that could be causing the issue, but it worked.
You can send a link to your test page too,
Thanks,
Martin2 years ago in reply to: Player on ISO only loads audio of livestreamHello Mark,
so currently the live stream is not live anymore, it just shows a short video with a message that the stream is offline. But at least I can see that without issues on iPhone with iOS 15.7 and also on iOS 16.5. I tried with both Safari and Chrome.
Please let us know when do you plan to run another live stream or if you could run some test live stream.
Thanks,
MartinHello Gregory,
please try to change the website name in wp-admin -> Settings -> General temporarily. That will let the FV Player Coconut Wizard try with some other Space name on DigitalOcean.
Thanks,
MartinHello Gregory,
please go to wp-admin -> FV Player -> Settings -> Hosting -> DigitalOcean Spaces and clear the “Space Name” field. Then the wizard should work.
Thanks,
Martin2 years ago in reply to: FV Player Pro- double-click issuesHello Tailoong,
in FV Player double tapping the video on the left or right side seeks forward or rewinds the video by 10 seconds when using mobile. So I guess that’s what you mean.
Please let us know what FV Player Pro features are you using on that video as I was not able to reproduce the issue – this double-tap seeking works for me with FV Player Pro too.
You can send a link to your test page too,
Thanks,
MartinHello Dimitri,
We are thinking about letting FV Player Pro accept the encrypted HLS streams from and of your licensed domains. If we allow any random domain it could potentially be exploited to lower the video protection.
Thanks,
MartinHello Dimitri,
re-encoding would be the last option.
As I was mentioning something could be done about this using PHP code, so we will discuss if our plugin could make these website migrations easier.
Please let us know how did you fix these issues when you have a minute.
Thanks,
MartinHello Dimitri,
please let us know what was your domain name before and after. Did it change completely? For the HLS decryption key we allow sub-domains to get the key but if the domain was changed completely it won’t work.
However you did mention you updated the m3u8 files – did you really do that with the files stored on DigitalOcean Spaces? It could also be adjusted with a WordPress filter
fv_player_drm_stream_loader_output
in PHP.Thanks,
Martin2 years ago in reply to: Player on ISO only loads audio of livestreamHello Mark,
I wonder if FV Player fails to detect that the stream is live. Could you please provide the streaming URL and let us know when it will be live again?
Or will adding live=”true” to the shortcode fix the issue? You can try like this (1 is your player ID for the live stream):
[fvplayer id="1" live="true"]
Thanks,
MartinHello Gregory,
thank you for confirming, we will add that to the FV Player Coconut compatibility checks.
Thanks,
MartinHello Peter,
it works well in our testing, we will check when we could make FV Player 8 available for beta testers.
Thanks,
MartinHello Girish,
each browser gets a token and we only allow 3 tokens in last 3 months. The 3 months limit is important when user buys a video, it’s not important for renting.
Thanks,
MartinHello Gregory,
it says the cURL library is missing in your PHP. It’s required by the Coconut PHP library.
Please ask your web hosting support to add that PHP library for you, it’s very common and only missing in rare cases. So it shouldn’t be a problem to add it.
Thanks,
Martin2 years ago in reply to: Player on ISO only loads audio of livestreamHello Mark,
the issue which I’m noticing is that your video are not optimized for web. I tried on iPhone 16.4.1 and the video wouldn’t start even if I opened it in the browser directly.
I tested with Delft_01-06-2023.mp4
It’s a 12 hour long video, so I’ll check if that might be causing some issue on iPhones.
Thanks,
MartinHello Girish,
Please download a fresh copy of FV Player Pay Per View ZIP file from https://foliovision.com/my-licenses and reinstall again.
I found there was a problem if the full video was in a different format than the preview.
Thanks,
MartinHello Bebopblues,
I see it’s added for the CSS :focus pseudo-class when the element is selected in Firefox.
Could you please reinstall FV Player from this link? https://foliovision.com/downloads/fv-wordpress-flowplayer.zip Then it should be gone.
Thanks,
MartinHello Girish,
if you download a fresh copy of FV Player Pay Per View ZIP file from https://foliovision.com/my-licenses and reinstall you will get a new version of the plugin which no longer uses the IP address to limit the viewing.
Thanks,
MartinHello Gregory,
is your development website really a sub-domain of your live website, like that dev.domain.com is a sub-domain to domain.com? If both use the same “domain.com”, then it should work.
Like I said the staging domain should be a sub-domain of your live domain to play these encrypted HLS streams.
If that’s not the case, please send a link to your staging website where we can see a video (not) playing.
This seems needlessly complex but we are protecting the videos. If we can make some adjustments to make operating a staging website easier we will – like we did with these staging website subdomains being allowed to play these videos.
If you get a HTTP 500 code anywhere the please check if anything new appeared in the PHP error log. If you are not sure about how to check the PHP error log, the server technical support should be able to give you a hand.
Or you can install this plugin which makes a list of these errors available in wp-admin: https://wordpress.org/plugins/error-log-monitor/
Then try to reproduce the error again and it should be recorded in these logs.
Thanks,
MartinHello Gregory,
the encrypted HLS streams are set to play on your website domain only. However if you staging domain is a sub-domain of your live domain it should play.
If that’s not the case, please send a link to your staging website where we can see a video (not) playing.
I see you setup the staging website license for your FV Player Coconut, you should be able to enter that in wp-admin -> FV Player -> Coconut Jobs -> Settings – even without running the setup wizard again.
Thanks,
MartinHello Peter,
finally we are starting on this, it will be a FV Player 8 feature.
Thanks,
Martin2 years ago in reply to: Odysee Livestream not workingHello Robert,
unfortunately the live streams won’t work as they started to check the HTTP referrer. So you will have to use their iframe embed code.
Thanks,
Martin2 years ago in reply to: how to delay wprocket js executionHello Meir,
It makes sense – if you only load the CSS for which the markup is in the page HTML code the FV Player styling once the video starts will be missing. The control bar will not work and so on.
WP Rocket offers similar optimization and FV Player tells it to skip its CSS files as such optimization is not going to work.
Thanks,
Martin2 years ago in reply to: Odysee Livestream not workingHello Robert,
we are noticing some inconsistencies in how Odysee API works.
Please post a link to the live stream which you are using.
Thanks,
Martin2 years ago in reply to: how to delay wprocket js executionHello Meir,
could you please reinstall FV Player from this link? https://foliovision.com/downloads/fv-wordpress-flowplayer.zip
Then it should work. The WP Rocket “Delay JavaScript execution” will take priority over FV Player’s “Optimize FV Flowplayer JS loading” and you do not need to exclude anything.
Thanks,
Martin2 years ago in reply to: how to delay wprocket js executionHello Meir,
with the “Optimize FV Flowplayer JS loading” setting of FV Player the WP Rocket settings should no longer apply as FV Player will already load its scripts only on the first user interaction with the page: https://foliovision.com/player/settings/optimize-javascript-loading
If it does not seem to work then please make sure https://meirtv.com/wp-content/plugins/fv-wordpress-flowplayer/flowplayer/modules/flowplayer.min.js is excluded from WP Rocket optimizations.
Thanks,
Martin2 years ago in reply to: Make my video most secureHello Mustafa,
the monthly fees by the DRM provider still apply. Please check the EzDRM monthly pricing here: https://www.ezdrm.com/service-pricing
You basically need the “Universal Complete” package to really support all the web browsers.
Thanks,
Martin2 years ago in reply to: Make my video most secureHello Mustafa,
our integration with BuyDRM or EzDRM video protection providers can be purchased here: https://foliovision.com/downloads/widevine-fairplay-support
Thanks,
Martin2 years ago in reply to: Make my video most secureHello Mustafa,
the advantage of Apple Fairplay is that it can prevent screen capturing. But it only works in the Safari browser on Mac and iOS.
So you would need something else for Android and Windows users. On Windows you would have to use Microsoft Playready which would only play in Microsoft Edge.
On Android you would have to use a native mobile app with Widevine protection.
The reason for this complexity is that on each operating system only the standard web browser supports all the hardware DRM. And on Android none of the browsers support that so it would have to be mobile app only.
To support these 3 protocols we would have to use a DRM provider such as EzDRM or BuyDRM which also adds to the monthly cost.
Thanks,
MartinHello Magdalena,
FV Player Coconut tries to pick your Spaces names for DigitalOcean automatically, perhaps retrying will help.
If not then please go to that wp-admin -> FV Player -> Coconut page again and there should be a button labeled “Show wizard log”. Clicking that will reveal the log of the wizard operations – hopefully including explanation why the DigitalOcean Spaces check has failed.
Thanks,
MartinHello Willie,
thank you for the video.
Are you using the “Turbocharge Ajax Vimeo loading” setting in wp-admin -> FV Player -> Hosting -> Vimeo?
In that case please deactivate and delete the FV Player Pro plugin you are using, then hit “Install Pro extension” at the top of the wp-admin -> FV Player -> Settings 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-betaThen resave the plugin settings and it should work.
Thanks,
Martin2 years ago in reply to: How to add phone number on drm text feature2 years ago in reply to: How to add phone number on drm text featureHello Mustafa,
putting it into
$data['phone_number']
won’t do anything. You can only use one of the existing array keys which I mentioned.So for example this is how you can add the phone number to the user name:
$data['name'] .= ' ' . get_user_meta( $user_data->ID, 'billing_phone', true );
Thanks,
Martin2 years ago in reply to: How to add phone number on drm text featureHello Mustafa,
that code looks good, but you should be checking
if ( ! empty( $user_data->ID ) ) { ... }
before callingget_user_meta()
to avoid PHP warnings in the logsHowever not all array keys in
$data
are supported – you can only append this information to one of$data['email']
,$data['name']
,$data['ip']
or$data['site']
.Thanks,
Martin2 years ago in reply to: How to add phone number on drm text featureHello Mustafa,
I would add that you can use the
fv_player_pro_drm_text
filter to alter the information showing in the DRM text: https://foliovision.com/player/developers/api-programmingSo if you are storing it as one of your user profile fields, you can append it there.
Thanks,
Martin2 years ago in reply to: Html5: Video loading abortedHello Remy,
please let us know if the issue appeared on the same videos which just keep failing over and over again or if it was completely random.
I also wonder if you can see anything in your PHP errors logs for the period when you had the current version of FV Player up.
Thanks,
MartinHello Magdalena,
I’m noticing that the enhanced video protection works only for some of the videos. It seems to work well for the older videos.
But we are still looking at different ways of fixing our Vimeo Security plugin. We will have an update today.
Thanks,
Martin2 years ago in reply to: Html5: Video loading abortedHello Remy,
does it appear that the same videos keep failing or do just random videos fail?
If it’s the same set of videos that fail to play then please put them on a test page which we can access.
If it’s random videos then please install the Log HTTP Requests plugin and see what it says about the requests going to your Bunny CDN domain. Just clear your Stream Loader cache in FV Player Pro settings and when you play a video next time it will a log entry with in wp-admin -> Tools -> Log HTTP Requests. There you can see full details of the Bunny CDN response. I wonder if it gives back some error page.
Also, if you use “Speed-up” setting in FV Player Pro -> Stream Loader then please disable it for now.
Thanks,
MartinHello Magdalena,
we are looking into it. A while ago Vimeo stated to use simple MP4 files for the audio tracks of the videos. Maybe they do it for the actual video too. Previously the video would be stored in chunks which worked as a way of protecting the video against the video downloading tools. Maybe there is still a way of getting these chunked video streams
Thanks,
MartinHello Mr W.,
please reinstall FV Player from this link: https://foliovision.com/downloads/fv-wordpress-flowplayer.zip
Then the issue will be fixed.
We are also fixing our automated testing as the S3 browser test was not working properly and that’s why this bug has occurred.
Thanks,
Martin2 years ago in reply to: Chromecast not working on WordPress.comHello Thomas,
we are thinking about showing the Chromecast button at all time on compatible browsers. Then clicking it would show a message that no device is available or show the actual Chromecast receiver selection.
Please send a test page to your WordPress.com website so that we can check the issue with Chromecast being blocked. Or is it simply blocking external scripts using HTTP Content-Security-Policy header?
Thanks,
Martin2 years ago in reply to: Cloudflare Streaming signed URLSHello James,
here’s our documentation on adding support for custom video CDNs with secure tokens on URLs: How to add your own URL token signing mechanism
It solves the biggest issue – these signed URLs time out and have to be regenerated – that keeps them secure.
Thanks,
Martin2 years ago in reply to: Html5: Video loading abortedHello Remy,
if you are on WordPress 6.2 please make sure to upgrade the FV Player plugins. There were some issues in that new WordPress version: https://foliovision.com/2023/04/wordpress-62-breakage
Thanks,
Martin