Forum Replies Created
-
-
Hello 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://kb.mailster.co/how-can-i-open-the-browsers-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: 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,
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 loadHello Ioannis,
that functionality is part of our FV Player Playlist Randomizer addon plugin. We should be able to make to available for sale next week.
Thanks,
Martin3 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,
Martin3 years ago in reply to: got hlsjs-lite: Network error after update toHello Pawee,
please provide a link to your website where we can see he issue or at least a link to your HLS stream.
Thanks,
Martin3 years ago in reply to: learndash users problemHello Angela,
could you please send a link to the page where we can see the issue?
Thanks,
Martin3 years ago in reply to: HLS does not seem to workHello Julia,
we encountered no issues, so Hls.js 1.1.3 will be part of the next FV Player release.
Thanks,
MartinHello Freedom667,
we added some code previously which detects the “custombox:overlay:close” JavaScript event and pauses the player in that case.
Please open your browser console, then close the popup and see if you see the following on console:
FV Player: Custombox/Popup anything ligtbox closed
FV Player: Custombox/Popup anything ligtbox contains a player
FV Player: Custombox/Popup anything ligtbox video pauseIf not, then please ask the Popup Anything developers what event should be listen to. Perhaps they changed the library the use or the event name.
Thanks,
MartinHello Edgar,
perhaps the issue is that the script which opens these settings boxes is called twice. I prepared a fix for that issue now.
Could you 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.
Please let us know if it helped.
Thanks,
MartinHello Edgar,
please check the PHP error log as well. I posted some suggestions regarding that in my previous message.
Thanks,
MartinHello Edgar,
do you see a new line appended to the console any time you click one of the box headings to open it?
If not please check 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 open FV Player settings screen again and the error should be recorded in these logs.
Thanks,
MartinHello Simo,
it seems there was some issue with handling of Vimeo privacy on January 23rd. The issue did not repeat since then.
Please let us know if you made any adjustments in the privacy settings
of your videos on Vimeo.Thanks,
Martin3 years ago in reply to: Videos don’t play on older iPhonesHello Apasho,
we did receive reports of MP4 videos not playing on iPhone with iOS 14 or 15. These videos wouldn’t play even if opened directly in the iPhone Safari browser. It really seems like the modern iOS versions have some issues with the reliable MP4 playback.
Please check your videos using the Video Checker feature of FV Player: https://foliovision.com/player/basic-setup/how-to-use-video-checker
I would like to see the report for your MP4 file and also the HLS M3U8 stream as so far there were no issues with HLS playback on iPhones.
Thanks,
Martin3 years ago in reply to: Video Sitemap and Elementor problemHello Cirdec,
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 enter “_elementor_data” into Settings -> FV Player Pro -> Video SEO -> Sitemap Post Meta and it should start working for you. Please note that browsers cache these XML sitemaps, so you might need to clear your browser cache to see any change.
Thanks,
Martin3 years ago in reply to: secure Vimeo video not accessible?Hello Girish,
you have to pick “Hide from Vimeo” instead of “Private”. When the video is set to Private, Vimeo interface shows a note about embeds:
When the privacy is set to “Private”, the embedded video won’t be visible to everyone.
We will ensure our guide uses proper up to date screenshots.
Thanks,
Martin3 years ago in reply to: Video Sitemap and Elementor problemHello Cirdec,
I tried to post FV Player with Elementor.
Unfortunately the FV Player instance is not part of the post content, but this is how it’s stored in postmeta as _elementor_data:
[{"id":"25261f9","elType":"section","settings":[],"elements":[{"id":"ce654b6","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"cdcfb99","elType":"widget","settings":{"editor":"Moje nervy!"},"elements":[],"widgetType":"text-editor"}],"isInner":false}],"isInner":false},{"id":"bb2f0c8","elType":"section","settings":[],"elements":[{"id":"0614442","elType":"column","settings":{"_column_size":100,"_inline_size":null},"elements":[{"id":"ee778a6","elType":"widget","settings":{"wp":{"title":"","text":"[fvplayer id=\"155\"]"}},"elements":[],"widgetType":"wp-widget-widget_fvplayer"}],"isInner":false}],"isInner":false}]
But it seems we can fix that. We do support post meta, so maybe we need to sanitize it a bit better.
Thanks,
Martin3 years ago in reply to: Video Ad Click disappearHello Yoel,
please upgrade to FV Player Pro 7.5.14.727 and the issue will be fixed.
Thanks,
Martin3 years ago in reply to: secure Vimeo video not accessible?Hello Girish,
please double-check that the video is allowed to be embed on the “Alternative Referer” domain.
You mentioned it’s set to:
Private — Only you and people on your account can access.
Thanks,
Martin3 years ago in reply to: secure Vimeo video not accessible?Hello Michael,
are you able to play the video now? Your test page required login so I can’t check.
Thanks,
MartinHello ByCD,
we tried to solve this issue, but it’s a bigger project than it seemed.
For now we had to just disable FV Player Alternative Sources for live streams. If you reinstall the plugin the confusing messages will be gone as it will only keep reloading that live stream.
I’m sorry that it took us so long to realize this. With this plugin we want to improve support for backup video CDNs rather than improve live stream serving.
Please let us know if you have no use for this plugin now.
Thanks,
Martin3 years ago in reply to: Download video in several resolutions3 years ago in reply to: Download video in several resolutionsHello Nick,
that automated quality switching is called ABR (Adaptive Bitrate Streaming) and is available for HLS and MPEG-DASH streams. If you are using the mp4-based quality switching in FV Player Pro, then it won’t work.
Please let us know what quality prefixes are you using, the mobile one should be detected automatically and served for mobile users.
The video downloading should work with the quality which you enter as the Video link in the FV Player editor. Wouldn’t it be enough if it would always download the highest quality?
Thanks
MartinHello Brian,
the only player which can Chromecast HLS videos with multiple audio tracks seems to be Theoplayer – priced at $399/month: https://www.theoplayer.com/pricing
Please double-check if your videos are indeed using multiple audio tracks. If not, then it should play with Chromecast without issues.
Thanks,
Martin3 years ago in reply to: HLS does not seem to workHello Julia,
thank you for the heads up. We are currently experimenting with Apple Silicon M1 and we do run into different issues, but in this case we should just upgrade Hls.js. We only need to double-check the behavior on HLS streams with multiple audio tracks.
Thanks,
Martin3 years ago in reply to: secure Vimeo video not accessible?Hello Michael,
also, if you use FV Player Vimeo Security you should not be using the video password on Vimeo as it does not check the referrer that way.
Thanks,
Martin3 years ago in reply to: secure Vimeo video not accessible?Hello Michael,
please disable Settings -> FV Player Pro -> Hosting -> Vimeo -> Turbocharge Ajax Vimeo Loading. If it works that way, then we need to improve that Turbocharge loading to support Vimeo video passwords.
Thanks,
Martin3 years ago in reply to: HLS does not seem to workHello Julia,
I prepared a fix for Stream Loader for the next FV Player Pro release. We didn’t count on EXT-X-BITRATE tag.
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.
Then switch to the Beta release using the steps from here: https://foliovision.com/player/basic-setup/switching-fv-player-pro-to-beta
And finally it should be working for you. Please let us know.
Thanks,
Martin