Forum Replies Created
-
-
4 years ago in reply to: Coconut Jobs – error “api_version_not_valid”
Hello Merle,
we have prepared the fix for the next FV Player Coconut release.
It would be great if you could reinstall FV Player Coconut from a fresh ZIP file which you obtain from https://foliovision.com/my-licenses to help us with the testing.
To do that you will have to first deactivate and delete the current FV Player Coconut plugin you are using. WordPress will warn you that you might loose settings and data, but it’s not the case with our plugin, no settings now videos will be lost. Or you can just replace the plugin files via FTP.
If you plan to use encrypted HLS with it, then also reinstall FV Player Pro by deactivating and deleting the FV Player Pro plugin you are using and then hit “Install Pro extension” at the top of the wp-admin -> Settings -> FV Player screen.
You will also have to switch to Beta: https://foliovision.com/player/basic-setup/switching-fv-player-pro-to-beta
Only then it you will be able to encrypt new videos through Coconut.
Thanks,
Martin4 years ago in reply to: bunnyCDN Token Authentication InquiryHello Shin,
we do not get a lot of requests for country-blocking features, could you please tell us more about your use case for this feature?
Thanks,
Martin4 years ago in reply to: Coconut Jobs – error “api_version_not_valid”Hello Merle,
unfortunately we run into many little obstacles when working on the new Coconut.co API integration which slowed us down. I’m asking Coconut support about certain things which are not clear in their documentation and we were not able to figure it out even after giving it a couple of tries.
Thanks,
Martin4 years ago in reply to: Compatibility with Popup AnythingHello freedom667,
I’m renaming this thread to “Compatibility with Popup Anything” as that’s what it’s about.
I will try to install the plugin https://wordpress.org/plugins/popup-anything-on-click/ and see if I run into the issue as well. Then we will either improve the API or fix this compatibility issue right in our player.
Thanks,
Martin4 years ago in reply to: Compatibility with Popup AnythingHello freedom667,
in that case you should be debugging the JavaScript to figure out what’s wrong. Perhaps hooking this to the click event is not the best idea – it would be better to hook to the event fired when your lightbox is closing.
I tried to search “paoc-close-popup” on web and I found that plugin might be using Custombox which has the event hook for lightbox closing like this:
document.addEventListener('custombox:overlay:close', function() { // Overlay closed });
This is something to double-check with developers of that plugin.
We also provide a paid service to support custom integrations like this: Make Your Theme work with Video – but it might be worth checking why you can’t use the FV Player lightbox in the first place.
Thanks,
Martin4 years ago in reply to: LearnDash video sizing issueHello Edgar,
I’m happy that it helped. Could you please ask the Learndash developers about this as well? It would be best if they wouldn’t output that <div class=”ld-video” element when they see the lesson is using some video player and not just a bare video tag.
Thanks,
Martin4 years ago in reply to: Compatibility with Popup AnythingHello freedom667,
perhaps you closed the popup before the video started to play. Does it pause properly if you let it start playing and then close the popup?
Dealing also with videos which are still loading and not playing makes this a lot more complex, the code to run when closing the lightbox becomes:
jQuery('.flowplayer').each( function() { var api = jQuery(this).data("flowplayer"); if( typeof(api) == "undefined") return; if( api.ready ) api.unload(); if( api.loading ) { api.one('ready',function(){ api.unload(); }); } } )
That’s how we do it with Fancybox which is a part of FV Player. I see it would be good to really let unload() do it’s job even for player which is still loading.
It’s better to use pause() than unload() as if you then open the popup again it shows the video where you left off.
Thanks,
Martin4 years ago in reply to: Subtitle links generated in PHPHello Kurt,
what’s important to note is that you need FV Player Pro to be able to use VTT subtitles for YouTube and Vimeo videos.
Adding the subtitles in a dynamic way like you are describing would be best done using the fv_player_item filter. You can check the data structure in the programming guide: https://foliovision.com/player/advanced/api-programming#filters -> look for “fv_player_item”
There are some code samples which show how to hook a filter on fv_flowplayer_args_pre which gives you an idea about how to access $post->ID which will be required.
You might want to ensure that the file exists on your server before putting it in though.
Thanks,
Martin4 years ago in reply to: LearnDash video sizing issueHello Edgar,
I tried to inject that mark to your website to see what happens. I can see that the FV Player video disappears and only the control bar remains visible.
This CSS code will prevent it:
body.learndash-cpt.learndash-embed-responsive .ld-video { height: unset !important; position: unset !important; padding-bottom: unset !important; }
It’s not the ideal approach, but it should help you figure this out. Ideally that <div class=”ld-video” element shouldn’t be there at all as FV Player has its own responsiveness code. And that seems to be what that DIV element is about.
What do you mean by “preview progression”? Are you trying to track lesson progress with the FV Player video completion?
Please let us know how it goes.
Thanks,
Martin4 years ago in reply to: Compatibility with Popup AnythingHello freedom667,
please use this code:
flowplayer('.is-playing').pause()
I added it to the usage sample in our API guide as well: https://foliovision.com/player/advanced/api-programming
FV Player also has the lightbox function built it: https://foliovision.com/player/basic-setup/using-lightbox
Thanks,
MartinHello John,
in the next FV Player Pro release these fields will only show for users who are using Elastic Transcoder. That will prevent the confusion and make the interface simpler.
Thanks,
MartinHello Luke,
FV Player uses this CSS to ensure the controls are smaller on tiny mobile screens:
.flowplayer.is-tiny:not(.is-fullscreen) { font-size: .7em; }
Perhaps it’s being reverted by your theme CSS.
Thanks,
MartinHello Zia,
I checked your screenshot https://foliovision.com/images/2021/04/786543-1.png and if you mean that the player should fit to the page height, you can try to size it using 100vh CSS property:
.flowplayer { height: 100vh !important; }
Thanks,
Martin4 years ago in reply to: Coconut Jobs – error “api_version_not_valid”Hello Merle,
this is what I get on https://app.coconut.co/settings/api:
API Version: 2019-06-13
You don’t use the latest version of our API!
Upgrading to the latest version cannot be undone, so read the changelogs first to see if your existing code won’t break.[ I understand, upgrade me to 2021-001 ]
I read the changelog here and the changes are substantial: https://docs.coconut.co/#changelogs
Please check if you can downgrade to the previous API version if you ask support about it. It will take us 1-2 days to upgrade the plugin to the new API.
Thanks,
Martin4 years ago in reply to: HLS encrypted with signed URLHello Alex,
seems like you are referring to the How to setup encrypted HLS stream with Amazon Elastic Transcoder guide.
What is the reason why you choose Elastic Transcoder instead of MediaConvert?
Thanks,
Martin4 years ago in reply to: Cloudflare Rocket Loader BypassHello xuhaibkhan,
please check the “3. Filter the tags to add data-cfasync attribute when needed” answer here: How to add extra attributes to the script tag added via wp_localize_script() – wordpress.stackexchange.com
They are dealing exactly with data-cfasync=”false”.
Thanks,
Martin4 years ago in reply to: Cloudflare Rocket Loader BypassHello xuhaibkhan,
these are the translations which are stored as inline scripts using wp_localize_script() which is WordPress core standard. So RocketLoader would have to be configured to not optimize inline scripts.
It using data-cfasync=”false” is the only way, then it’s not going to be so easy though, but in general any inline scripts are safe to skip from optimization.
I would recommend to figure out why FV Player won’t work with RocketLoader, if that’s the case.
Thanks,
Martin4 years ago in reply to: PPV Email purchase linkHello Jp,
sorry about the delay here – you said the “Embedded on” column doesn’t contain the information about the page where the FV Player is inserted. How it’s inserted in that page?
Could you please send an WordPress XML export of that page? You can get that in wp-admin -> Tools -> Export by selecting the right post type and the author or date.
Thanks,
MartinHello Dimitrii,
do you run into these Elementor issues even after the FV Player 7.4.46.727 update?
Thanks,
Martin4 years ago in reply to: Cloudflare Rocket Loader BypassHello xuhaibkhan,
it makes sense to load the script asynchronously even if it loads in footer. We have prepared our own asynchronous loading for the upcoming FV Player 7.5 release too. That way our users will benefit from greater Google PageSpeed scores without having to do anything.
The primary motivation is that the plugin which does this properly is WP Rocket. And why should FV Player users pay for that plugin to ensure optimized JavaScript loading?
So I would recommend you just use RocketLoader for everything for now. If there is any error, please share it with us with the full error trace from the browser console. Just “Uncaught ReferenceError” is not enough.
Thanks,
Martin4 years ago in reply to: Customize DRM text color4 years ago in reply to: Video Automatically Muted by Beaver BuilderHello Katy,
please create the login and set it over to us using https://revealit.me/ or create a publicly accessible page.
Thanks,
Martin4 years ago in reply to: Hide milliseconds in chapters displayHello William,
we have prepared this fix for the next FV Player Pro Beta release.
You can also reinstall FV Player Pro by deactivating and deleting the FV Player Pro plugin you are using, then hit “Install Pro extension” at the top of the wp-admin -> Settings -> FV Player screen.
Then switch to Beta: https://foliovision.com/player/basic-setup/switching-fv-player-pro-to-beta
…and the chapter timestamps will already show without milliseconds.
Thanks,
MartinHello Luiz,
I guess it just failed due to some PHP error. Please check the PHP error log file.
If you are not sure where to find it please ask your server tech support to give you a list of the fatal errors from the log.
Or you can install the https://wordpress.org/plugins/error-log-monitor/ plugin. That way you will be able to see any new PHP errors in your wp-admin Dashboard. So then you can try to activate that Speed-up setting again, try to play some video and disable it again. Then go to the logs provided by that Error Log Monitor plugin and see if there is anything.
Thanks,
Martin4 years ago in reply to: Cloudflare Rocket Loader BypassHello xuhaibkhan,
what is the error which you get when you use Rocker Loader also for FV Player script?
What is the exact error which you get when you add that data-cfasync=”false” ?
Are you sure that file is flowplayer.min.js and not fv-flowplayer.min.js ? flowplayer.min.js only loads if you use SCRIPT_DEBUG in your wp-config.php. In that case all the FV Player JS modules load one by one and you would have to set that cfasync=”false” to many other scripts – all of wp-content/plugins/fv-wordpress-flowplayer/flowplayer/modules
Thanks,
MartinHello Luiz,
I can confirm that it works as expected.
The fix will be part of the next FV Player Pro release as well.
Thanks,
Martin4 years ago in reply to: Hide milliseconds in chapters displayHello Luiz,
I found that the way we handle loading of video URLs with signatures was conflicting with the way Stream Loader loads videos when using the [[fvplayer src="..."]] style shortcodes.
Please reinstall FV Player Pro by deactivating and deleting the FV Player Pro plugin you are using, then hit “Install Pro extension” at the top of the wp-admin -> Settings -> FV Player screen and the YouTube embeds will use youtube-nocookie.com domain.
However you will have to switch to Beta: https://foliovision.com/player/basic-setup/switching-fv-player-pro-to-beta
Then it should start working. I would like to check your videos after this change too, so please let us know when it’s up.
Thanks,
Martin4 years ago in reply to: Buddyboss mobile app supportHello Clark,
what video types are you using? If it’s a HLS or MPEG-DASH stream then the mobile app won’t likely be able to download it. It could work with MP4 or Vimeo.
That’s the most important question here.
I checked the documentation link which you provided and the Example plugin https://www.buddyboss.com/resources/dev-docs/app-development/extending-the-buddyboss-app-plugin/registering-custom-app-gutenberg-blocks/#example-plugin looks good.
But it doesn’t show anything about how the video URL should be provided for the app. That would be the next thing to figure out.
Thanks,
Martin4 years ago in reply to: Hide milliseconds in chapters displayHello William,
I see that you use these precise millisecond values to make sure the chapter starts in the exact place.
But it just doesn’t make sense to show these numbers as there will probably never be any chapter shorter than 1 second.
We will improve this in FV Player Pro Beta, hopefully you have some time to switch to it to give it a try to check the improvement.
Thanks,
MartinHello Luiz,
Stream Loader works fine with iOS, you can test here;
https://foliovision.com/player/demos/hls-stream
https://foliovision.com/player/demos/encrypted-hls-streamI will compare the HTTP headers on your website and our website to figure this out.
Thanks,
MartinHello Luiz,
I see it doesn’t play. At a glance everything seems to work properly. The stream loader is able to server the HTTP range requests which is important for iOS playback of HLS.
It also sends the proper content-type header, but when I check it in developer tools with iPhone I get text/html on it, which is weird.
Thanks,
MartinHello Luiz,
please check wp-admin -> Settings -> FV Player Pro -> Stream Loader. Do you see the “Currently {number} files in cache, out of which {number} are expired.” line there?
Without Stream Loader a HLS stream with URL tokens would not play with CloudFront. So perhaps your server sets some headers on it which iOS doesn’t like.
I checked your website, but only found videos on d1j….7.cloudfront.net which were not using the URL tokens. Please make the problematic video available for us to check in some test page.
Thanks,
Martin4 years ago in reply to: Spotlightr supportHello Khem,
adding support for this is theoretically possible, although if that video service doesn’t want external players to be able to play their videos it will be much much harder.
I see that it plays the encrypted HLS stream, but it’s not really protected against downloads – I was able to use one of the Chrome extensions.
It’s also not using any CDN.
So it’s not a perfect solution.
Thanks,
Martin4 years ago in reply to: FV Player Pro and Bunny.net StreamHello Tiziano,
we tested Bunny.net Stream too and we have some mixed test results.
The HLS stream did play in FV Player, however their video player would fail to play it.
The video protection using “CDN Token Authentication” settings has to be disabled to allow video to play with FV Player. We could add support for that.
They also offer “MediaCage Basic DRM” setting for video encryption. That one has to be disabled as well to allow playback in FV Player.
Both of these settings are disabled by default, so it’s not extra work.
We wanted to check how good their DRM protection is, but the video wouldn’t play for us even in a clean new browser.
Now that I almost finished this message, I was finally able to play the video in their player even with DRM, so perhaps it need some time to update.
I was able to capture it with one of the Chrome extensions though. While that extension does fail with encrypted HLS in FV Player Pro, it was at least not the most basic one and it didn’t allow rapid video download – I had to sit and watch the full video to get it in full length. But I’m not sure if we would be able to support that DRM scheme in FV Player.
Thanks,
Martin4 years ago in reply to: Transcript search input disappearsHello Kendell,
was there any update on your theme? Does the issue occur with a default WordPress theme?
If we can improve our plugin CSS to be more resilient, we will. So please share a link to your website here we can check the issue
Thanks,
MartinHello Craig,
do the subtitles show up when playing on the website? They should as the website is probably running on https://kickstart.thelastreformation.com so it’s the same domain and same protocol (https).
The CORS is required by Google Chromecast. Does your website use .htaccess configuration file? If so, you can get the CORS headers up for VTT and SRT files by adding the following lines into it:
<IfModule mod_headers.c> <FilesMatch "\.(vtt|srt)$"> Header set Access-Control-Allow-Origin "*" </FilesMatch> </IfModule>
Then you can test the CORS headers here: https://cors-test.codehappy.dev/ by entering the subtitles URL there.
Thanks,
MartinHello Bruno,
please enable wp-admin -> Settings -> FV Player Pro -> Integrations/Compatibility -> “Disable saving skin CSS to a static file” and then FV Player CSS optimization will be disabled and the issue will never occur again.
The downside is we won’t know what was breaking it but it’s far less important than a trouble free working website which is what you need.
I tried to check your website to see if I can figure out the issue but it’s too late and you probably re-saved the settings to avoid the issue of course.Thanks,
Martin4 years ago in reply to: Pay Per View PlaylistHello Jp,
we have worked on making it possible to purchase the full playlist of videos.
It would be great if you could reinstall FV Player Pay Per View plugin from a fresh ZIP file which you obtain from https://foliovision.com/my-licenses to help us with the testing.
To do that you will have to first deactivate and delete the current FV Player Pay Per View 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 Denny,
you replied to the forum email notification and we only noticed that recently, hence the delay in my reply here:
The timeout is indeed set to 30 seconds. But I see that we could improve that – if there is a backup alternative video URL the timeout could be shorter. Or it could check time required to load the previous video segments and if there is a segment which takes much longer to load it could already try the alternative video.
Thanks,
Martin4 years ago in reply to: Issue setting up Coconut+DigitalOcean #2Hello Shin,
please try to set your Site Title in wp-admin -> Settings -> General to only use latin alphabet letters.
Then the wizard should work for you and once it’s done you can set your Site Title back to what it was.
We need to improve the handling of these non-latin website names.
Thanks,
MartinHello Sebastian,
I see that when I play the video it does enter fullscreen, but not the landscape mode.
If I then exit the fullscreen it pauses the video. Then if I continue playing the video it does enter fullscreen again and this time in the landscape orientation.
Seems to me something has changed in one of the recent Chrome versions. I hope we can fix this, as some of these advanced browser functions require user gesture to have the permission.
Thanks,
MartinHello Jörn,
new FV Player Pro 7.4.46.727 Beta makes the encrypted HLS faster and more secure when used with separate audio tracks.
In the end we were able to just stop checking the HLS stream properties before playback, so any bad routing conditions between your server and DigitalOcean Spaces/Bunny.net won’t matter anymore.
Thanks,
MartinHello Khem,
so do you mean that anytime you edit the Pay Per View video it adds another item in wp-admin -> Products ?
Does this happen when you edit the Pay Per View pricing in the FV Player editor, like on the “Pay Per View tab in FV Player’s shortcode editor” screenshot here? https://foliovision.com/player/pay-per-view/woocommerce
Or does that happen when you edit the Pay Per View product in wp-admin -> Products like on the “Editing a WooCommerce product” screenshot on that same documentation page? Note that that screenshot is pretty useless, it doesn’t show the Pay Per View prices, we will improve it.
Thanks,
Martin4 years ago in reply to: Video not play on mobileHello Usman,
you replied to the forum email notification:
“i have done that already, check the support ticket on your site”
However I was not able to find anything. Did you use your sh…es@y….com email address?
Thanks,
Martin4 years ago in reply to: Smart Tv BrowserHello Usman,
thank you for the reply! However you posted that same https://foliovision.com/player/demos/amazon-open-bucket link twice. So did the https://www.w3schools.com/html/html5_video.asp play and https://foliovision.com/player/demos/amazon-open-bucket did not play?
Please also test with https://foliovision.com/html/fp-debug.html Does it show that localStorage error? Or does it play the video?
Thanks,
Martin4 years ago in reply to: Smart Tv BrowserHello Usman,
the problem is likely that that smart TV doesn’t identify itself as Android, or maybe it’s not Android and we need to detect is as mobile. When I only set that user agent to my browser it played videos without issues.
Is that “Your app uses HTML 5 localStorage which isn’t supported in the Smart TV App Store” message all you get?
Can you see the player?
Can you click the player and does it start to load the video?
Can you play the video here? https://foliovision.com/player/demos/amazon-open-bucket That’s a most simple example with an MP4 video with FV Player.
Does it play the video here? https://www.w3schools.com/html/html5_video.asp That’s a bare HTML5 video tag.
Could you please also screenshot this page? http://foliovision.com/html/flowplayer-support.html
Thanks,
Martin4 years ago in reply to: Video not play on mobileHello Usman,
sorry about the delay on getting back to you, I see you replied to my question a week ago and I confused it with some old thread.
Please provide a link to some publicly available video on your website. What video type is it?
Please provide details about your mobile, such as the model and browser. Best if you could also check the user agent on the https://whatsmyua.info/ page – all we need is the user agent string provided in the “rawUa” field.
Thanks,
MartinHello Girish,
what you are doing is considered to be an expert feature. I find it very useful for the FV Player demos – I can use the same [fvplayer id="..."] over and over again and just enable different features for it for different demo pages.
It appears to me the issue must be with the actual custom start time code. Apart from the browser information which Maria requested we also need to know what video type does seem to trigger the issue.
Thanks,
Martin4 years ago in reply to: Blanks in Amazon S3 filenamesHello Girish,
we have a file on Amazon S3 to test this and it works properly, no matter which form of URL I choose:
https://fv-flowplayer-frankfurt.s3.eu-central-1.amazonaws.com/Swan Lake Reloaded.mp4
https://fv-flowplayer-frankfurt.s3.eu-central-1.amazonaws.com/Swan+Lake+Reloaded.mp4It also doesn’t matter if we disable or enable Settings -> FV Player Pro -> Hosting -> Amazon S3 Protected Content -> Amazon S3 Ajax (Pro).
There were no changes in the related code. Please provide some more details about your issue, ideally a test page.
One this which some to my mind is whether you have the “Region” configured for the S3 bucket in Settings -> FV Player Pro -> Hosting -> Amazon S3 Protected Content. Without it a AWS Signature version 3 is used, with it provided is uses AWS Signature version 4.
I wouldn’t say the blank spaces are forbidden on S3, they just get replaced with +.
Thanks,
MartinHello Khem,
I would say if that featured image is the only issue with your theme it’s worth figuring out how to get rid of it.
In the support ticket you said you tried to disable the featured image, but it’s still showing. How did you try to disable it?
Please check if you enabled wp-admin -> Settings -> FV Player Pro -> Integrations/Compatibility -> Add featured image automatically – as that setting would put it back when removed for the WooCommerce Product if there would be a FV Player posted inside of it.
Thanks,
MartinHello Mark,
FV Player doesn’t work with m3u playlists. I do not recall being asked for such feature yet.
You would have to build the playlist in FV Player directly using these http://archive.org/download/mjq-1983-montreal-jazz-festival-cbc/01-Introduction.mp3 and similar links.
The m3u support could be added, it could load and cache these playlists similar to how we process Vimeo albums or YouTube playlists in FV Player Pro. Ideally we would create a proper PHP SDK for these FV Player Pro routines and let people extend it for their own needs.
Thanks,
MartinHello Khem,
you also contacted us via email. But I will answer the question about the featured image here to keep things in order –
Are you using any special template for WooCommerce? Perhaps your template tries to improve WooCommerce product display by always showing such featured image. FV Player Pay Per View doesn’t deal with that.
Thanks,
MartinHello Mark,
while HLS video streaming format does use m3u8 playlists, I do not think that a m3u8 playlist of mp3 files will work.
In HLS the m3u8 playlist file typically references a list of video segment files. So even if that would works with a list of mp3 files, they would probably all play as a single long audio track.
Have you done some basic tests with this and did it work? We didn’t had a request like this before and I do not have a m3u8 file that would reference mp3 files at hand.
Thanks,
Martin4 years ago in reply to: MOV verses MP4 In the FutureHello Ralph,
the MP4 video format with the H264 codec is supported by all major browsers.
The WebM is only really needed if you have a lot of users on computers with the Linux operating system who refuse to install the proprietary codecs. Users of Ubuntu Linux can get it easily by installing Ubuntu Restricted Extras.
Thanks,
Martin4 years ago in reply to: Pro + Installation packageHello Robin,
the video doesn’t show on mobile because there is this line of CSS:
article .header .video-format iframe { display: none; }
It’s in the /ghlayout/style.css file. Please put in a rule like this to override it:
article .header .video-format iframe.fp-engine { display: block; }
The Skip translation can be adjusted using a PHP code like this: https://foliovision.com/player/advanced/api-programming#customizing-translations
Or you can create your own translation. Please let us know what other phrase you would like to also translate and we could add the Dutch translation for FV Player or FV Player Pro with at least these translations to get started.
Thanks,
Martin4 years ago in reply to: 4k not availableHello Bruno,
thank you for checking all of these details! You tested a different videos on our https://foliovision.com/player/demos/encrypted-hls-stream page, but it’s not important.
Please reinstall FV Player Coconut plugin from a fresh ZIP file which you obtain from https://foliovision.com/my-licenses once again. I do not see any reason why you didn’t get the 4K quality the last time, perhaps you uploaded a different file to your WordPress website.
We will also create a new FV Player Coconut version release which will show for you as an update in wp-admin -> Plugins, we just need to re-organize some code on our own websites where we use a more advanced version of this plugin.
Thanks,
Martin4 years ago in reply to: Pro + Installation packageHello Robin,
I found you replied to the forum notification, so I re-posted it here now.
I had a look at your post and I could see the issue. Please adjust the PHP code in post-top-content.php further – there is that whole section which creates DIV element with class “video-overlay” which needs to be removed as it covers the player. Instead you should be using that featured image as the splash=”…” argument for FV Player.
You should be also entering some good default size (try just 1280×720 to give the videos a proper aspect ratio) in Settings -> FV Player Pro -> Sitewide FV Player Defaults -> Default Video Size. Otherwise the player won’t appear properly when loading and the webpage content with move as it loads.
I also noticed your child theme stylesheet loads from a bad place – https://{your-site.com}/ghlayout-child/style.css This needs to be fixed as all these 404 servers might even slow down your server.
The global ads defined in Settings -> FV Player Pro -> Ads -> Video Ads will work, but you won’t be able to target individual posts. You will be able to pick any single ad for all players, or insert multiple ads and have FV Player Pro pick random ad for each player.
Thanks,
Martin4 years ago in reply to: Coconut player UX refinement suggestionHello Dimitrii,
creating a new FV Player instance wouldn’t be a problem.
I wonder if it should could be a global setting, on by default. Or if there could be a checkbox to skip creating it when adding the encoding job – in case you intend to use the resulting video in a playlist and do not want the player.
I would like it if you could even post an article with a video pending encoding in it and let it auto publish the article when the video is finished processing.
Thanks,
Martin4 years ago in reply to: Batch video and splash image url replacementHello Bruno,
FV Player Migration Wizard only lets you do simple replacements. In your example you would have to replace:
1) First https://website.com/wp-content/uploads/2021/02/ with https://website.b-cdn.net/videos/ – this would have to be done for every month separately, it would be easier if you could keep that structure on the CDN too
2) The the “-” symbols with “%” – but perhaps our forums did change your URLs, although I do not see why – did you wanted to write %20 by chance? But this would replace any “-” symbol out there, in all the video paths. So it could break the videos which you didn’t move. Is this change necessary?
Thanks,
Martin4 years ago in reply to: Customize DRM text colorHello Dimitrii,
I wonder what is the right solution here. I wish there would be a way of calculating the average video color and using some color like that.
Perhaps we need to add a DRM Text Opacity setting on a per video basis. That way you could inspect the brightest parts of the video in the FV Player Editor and input the value which will ensure good visibility in these parts, but at the same time not make it too obvious.
Thanks,
Martin4 years ago in reply to: 4k not availableHello Bruno,
I just added a random creative-commons licensed 4K video test to the bottom of the page here, FV Player Coconut did set up the encoding job properly and the video plays in 4K: https://foliovision.com/player/demos/encrypted-hls-stream
Please check the source video properties on https://app.coconut.co, like on the attached screenshot. What video resolution do you get there?
Next click the down arrow to the right of “Job #{number}” which will reveal the “Request sent on {date}” information. There you should see all the different outputs, like this:
... -> httpstream#240p = ... -> httpstream#480p = ... -> httpstream#720p = ... -> httpstream#1080p = ... -> httpstream#1440p = ... -> httpstream#2160p = ...
Can you see all of these?
Thanks,
MartinHello Recai,
we have worked on this improvement.
Please reinstall FV Player Pro by deactivating and deleting the FV Player Pro plugin you are using, then hit “Install Pro extension” at the top of the wp-admin -> Settings -> FV Player screen and the YouTube embeds will use youtube-nocookie.com domain.
However you will have to switch to Beta: https://foliovision.com/player/basic-setup/switching-fv-player-pro-to-beta
Then you will see the checkboxes in wp-admin -> Settings -> FV Player Pro -> DRM Text.
Thanks,
Martin4 years ago in reply to: Pay Per View PlaylistHello Jp,
it’s true that it’s not supported, but perhaps the time has come to add support for it. You would only see the Preview video and once purchased you could enjoy the entire playlist of videos.
Thanks,
Martin4 years ago in reply to: Batch video and splash image url replacementHello Bruno,
the Migration Wizard only helps you update the FV Player database tables, it doesn’t move any files. I added that to the wizard introduction page for the next FV Player release:
This wizard will help you change the domain where your videos are hosted if you are switching CDNs. First you enter the source URL to replace and then the destination URL. Then you see what video URLs you get.
Please note that:
* the wizard does not actually move any files
* it only updates the FV Player database tables, [fvplayer src="..."] shortcodes are not affectedThanks,
MartinHello Dimitrii,
do you also get the Admin JavaScript warning? https://foliovision.com/player/basic-setup/installation#fixing-broken-javascript
Or is it just that message when you hit Check template button?
Are you preventing public access to the website in any way?
Thanks,
Martin4 years ago in reply to: Chromecast option does not workHello Alfonso,
please provide a test page where we can see the issue, or at least send us a link to the video file which you are using.
You can also test the Chromecast with the homepage video on https://foliovision.com/ – that would also be helpful.
The Check Template function does tell you to also check if the actual videos play. If the videos play then you can ignore that warning. When FV Player first started many templates used to have issue with missing wp_footer() calls. Your website might not be passing the check because of the maintenance mode.
Thanks,
MartinHello Manson,
the size of the lightbox view is set with the width=”500″ and height=”500″ arguments as it respects the desired video size.
The size of the lightbox button on the page is set in the lightbox argument – so you are setting that one to 800×500. But you actually have two lightbox=”…” arguments in the shortcode, so the second one is ignored. So then both the lightbox view and the lightbox button on page use the 500×500 size.
We will ensure this is properly documented.
But I also see we were calculating the responsive CSS for the lightbox button and also ignoring the lightbox button size provided via the database (you are using the old shortcode format).
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 all work for you as expected.
Thanks,
MartinHello Michael,
thank you for the video! I’m noticing two issues on https://www.programmingelectronics.com/fv-player/
1) The first video is loading from YouTube – the transcript=”auto” doesn’t work with YouTube unfortunately. Is that what you used or did you use an actual VTT file?
2) The Vimeo video is using the Vimeo iframe embed code only – please ensure you setup Vimeo API key in wp-admin -> Settings -> FV Player Pro -> Hosting -> Vimeo. The guide can be found here: https://foliovision.com/player/video-hosting/how-to-use-vimeo#access-token-setup It seems you had that set up before, perhaps you tried to disable that or you checked “Force iframe Embedding” for troubleshooting.
Please let us know how it goes.
Thanks,
MartinHello Sandra,
I’m sorry to hear about the difficulties you are facing.
Could you please check your PHP error log for fatal errors? If you are not sure where to find it please ask your server tech support to give you a list of the fatal errors from the log?
Or you can install the https://wordpress.org/plugins/error-log-monitor/ plugin. That way you will be able to see any new PHP errors in your wp-admin Dashboard. So then you can try to activate FV Player again, see if you run into the same issue again, disable FV Player again if needed and check the new errors right in wp-admin.
What Chiara suggested unfortunately won’t work – as obviously there is no Settings -> FV Player Pro if you have to keep the plugins disabled.
Thanks,
Martin4 years ago in reply to: admin: Check failedHello Thomas,
I removed the ban. We will think of some more clever way of how to prevent the over-usage.
Thanks,
Martin4 years ago in reply to: Pro + Installation packageHello Robin,
I’m sending a copy of my reply also here, in case you still do not get our emails:
I had a look at the “? Van Pannenkoeken ….” post here: /wp-admin/post.php?post=245261&action=edit
I see the video is in the “Video Format Options” box and you are using a YouTube URL there. I found it’s being outputted in post-top-content.php template file of your theme: /wp-admin/theme-editor.php?file=post-top-content.php&theme=Extra
There is a line:
$video_embed = extra_get_video_embed( $video_urls );
Which could be replaced with:
$video_embed = do_shortcode( '[fvplayer src="'.$video_urls.'"]' );
And it should already work. Perhaps you know PHP and this is all you needed.
But there are a couple of downsides:
First problem is that this way you wouldn’t get all the FV Player features. For example if you would like to insert a video playlist or subtitles, it wouldn’t be possible. Video protection against downloads would also be much weaker.
Second – do you sometimes put in multiple video link into that “Video Format Options” box? These could be presented as a playlist actually, but the code would have to be improved.
If you want to use all the FV Player functions I would recommend you instead use our Custom Video Fields: https://foliovision.com/player/advanced/video-custom-fields
And in all cases your code theme files would be modified – we would have to setup a child theme first to make sure you can update the theme in the future without looking your changes.
Please let us know if the above is making sense to you and which way you would like to go. Based on that we will have to ask you for another Pro support ticket purchase, as advanced theme customization like this is not considered an install anymore. Unfortunately your theme doesn’t provide the WordPress action or filter hook to let us support their Video format posts directly.
We are also happy to guide you in the right direction if you can take care of these tweaks on your own.
Thanks,
Martin4 years ago in reply to: Buddyboss mobile app supportHello Clark,
does BuddyBoss provide any documentation about how to create a custom block?
Does this mean they have to code each supported block into the mobile app code?
What FV Player features are you using? Are you using any of the features to prevent the video downloads?
Thanks,
Martin4 years ago in reply to: admin: Check failedHello Thomas,
I found we actually had to block your website from using the video checker as it was sending in an increased amount of video check requests.
What we can do is to improve the way the video checker is triggered in the plugin to avoid issues like this.
Please let us know if you are using any special page which shows a grid of players. A screenshot would definitely help us with fixing of the issue.
Thanks,
Martin4 years ago in reply to: Pro + Installation packageHello Robin,
this is what I sent 3 days ago:
unfortunately your website doesn’t seem to work. When I open https://www.g….l/ I only get “UW WEBSITE IS OFFLINE”.
When I open https://www.g….l/wp-admin I get 404 error:
“Not Found
The requested URL was not found on this server.”
Please let us know when it’s back up. I hope it’s nothing serious, sometimes the web hosting control panels are a nuisance to work with.
Now the website is back up and I was able to log in, so I will have a look first thing tomorrow morning.
I’m sorry about the email issues, last time you said our email was on blacklist, did it get back on the blacklist again?
Thanks,
Martin4 years ago in reply to: Chromecast option does not workHello Alfonso,
please also test the Chromecast with the homepage video on https://foliovision.com/ and let us know where we can test it on your website.
Thanks,
MartinHello Michael,
please try to post this video with the transcript enabled:
[fvplayer src="https://vimeo.com/150185992" transcript="auto" splash="https://i.vimeocdn.com/video/763857357_1920x1080.jpg?r=pad"]
Does it work for you?
Please also test your video again:
[fvplayer src="https://vimeo.com/527393499" transcript="auto"]
Does it work for you now? If not, what URL do you see for https://vimeo.com/texttrack/8272605.vtt?token=… in wp-admin -> Tools -> Log HTTP Requests? Is it the same as last time, or did the token change?
I’m trying to determine if the transcript fails to load from proper URL for you or if your server is not allowed to connect to vimeo.com.
Thanks,
Martin4 years ago in reply to: Customize DRM text colorHello Dimitrii,
are you using the Flash or Watermark preset?
Please let us know, as we do not believe in endless settings, but prefer sensible presets. Perhaps we could make the watermark a bit more transparent.
Thanks,
MartinHello Michael,
I’m not sure why, but it’s loading an old VTT URL.
I’m running some tests on my end.
Thanks,
Martin4 years ago in reply to: Remove Black bar from top of videoHello Michael,
please set wp-admin -> Settings -> FV Player Pro -> Sitewide FV Player Defaults -> Default Video Size to fit your videos. Or if you only need to do for some of them you can fix the dimensions for the individual players using the “Size” fields in the FV Player Editor: https://foliovision.com/player/basic-setup/start-up-guide#insert-videos -> “You can also specify the dimensions (width and height)”
Thanks,
MartinHello Michael,
please install Log HTTP Requests plugin: https://wordpress.org/plugins/log-http-requests/
Then put that shortcode with transcript=”auto” to some page and load it. See if the transcripts appears or not.
Then check the logs of that Log HTTP Request plugin in wp-admin to see if you can see the request for the VTT file on Vimeo servers and see what it says there.
Thanks,
MartinHello Joana,
please re-activate FV Player VAST, remove the VAST URL from Settings -> FV Player VAST and only add it for a single player using the instructions from here: https://foliovision.com/player/vast/how-to-use-vast#ads-for-individual-videos (although currently the VAST field is in its own tab)
Then send us a link to the page where we can see the issue.
Thanks,
MartinHello Jörn,
please get a fresh ZIP file of FV Player Pro from https://foliovision.com/my-licenses and reinstall FV Player Pro from that. Then switch to Beta accoring to instructions here: https://foliovision.com/player/basic-setup/switching-fv-player-pro-to-beta
That way the HLS stream check will be cached internally in the plugin. It will improve the reliability for you.
Thanks,
MartinHello Jörn,
I see the way we process streams with multiple audio tracks is not ideal. It currently depends on the routing conditions between your server and DigitalOcean Spaces/Bunny.net and that’s not a good thing.
I’m working on some improvements.
Thanks,
MartinHello Jörn,
the first entry occurs as the encryption key request is waiting for the authentication request to arrive.
The second entry is not related to FV Player Pro as it doesn’t have fv-player-pro in it. It’s just a cron.
Could you please see if you find that failed curl in the slow log too? If it failed to execute in 5 seconds it should really be in the slow log too – giving us the trace where it was called.
Thanks,
MartinHello Dimitrii,
thank you for the request.
We can do the visual marking of video used in a job.
We will think about how we could support selecting multiple items at once.
Thanks,
Martin4 years ago in reply to: Pro + Installation package4 years ago in reply to: The control bar disappearsHello Yoshida,
I found that the issue occurs when using the “Controlbar Always Visible” setting. We will get this fixed.
Thanks,
MartinHello Yoshida,
thank you for the video recording. Is that YouTube video which you play really a live stream? Could you please share the link where we can see it on your website?
Thanks,
Martin4 years ago in reply to: FV pro versionHello Edward,
it’s the same issue as when the FV Player Pro plugin is not active – it doesn’t know that the plugin folder effectively contains two plugin versions. We do it like that to let the users switch from Release to Beta back and forth easily.
Thanks,
MartinHello Yoshida,
it appears something is breaking the CSS animation which we use to only show that error 5 seconds after the page has loaded. We need to come up with a better solution then.
You can ignore that error. You can also just get rid of it using a CSS like this:
.fvfp_admin_error { display: none; }
That way it will stop bugging you.
Thanks,
Martin4 years ago in reply to: FV pro versionHello Edward,
latest FV Player Pro version is 7.4.44.727. But you get 7.4.45.727.beta if you have switched to the Beta release.
However if the plugin is deactivated, it will show the 7.4.44.727 plugin version number on that wp-admin -> Plugins screen.
Thanks,
Martin4 years ago in reply to: Pro + Installation packageHello Robin,
our mailing logs show that the email did reach your mailserver without issues. It would be great, if you could check your spam folder to see if the email is there. The sending email address was support@foliovision.com, so please let us know.
I see that your mailbox is running on sp…el.n… – perhaps it’s related to SpamExperts, in that case the mail might be in the quarantine.
Going back to the actual issue you are having – please create a WordPress admin login for support@foliovision.com and I will have a look if the theme provides any WordPress action hook which we could use.
If it’s really non-standard we would have to ask you to buy another Pro support ticket as our Make Your Theme work with Video service is more expensive.
Thanks,
Martin4 years ago in reply to: How to make player paused in debuggerHello Samson,
we do use similar technique in FV Player DRM, but we only use it together with other metric.
I think that if we remove the video like you describe people will be able to trace back to where the code is and just disable it.
You can see a nice history of different approaches which worked and then stopped working in new Chrome versions here: https://stackoverflow.com/questions/7798748/find-out-whether-chrome-console-is-open
Thanks,
Martin4 years ago in reply to: Issue setting up Coconut+DigitalOceanI should also add that Bunny.net (BunnyCDN) is only used for videos, so Cloudflare will not be a problem if it handles CDN for the website assets and provides the WAF.
Thanks,
Martin4 years ago in reply to: Issue setting up Coconut+DigitalOceanHello Dimitrii,
please use support@foliovision.com.
When we have some time left we would like to switch to Discourse forums. We used it on one project recently and while certain features are missing it is a great modern web app.
Thanks,
Martin4 years ago in reply to: Issue setting up Coconut+DigitalOceanHello Dimitrii,
please try to open wp-admin -> FV Player -> Coconut. There should be a button labeled “Show wizard log”. When I hit that button I get 3 log entries:
DigitalOcean Spaces CORS – about CORS being enabled on the target space
DigitalOcean Spaces creation – shows debug information about the target space being created
DigitalOcean Spaces creation – shows debug information about the source space being createdThat’s what I have for a successful install. Do you see anything else, like a lot of “‘Failed to check {space name} in {region}” messages?
Are you running the wizard in some staging environment? I had some DigitalOcean Spaces issues come and go when running on localhost, but never on an actual server.
Thanks,
MartinHello Yoshida,
does that error appear right away? Or only when the page is loading for more than 5 seconds?
Does the notice disappear automatically once the page finishes loading?
The screenshot which you sent shows no errors – all is fine there.
Thanks,
MartinHello Yoshida,
the YouTube videos play with the FV Player controlbar after fixing the iOS Chrome version detection. 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.
Please let us know if it fixed the issue for you as well so that we can put it into the next release.
Thanks,
Martin