Forum Replies Created
-
-
3 years ago in reply to: Permissions for Editor role
Hello Robert,
please reinstall FV Player Pro – 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 way the issue will be fixed. It seems we made a mistake when adding this feature for Editor role users.
Thanks,
Martin3 years ago in reply to: DRM text random position and size option3 years ago in reply to: Too many draft players being createdHello HungTQ,
this should not be happening at all. We got a report like this before and I did run into the issue myself on one website a while ago.
Please let us know if this keeps happening to you very often.
I will keep my eyes open to see if I ever run into it again.
I see that an option to remove players which are not used anywhere could be useful.
Thanks,
MartinHello Jovan,
it’s possible to change the URL by adjusting the FV Player code, but it would have to be changed in several places.
I see the video sitemap is supported in the paid versions of Rank Math: https://rankmath.com/offer/ -> Compare Free vs Premium
Could you please ask Rank Math support if their system is modular and if it would be possible to add code to include FV Player in their video sitemaps? Perhaps we could support it in our plugin. That would avoid the duplicate video sitemap.
Thanks,
Martin3 years ago in reply to: PHP 5.2: Parse error: syntax errorHello,
we have avoided the PHP 5.2 compatibility issues. 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, if you really cannot upgrade your PHP version.
Thanks,
Martin3 years ago in reply to: Permissions for Editor roleHello Robert,
please check if they are able to access wp-admin -> FV Player -> Video Ads.
Thanks,
MartinHello Steve,
the step to configure video_files capability might not be there 1-2 years ago. If you generated a new key with that capability, it should let you play videos again.
Thanks,
MartinHello Steve,
please check if enabling “Turbocharge Ajax Vimeo Loading” will avoid the issue: https://foliovision.com/player/video-hosting/how-to-use-vimeo#turbocharge-ajax-loading
It will use a different method for HTTP and perhaps that will help. However that way nothing will show in Log HTTP Requests. It’s still important to check if the requests in that log are failed or taking too long. Could you please post a screenshot of that log?
Thanks,
MartinHello Steve,
the “It seems this video doesn’t belong into your Vimeo account or you miss the video_files capability for your API key.” error can only occur if the initial video load through our API (which we use to get MPEG-DASH streams) fails. So it’s strange that you do not see these failed request in Log HTTP Requests. Or do you see some requests that were failed or taking too long?
Does the actual video belong to the same Vimeo account as the API key? Please also check if the API key/token has the video_files capability. You can see how to set it up here: https://foliovision.com/player/video-hosting/how-to-use-vimeo#access-token-setup -> “make sure you only choose Public, Private and Video Files scopes.”
Thanks,
Martin3 years ago in reply to: Remember video position errorHello Anton0758,
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 work.
I found that we forgot to include a single , in the code and that has caused the issue. We will add automated JavaScript code check using JSlint to avoid issues like this.
Thanks,
Martin3 years ago in reply to: Remember video position errorHello Anton0758,
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 work.
I found that we forgot to include a single , in the code and that has caused the issue. We will add automated JavaScript code check using JSlint to avoid issues like this.
Thanks,
Martin3 years ago in reply to: Admin JavaScript warningHello Jovan,
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 will work.
I found that we forgot to include a single , in the code and that has caused the issue. We will add automated JavaScript code check using JSlint to avoid issues like this. Our current tests did not detect this as this bug does not break anything unless there is some other code on your website which is using a global variable named isSupported. So it’s an edge case bug and we will stop it from happening ever again.
Thanks,
Martin3 years ago in reply to: Videos have stopped working in pro playerHello Leona,
if it behaves properly without FV Player Pro, then it really suggests you have configured some other CDN in wp-admin -> Settings -> FV Player Pro -> Hosting.
Please check wp-admin -> Settings -> FV Player Pro -> Hosting -> Cloudflare – is the domain name really empty? You will have to enable FV Player Pro to be able to check it out though.
Thanks,
Martin3 years ago in reply to: Your VAT registration form is NOT workingHello Vladimir,
I found the bug and fixed it – the empty space at the start of your VAT code did cause the issue with the country detection.
Now it will work properly.
Please let us know if there is anything else.
Thanks,
MartinHello Karun,
thank you for letting us know. Configuring that IP forwarding should be a core part of any advanced CDN setup as different WordPress plugins need the proper user IP – for security and proper logging.
Thanks,
Martin3 years ago in reply to: Admin JavaScript warningHello Jovan,
please make sure you purge any caches, specially if you use something to optimize the JavaScript.
If the issue persists, then please check open your browser developer console (here’s how https://foliovision.com/player/troubleshooting/javascript-browser-console), then load the page where the issue occurs again and see, if any error appears on the console.
Thanks,
MartinHello Karun,
it seems you are using Cloudfront for your website. I’m not sure what that does to the IP addresses in WordPress.
Please switch your FV Player Pro to Beta, here’s how: https://foliovision.com/player/basic-setup/switching-fv-player-pro-to-beta
Then go to wp-admin -> Settings -> FV Player Pro and append “&debug” at the end of URL, so you get something like: https://site.com/wp-admin/options-general.php?page=fvplayer&debug
Then you will find a new “Encrypted HLS tokens” box in the “Tools” tab.
Try to play the video in other tab of your browser and reload that FV Player Pro settings screen – please see if you can see the token in that Encrypted HLS tokens table.
If yes, then it would mean that the IP addresses are getting mixed up and your CDN needs to be configured to forward the real client IP to the website.
Thanks,
Martin3 years ago in reply to: Videos have stopped working in pro playerHello Leona,
please check wp-admin -> Settings -> FV Player Pro -> Hosting – it seems you have something configured not only in Amazon S3 box, but also in Cloudflare and at least one more other video hosting provider. Please ensure the domain is empty for the video hosting CDNs which you do not use in that Hosting tab.
Thanks,
MartinHello Oranzni,
we will probably add a function to create new Collections right in the FV Player Bunny Stream job browser
Thanks,
MartinHello Sarah,
yes, we created this small paid addon plugin: https://foliovision.com/downloads/player-live-streaming
Please let us know what do you need to happen once the live stream ends, then we can tell you if it’s supported. We have users using the redirection feature with it: https://foliovision.com/player/basic-setup/end-of-video-actions
Thanks,
Martin3 years ago in reply to: Ad video not playingHello Joe,
it seems that video ad URL does not work – it gives a HTTP 403 code. The main video won’t play either.
Are the other videos on the website playing fine? Now the main video started to play as I was writing this message.
Thanks,
MartinHello Oranzni,
please let us know what is your use case for using multiple Bunny Stream Libraries for a single website.
Bunny Stream lets you categorize the video using Collections.
Thanks,
Martin3 years ago in reply to: Contune Watching Option and H5P supportHello David,
can H5P work with video element provided by a 3rd party player? Unless they built their technology to work like that it would be really difficult to recreate all of these Interactive Video features: https://h5p.org/interactive-video
Thanks,
MartinHello Apasho,
it’s weird that it still won’t play on mobile.
You can try to run this on the mobile phone browser console and then reload the page:
localStorage.flowplayerDebug = true
That will let you debug the events which occur.
Thanks,
Martin3 years ago in reply to: New version 7.5.18.727Hello Nick,
thank you for confirming. If you did not enable Caching -> General -> Vary Cache -> URL Query String then please do – it will help with any plugin that has a change in its CSS and JavaScript files, not just FV Player.
I added this to our article about how to use CDN properly too: https://foliovision.com/2017/06/wordpress-cdn-best-practices
Thanks,
MartinHello Gomez,
please test on https://googleads.github.io/googleads-ima-html5/vsi/ and let us know if it works there.
It did not work for me, but it seems the issue is that the video file is only provided in the HLS format. That would only play in iOS and Safari, at least without any special library. Can you also get that ad in MP4 format?
Thanks,
Martin3 years ago in reply to: New version 7.5.18.727Hello Nick,
I was not able to reproduce this issue.
It seems you are using Bunny CDN with Perma-Cache which might not be hanging on to old JavaScript files from the previous FV Player version.
Please try to disable Bunny CDN on your website and see if that helps.
If it helps, then clear the Bunny CDN Perma-Cache. I wonder if it can be configured to respect the URL query strings for the JavaScript and CSS files. Please check if you have Caching -> General -> Vary Cache -> URL Query String enabled.
Thanks,
MartinHello Apasho,
I see you use this to init FV Player:
jQuery.ajax({ ... success: function (data) { ... el = jQuery(data) window.fpId = el[0].id jQuery(".vimeography-embed").html(data); fv_player_load(); fv_autoplay_exec(); ... flowplayer(`#${window.fpId}`).load(); ... if(seek_to != 0) { setTimeout(function () { console.log('seeking to', seek_to); flowplayer(`#${window.fpId}`).seek(seek_to); }, 2000); } ... } });
My recommendation would be to remove all that code starting with fv_player_load() down to that setTimeout() call. The FV Player should still load as we execute fv_player_load() after each Ajax call automatically.
If you want to autoplay the video inserted via Ajax, you can use this code: https://foliovision.com/support/fv-wordpress-flowplayer/bug-reports/autoplay-doesnt-work-with-ajax#post-148142
Thanks,
MartinHello Apasho,
I was wondering more about the JavaScript code – that’s where I would be looking for issues if the video doesn’t load properly.
If there is anything to initiate the video playback (autoplay) then please start by removing that part and see if it fixes the video playback.
Thanks,
Martin3 years ago in reply to: Admin JavaScript warningHello Cirdec,
thank you, I’m glad we were able to figure this out.
These fixes will be part of the future releases of course.
Thanks,
MartinHello Apasho,
what code does is use to play these videos inserted via Ajax?
On the watch page, when one clicks on a link, the output of the flowplayer shortcode is inserted into the page and starts the video
Thanks,
Martin3 years ago in reply to: How to Use FV Player VASTHello Krys,
the plugin is easy to install, you can follow the guide here: https://foliovision.com/player/vast/how-to-use-vast
If you have any issues with the ad playback please test you VAST ad on https://foliovision.com/player/vast/tester and https://googleads.github.io/googleads-ima-html5/vsi/
Please let us know if you run into any issues.
Thanks,
Martin3 years ago in reply to: PHP 5.2: Parse error: syntax errorHello,
your web hosting is using a PHP version older than 5.5, which is really old an insecure. WordPress recommends using PHP 7.4.
But we will check if we can fix this easily.
Thanks,
Martin3 years ago in reply to: Have rounded corners ?Hello Cirdec,
if it’s a YouTube video, then please add in .flowplayer iframe.fp-engine.
I posted the whole CSS tweak here: https://foliovision.com/player/advanced/css-tips-and-fixes#rounded-borders
Thanks,
Martin3 years ago in reply to: Admin JavaScript warningHello Cirdec,
thank you for these details. It appears some of the code on your website is using “const i” which then runs into an issue with the “var i” in some of FV Player code. So I took care of this bad practice in our plugin and the other plugin will no longer interfere with it.
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 also reinstall FV Player Pro – 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 way the issue should be fixed.
However your console also shows the “Uncaught TypeError: L is undefined” coming from Elementor – I’m not sure if this will still break the JavaScript (and thus FV Player) or not.
Thanks,
Martin3 years ago in reply to: FvFlowplayer logo shows on my videosHello Luc,
I removed that staging domain from your licensing.
Please send links to videos on both website so that I can check why the logo issue occurs on one of them. Are you sure all the Autoptimize settings are the same?
Thanks,
Martin3 years ago in reply to: Admin JavaScript warningHello Cirdec,
I checked your website and the video here plays: https://www.y…r/topic/vive-le-vent-piano-debutant/
But what’s strange are the two big symbols above the player – coming from LearnDash.
It seems you are using some CSS optimization which might be broken. You should start by clearning and WordPress caches and see if that fixes the issue.
If you still can’t play FV Player videos, please provide the screenshot of your browser console.
Thanks,
Martin3 years ago in reply to: VTT Chapters MaxHello Daniele,
I see, currently the duration is only scanned when you paste in the URL and then click to some other field. And also in the background cron processing.
I guess the fix is to ensure the duration check runs when saving. And we can make it so that the save in editor checks the video duration more often.
Thanks,
Martin3 years ago in reply to: Admin JavaScript warningHello Cirdec,
I tried with Elementor 3.5.6 on WordPress 5.9.2 and I’m not getting any error on console and the player loads – please see the attached screenshot.
Does the issue go away if you disable Elementor Pro for a bit? Are you noticing anything on your browser console?
The way of increasing the resilience of FV Player would be to either load the scripts in header (bad for performance) or load all instances in iframe (even worse).
But perhaps the header loading is actually a good idea if it only works that way in wp-admin – where top performance is important, but most people editing the website have the script cached already.
Thanks,
Martin3 years ago in reply to: VTT Chapters MaxHello Daniele,
please send over that export, I would you to check what it says about “duration”. It might have some bad value stored. And if that can happen, we will need a way of letting you reset it.
I think if you open the FV Player Editor, then copy the Video link, remove it and past it back in, it should get the proper duration this time.
Thanks,
Martin3 years ago in reply to: Admin JavaScript warningHello Cirdec,
please let us know what editor you are using – is it Gutenber, the Classic Editor or some page builder?
Please try to open your browser developer console (here’s how https://foliovision.com/player/troubleshooting/javascript-browser-console), then load the page where the issue occurs again and see, if any error appears on the console.
Thanks,
Martin3 years ago in reply to: VTT Chapters MaxHello Daniele,
do you mean the video duration shows as 3:53 when you load the page, but then as soon as you click the video to play it fixes itself to 05:27?
Please try to use the export function for that player – You can get that on wp-admin -> FV Player screen when you hover the player row – the Export link will appear. I wonder what video duration is stored in database.
Thanks,
Martin3 years ago in reply to: How to rent out sets of videos?Hello Girish,
sorry about the late reply – no, the 4th level domain should not matter. What exact issues you are running into? Did it keep saying your license key is wrong?
I realized the improved Restrict Content Pro support in FV Player Pay Per View was not released yet. Please grab a fresh FV Player Pay Per Vie ZIP file from https://foliovision.com/my-licenses and reinstall from that.
Then you can pick which membership level belongs to which player and it should fix your issue – see the guide here: https://foliovision.com/2022/02/video-subscription-wordpress -> How does it work?
Thanks,
Martin3 years ago in reply to: How to find out which videos have error?Hello Çapan,
please check our documentation at Using Google Universal Analytics with FV Player -> Video Errors: https://foliovision.com/player/advanced/google-analytics-fv-player#video-errors
You can use the proper secondary dimension to get the exact page URL where the issue is:
Page – will show you the URL of the page, where the error event occurred
I also see that a video link scanner would be a nice feature. It would be harder to make it work with YouTube though.
Thanks,
Martin3 years ago in reply to: VTT Chapters MaxHello Daniele,
your video is 3 minutes 53 seconds long, while some of your chapters go past that time – up to 5 minutes and 27 seconds. That’s why these chapters do not show.
Please let us know if that explains it or if the video duration is not properly detected.
Thanks,
Martin3 years ago in reply to: Remember video position with Video AdsHello Caleb,
we worked on making the video ads work with the video position remembering. Once we finish the automated testing routine if will become available in the Beta release of FV Player Pro.
It seems that Settings -> FV Player -> Mobile Settings -> Alternative iOS fullscreen mode did help with your issue. It’s required when the website CSS is not using z-index properly. Maybe we should enable it for all users at all times as iPhone just does not support proper fullscreen mode.
Thanks,
Martin3 years ago in reply to: Chapters button alwaysHello Cirdec,
a simple
.fv-fp-chapter { display: block; }
should work.
Please let us know if it helped and we will add it into the CSS tips.
Thanks,
Martin3 years ago in reply to: Have rounded corners ?Hello Cirdec,
please try with:
.flowplayer, .flowplayer .fp-player .fp-splash, .flowplayer video, .flowplayer .fp-ui { border-radius: 1em !important; } .flowplayer .fp-header { border-radius: 1em 1em 0 0; }
Thanks,
MartinHello Cirdec,
that reply from Vimeo support is very vague. I was expecting they will tell you about the request rate limits (which we respect) and issues when accessing missing videos (you cleaned these up).
Please ask your web hosting provider how many other websites are on the same IP address as your website – perhaps the issue comes from some other website which might not belong to you at all.
Or do you see many recent entries in Settings -> FV Player Pro -> Hosting -> Vimeo -> There were {number} errors -> (show) ?
Thanks,
Martin3 years ago in reply to: FvFlowplayer logo shows on my videosHello Ettec,
are you using anything to optimize the JavaScript on the website? Recently we had a user who used Autoptimize, so I just reminded him he has to use keep “Also aggregate inline JS” off as noted in our guide: https://foliovision.com/player/advanced/player-minify-plugins
That could explain why it works in wp-admin, but not for your members (who browse the site front-end). You can check the HTML code of one of your pages and see if you can find fv_flowplayer_conf in there.
If your wp-admin is one domain and the members subdomain is on the same master domain, it should still be without the logo.
Please let us know.
Thanks,
Martin3 years ago in reply to: Remember video position with Video AdsHello Quest,
about the fullscreen bug – please try Settings -> FV Player -> Mobile Settings -> Alternative iOS fullscreen mode instead.
Thanks,
MartinHello Cirdec,
please let us know if Vimeo mentioned what got you banned in the first place.
Please disable Settings -> FV Player Pro -> Pro Features -> Debug and delete that file.
Thanks,
MartinHello Cirdec,
yes, that’s it. If you scroll up a bit you should see this part too:
Vimeo API action on Thu, 10 Mar 2022 ... /me on ...
That “/me” part proves that it’s just a standard request to get the account details.
Thanks,
MartinHello Cirdec,
I’m sorry to hear about the trouble – please check if you still have set Settings -> FV Player Pro -> Pro Features -> Debug to Verbose.
You should be able to see these headers in the log file which get. You should be able to find the /me request in it and see what x-banned-ip header it gets.
If you are not sure, please let us know about what file path you get once you click the there dots “(…)” next to that setting. I’m attaching a screenshot to show what I mean.
Thanks,
Martin3 years ago in reply to: bunny.net progress bar not visibleHello Christian,
previously I noted that the video duration for your videos appears to be just “h”. I found that issue and fixed it.
Please reinstall FV Player from this link to get the fixed version: 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 since you are using Settings -> FV Player Pro -> Integrations/Compatibility -> Scan video length, all of these video duration should be set properly in matter of minutes or hours – depends on if you have dozens, hundreds or thousands of videos.
Thanks,
Martin3 years ago in reply to: insert image or video between playlist itemsHello Francesco,
please let us know if all the videos in your playlist have the splash images set. If yes, then it should already work – see any of the playlists on https://foliovision.com/player/demos/playlist-styles – any time you click the thumbnail it shows that item image first before the video really starts playing.
However I see we do not show it when auto-advancing from one playlist item to another. I’m not sure if we want to do that as in some cases it might make the transition less smooth – imagine the first video fades out to black and then the second video starts with fade-in from black – if the splash screen appears for a fraction of second it would act as a visual glitch. So this might not be as simple as it seems or perhaps I’m over-complicating it.
Thanks,
Martin3 years ago in reply to: FV Player VAST Not Working At AllHello DaVaughn,
it seems your website is removing all the inline <script> tags. So FV Player VAST is not able to read the configuration.
It seems you are using Autoptimize. The optimized file does containt the FV Player VAST configuration, but because it’s set to defer loading it’s just not there on time when FV Player VAST is loading.
Please follow our Autoptimize recommendations here, that will solve the issue and keep the website optimized at the same time: https://foliovision.com/player/advanced/player-minify-plugins#autoptimize
Thanks,
Martin3 years ago in reply to: FV Player VAST Not Working At AllHello DaVaughn,
please enable Settings -> FV Player VAST -> Debug.
Then post a link to a page where we can see the issue.
Thanks,
Martin3 years ago in reply to: Video support on vk.comHello HungTQ,
the first video could work, but the private content is a lot more difficult to obtain. We would have to probably support the full VK.com authentication schema.
I’ll check with Alec if we would like to support that.
Thanks,
Martin3 years ago in reply to: Video support on vk.comHello HungTQ,
please post the link to the video which you would like to play with FV Player.
Thanks,
Martin3 years ago in reply to: Buddyboss mobile app supportHello Francis,
it seems that Buddyboss supports Gutenberg modules in the mobile app – what does happen if you use the FV Player Gutenberg module? Do you see any output? Perhaps we only need to add the scripts and it would actually do something.
Thanks,
Martin3 years ago in reply to: bunny.net progress bar not visibleHello Christian,
the export which you posted suggests that FV Player failed to obtain the duration of these videos – notice the “meta_key”:”duration”,”meta_value” is just “h”.
Please try to enable Settings -> FV Player Pro -> Integrations/Compatibility -> Scan video length – that should try the duration scan for these videos, but it might take a while before the background job gets to it.
Alternatively you can try to insert these Bunny Stream videos into a new FV Player as a new playlist and see if it works this time. Perhaps Bunny Stream does not permit your website to check the duration of these streams somehow.
Thanks,
Martin3 years ago in reply to: bunny.net progress bar not visibleHello Christian,
actually it should really just work.
Could you please provide the export of the player with the Bunny Stream videos? You can get that on wp-admin -> FV Player when you hover the player row – the Export link will appear. I wonder if these videos do have their durations properly stored.
Thanks,
Martin3 years ago in reply to: How use the ‘finish’ event?Hello Apasho,
or to keep it in the callback:
flowplayer( function(api,root) { if( jQuery(root).closest('.vc_active').length ) { api.load(); } ... });
Thanks,
Martin3 years ago in reply to: How use the ‘finish’ event?Hello Apasho,
it seems to me something like this should really work:
var api = jQuery('.vc_active .flowplayer').eq(0).data('flowplayer'); if( api ) { api.load(); }
Thanks,
Martin3 years ago in reply to: player not showing controls, size not appliedHello Kashka,
I saw your screenshot at https://prnt.sc/26xidvf – I see you would like to have dedicated buttons for loop start, loop end and clear below the player. We could provide the player API function calls to let you trigger these functions using custom buttons.
However adding a secondary loop enpoints display below the player would be more tricky if it should also work with mouse and touch controls.
You can already use api.currentSpeed and api.speed(x) to get and set the current playback speed, you can see the usage example on https://foliovision.com/player/advanced/api-programming
Thanks,
Martin3 years ago in reply to: How use the ‘finish’ event?Hello Apasho,
wouldn’t it be better to just use the autoplay function of FV Player? If it somehow plays the video in one of your hidden panels, perhaps we can improve it to only work for a player which is visible.
I would recommend you to use the callback to get access to the player API, like:
flowplayer( function(api,root) { ... });
More in our programming guide: https://foliovision.com/player/advanced/api-programming
Thanks,
Martin3 years ago in reply to: bunny.net progress bar not visibleHello Christian,
we were not able to reproduce this bug.
Please try to post a single Bunny Stream video, watch some part of it and reload the page. Will it resume where you left-off properly?
Thanks,
MartinHello Eventeshu,
to figure out these strange errors we need to know what [fvplayer] shortcode is causing it. You can install the Query Monitor plugin and check a couple of pages with FV Player while logged in until you find the page where these PHP warnings are occurring – the Query Monitor stats in the gray WordPress admin bar will reflect that and provide details when clicked.
In the worst case you might need to match the timestamp of the error log with the timestamp of the access logs. It might be occurring for some background task.
Another thing that might help would be the full error trace. That might only be available in the raw PHP error log.
Thanks,
MartinHello Eventeshu,
these errors suggest that WiseChat might be breaking the shortcodes, like [fvplayer id="1"] – there is the id argument with value 1 but it appears to be lost during the processing.
Thanks,
Martin3 years ago in reply to: Add download button to the playerHello Charles,
I think you are interested in the download button which would be a part of the player directly, just like Harold said when starting this thread:
I know there is a separate shortcode that creates a download link. That’s not what I want.
We were looking into this just couple of weeks ago and the download button could technically be added into the player control bar. However when we looked at different video websites out there we found that the players which do provide the download button show it below the player together with some other useful information like number of views, likes or embed button.
So we are thinking of adding such feature that would let you show a lot more useful functionality below the player.
Thanks,
MartinHello Dimitrii,
I prepared a fix for Stream Loader for the next FV Player Pro release.
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 plugin and will give you the latest version and you will be able to use the “Speed-up (beta)” setting again.
Thanks,
MartinHello Dimitrii,
I can see the issue. It’s an easy fix, I’m just adding it into our test suite to ensure if won’t repeat.
Thanks,
Martin3 years ago in reply to: How to scroll the video into view?Hello Apasho,
please try to change the selector to just:
'.flowplayer'
FV Player does use the video element, but it does not have the class “flowplayer”. I’m not sure what you store in window.fpId, but if it’s the ID of the FV Player element it should work too.
So I tried
jQuery('.flowplayer')[0].scrollIntoView({ behavior: "smooth", block: "end" });
On https://foliovision.com/player/basic-setup/autoplay and it worked.
Thanks,
MartinHello Kendell,
as I was mentioning LearnDash LMS does use some HTML markup which has to be present on the player for it to work with the video progression.
The shortcode has to be in the LearnDash Video URL field, otherwise it does now work.
In your case you could perhaps store the resulting shortcode in their post meta field or put it these using WordPress filter get_post_metadata for the _sfwd-lessons and _sfwd-topic meta keys. The actual video URL is stored as sfwd-lessons_lesson_video_url or sfwd-topic_lesson_video_url key in the meta value array.
It took us a while to figure it out, you won’t find that in any LearnDash LMS docs.
Thanks,
Martin3 years ago in reply to: How to rent out sets of videos?Hello Girish,
please check the Pay Per View tab of FV Player Editor. If you do not see “Restrict Content Pro” in it, then please grab a fresh FV Player Pay Per Vie ZIP file from https://foliovision.com/my-licenses and reinstall from that.
Then you will be able to attribute each player to a membership level.
We will make sure it’s documented as we built it only recently for a project.
Thanks,
MartinHello streamlife,
you could make it part of your theme.
If you defer the JavaScript loading on your websites, you should also wrap it in:
document.addEventListener("DOMContentLoaded", function() { ... } );
There is no function to easily add new share buttons. If you know PHP when you can use the “fv_player_sharing_html” WordPress filter to add in HTML code and then add CSS to style it.
You can read more about that in our programming guide: https://foliovision.com/player/advanced/api-programming
Thanks,
MartinHello streamlife,
it’s true that FV Player does not process autoplay for the Ajax requests.
Please try the JavaScript code suggestion from this topic: https://foliovision.com/support/fv-wordpress-flowplayer/bug-reports/autoplay-doesnt-work-with-ajax#post-148142
Thanks,
MartinHello streamlife,
it seems that category page loads videos using Ajax. Please try to enable Settings -> FV Player -> Integrations/Compatibility -> Load FV Flowplayer JS everywhere.
Thanks,
MartinHello Farzan,
are you using a HLS live stream? If so, is it marked as a live stream?
The FV Player editor should detect that automatically when you put in the URL into the video field.
Thanks,
Martin3 years ago in reply to: How to rent out sets of videos?Hello Michael,
I see the issue with the Restrict Content Pro signup form you are running into. Did FV Player Pay Per View not give you just the right options?
With FV Player Pay Per View we let you specify the membership restriction for each player, so you shouldn’t have to use the Restrict Content Pro features for it. But you should still be able to use their shortcodes in post content if you need to give the users with access for text for the video.
We have a lot of experience with Restrict Content Pro and Easy Digital Downloads. We only run a single website with WooCommerce and everything about it is harder and more complex.
Thanks,
Martin3 years ago in reply to: Issue showing control bar.Hello Michael,
please install the FV Player Pro update and switch to beta: https://foliovision.com/player/basic-setup/switching-fv-player-pro-to-beta
That will fix the issue.
Thanks,
Martin3 years ago in reply to: Vimeo Playlist random video on player load3 years ago in reply to: Video Sitemap and Elementor problemHello Cirdec,
you could just hide that link in the video header. However then somebody could guess the video embed link.
So the proper solution might be to use seemingly random links for these iframe embed codes so that nobody can just guess and find different videos on your website.
Thanks,
MartinHello Apasho,
if you use flowplayer(function (api, root) {}) then it’s even better. It should definitelly work for a player that is appended via Ajax.
However is that script present on the page before that Ajax call?
Thanks,
MartinHello ATT,
it’s a strange issue and I’m not sure what could be causing it. Do you mean it occurs when you upgrade from FV Player 7.4.47.727 to FV Player 7.5.15.727 ?
Please send over a link to a page where we can see the issue.
Thanks,
Martin3 years ago in reply to: How to rent out sets of videos?Hello Michael,
3) The playlist are supported with FV Player Pay Per View (and the WooCommerce version too).
But that wouldn’t really help with your courses – instead you can setup multiple membership levels with Restrict Content Pro and then set each player to be accessible by one of these memberships. Then it will tell the user which membership level to buy to get access to the video.
I see we haven’t documented that feature yet, so we will do so.
Thanks,
MartinHello Kendell,
we added a feature which lets you put in [fvplayer] shortcode into that LearnDash Video URL field and then it gets saved into that more fancy field with preview.
Please reinstall FV Player from this link to get the fixed version: 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 Kendell,
are you using FV_Player_MetaBox? This is how we register that for LearnDash:
if( class_exists('\FV_Player_MetaBox') ) { new \FV_Player_MetaBox( array( 'name' => 'FV Player', 'meta_key' => 'lesson_fv_player', 'post_type' => 'sfwd-lessons', 'display' => false, 'multiple' => false ) ); new \FV_Player_MetaBox( array( 'name' => 'FV Player', 'meta_key' => 'lesson_fv_player', 'post_type' => 'sfwd-topic', 'display' => false, 'multiple' => false ) ); }
If you do something similar you could try to change your key to the lesson_fv_player as seen above and then update the database entries.
Then once you save the lesson it should be used for the video progression.
The downside is that the display would be limited to what LearnDash has built-in.
The problem is that LearnDash LMS does use some HTML markup which has to be present on the player which is used for video progression and also some JavaScript globals. It was not easy to create this integration.
Thanks,
MartinHello Karun,
did you follow our MediaConvert guide for the DRM or did you use something else?
If you used our guide, then give us your exact website URL, the exact video URL and the exact DRM URL used for that video.
Thanks,
MartinHello Karun,
are you able to get the videos without DRM to play?
FV Player Coconut does offer the DRM too and it has a setup wizard. The Bunny CDN which it uses it a lot chaper than AWS too.
Thanks,
MartinHello Brad,
I found the issue occurs when you come to the website for the first time, play a Vimeo video, switch the quality and go to the next playlist item.
Please reinstall FV Player from this link to get the fixed version: 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: Problem using mobileHello Yairbr,
we are reworking the editor design, so that should fix it.
It would be great if you could attach a screenshot of the issue so that we can be sure we avoid that issue in the new design.
Thanks,
MartinHello David,
I made an update to the API, it seems to play reliably now.
The issue was that the Vimeo CDN does not seem to work reliably with the HTTP range requests. We had to use their original segment URLs with query strings instead.
Thanks,
MartinHello Apasho,
my inclination would be to not use the iframe. It would be better to only append the player markup to your page using Ajax.
If you need to access the FV Player API instance in the iframe, you can access it using code like this:
var api = jQuery('iframe').contents().find('.flowplayer').data('flowplayer')
But you need to include some headers to let your headers permit such action. Which is why I wouldn’t recommend to use iframe in the first place.
Thanks,
Martin3 years ago in reply to: Videos don’t play on older iPhonesHello Apasho,
I did not fix anything for these iPhones, I just fixed the video checker. I’m sorry it was not clear in my last message.
Thanks,
Martin3 years ago in reply to: Issue showing control bar.Hello Michael,
thank you for the link. It’s a Firefox-only bug which occurs when using the DRM Text feature of FV Player Pro. We will figure it out.
Thanks,
Martin3 years ago in reply to: got hlsjs-lite: Network error after update toHello Pawee,
I found the issue occurs when using the “Speed-up (beta)” setting in wp-admin -> Settings -> FV Player Pro -> Steam Loader.
Please reinstall FV Player from this link to get the fixed versio: 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.
We will setup automated testing for this setting to catch issues like this.
Thanks,
Martin3 years ago in reply to: Videos don’t play on older iPhonesHello Apasho,
I found the moov checker was broken. It’s fixed now, the moov position is at 676914 byte which should work.
I wonder which part of these MP4 format details could be responsible for the iPhone playback issue.
Thanks,
Martin3 years ago in reply to: Issue showing control bar.Hello Michael,
please send us a link to your test page as we were not able to reproduce this issue.
Please also let us know what browser your are using.
Thanks,
Martin