Forum Replies Created
-
-
6 years ago in reply to: New lightbox doesn’t work on my website
Hello Akos,
it’s not clear if you need the theme lightbox functionality or not.
Will enabling Settings -> FV Player -> Integrations/Compatibility -> “Remove fancyBox” (description reads “Use if FV Player lightbox is not working and you see a “fancyBox already initialized” message on JavaScript console”) fix the issue for you?
Thanks,
Martin6 years ago in reply to: Importing a live stream from VimeoHello Daniele,
your WordPress caching plugin or your web host might be removing that query string version. Cloudflare can do it as well.
Unfortunately with the Vimeo player we are not able to provide the kind of customization you need.
We hope that Vimeo will allow 3rd players to play their live streams soon.
Thanks,
Martin6 years ago in reply to: WPML compatibility bugHello Peter,
please also answer the other questions I posted previously:
1) you said that several links did not appear on the second language – do you mean these links to different languages now give you a 404 error?
2) Are you getting the same issue with just FV Player active when you disable FV Player Pro?
And also:
3) Please install these two plugins:
https://wordpress.org/plugins/debug-bar/
https://wordpress.org/plugins/fg-debug-bar-rewrite-rules/#descriptionAnd see if the “Rewrite Rules” reported in that debug bar change when you disable FV Player.
Thanks,
Martin6 years ago in reply to: Make videos appear full width on mobileHello Svetoslav,
you should be tweaking that in your theme. The article content wrapper is simply set to certaing width and some spacing around it. So you should be able to remove that.
Thanks,
Martin6 years ago in reply to: Importing a live stream from VimeoHello Daniele,
please download the new version of FV Player Vimeo Live Streaming from https://foliovision.com/my-licenses and reinstall from that.
Also make sure you use the latest FV Player Pro and switch it to Beta version too, here’s how to do that: https://foliovision.com/player/basic-setup/switching-fv-player-pro-to-beta
Unfortunately Vimeo has prevented playback of Vimeo Live Streams outside of its player, so with this new plugin version the Vimeo live streams will play using the Vimeo player during live broadcast.
Once the live streaming finishes and it’s are archived, it will play in FV Player Pro. This will all happen automatically.
I’m also noticing you are removing the query string versions on your website. Here are the reasons so to do it: https://foliovision.com/2017/06/wordpress-cdn-best-practices If these query string versions are not in place you have to (and your users as well!) purge your browser cache after any front-end plugin update to ensure consistent behavior of your website.
Thanks,
Martin6 years ago in reply to: WPML compatibility bugHello Peter,
you said that several links did not appear on the second language – do you mean these links to different languages now give you a 404 error?
Please try to visit Settings -> Permalinks. Doing that will regenerate the WordPress rewrite rules. Perhaps it will fix your issue.
FV Player does add some rewrite rules for the iframe embeds, but there was no change in that part of a long time, so I don’t see how the new version of your plugin could cause this.
Are you getting the same issue with just FV Player active when you disable FV Player Pro?
Thanks,
Martin6 years ago in reply to: Multiple audio tracksHello Girish,
we have prepared this improvement (working audio menu on HLS in Safari) for the next FV Player release. You can already test it out here: https://foliovision.com/player/demos/multiple-audio-tracks
Thanks,
Martin6 years ago in reply to: Make videos appear full width on mobileHello Svetoslav,
is FV Player not filling up the entire content column on your mobile website?
How does the FV Player width compare to a width of the article content paragraphs or an image? Are you able to insert a full-width image?
Thanks,
MartinHello,
if you can play a HLS stream hosted on Google Cloud Storage (are you sure it works in Chrome as well? You need CORS headers to be able to stream HLS on all browsers: https://foliovision.com/player/video-hosting/hls#hls-js), then an encrypted HLS stream will work as well.
Thanks,
Martin6 years ago in reply to: FastForward on doubletapHello Ningthoukhomba,
we have prepared a fix for that mobile volume bar issue for the next FV Player release.
Regarding your “click to unmute” request – I noticed that we are not showing the mute icon properly for Vimeo videos which autoplay on desktop computers, so we will get that fixed and then it’s obvious where the user has to click to bring up the video sound.
Thanks,
Martin6 years ago in reply to: Moving chapters with CSSHello Mitch,
1) The CSS selector for the list of chapters is .fv_fp_chapters. To put it next to FV Player you would have to start with a CSS like this:
.flowplayer { width: 66%; float: left; } .fv_fp_chapters { width: 29%; float: left; }
And then figure out a media query to not have it appear on mobile like that.
I see that what’s missing here and making it harder is the absence of a wrapping DIV.
2) You can use a CSS rule like this:
.flowplayer span.fv-fp-chapter { display: block }
Some of these adjustments could be in plugin options for sure, but we don’t want to present an endless list of options. We would prefer to figure out what are two or three display modes which our users really need.
Thanks,
Martin6 years ago in reply to: FV Player Pro: html5 video file not foundHello Mitchell,
did you actually manage to solve the issue and do the videos play on your staging now? There is no reason they shouldn’t, unless that domain is not allowed in Vimeo privacy settings.
If it’s all good now please let us know what steps you did to fix it.
Thanks,
MartinHello Ran,
so when the infinite scrolling loads another player and it won’t initialize (it won’t play when clicked) – will running this on the browser javascript console fix it?
fv_player_load()
Thanks,
MartinHello Tio,
we have prepared this feature for FV Player version 7.5.
In that new version the FV Player Editor saves all your changes automatically without need to click on any Update button – as all the changes are saved automatically in background. So it needs some more testing.
Thanks,
MartinHello Ran,
please try to enable Settings -> FV Player Pro -> Integrations/Compatibility -> Load FV Flowplayer JS everywhere.
Thanks,
MartinHello Gbrother,
you can check the new playlist styles here: https://foliovision.com/2019/08/new-playlist-styles
Perhaps you find that these suit your needs better than the numerous lightbox instances which you have to create currently.
Thanks,
Martin6 years ago in reply to: Autoplay lightbox videoHello Manuel,
to conclude this thread – since FV Player 7.4.0.727 the whole playlist is presented as a single lightbox view, so it auto-advances to next playlist item automatically. You can check the https://foliovision.com/player/demos/fv-flowplayer-lightbox -> “PLAYLIST IN LIGHTBOX” demo.
Thanks,
Martin6 years ago in reply to: Play button doesn’t work in Huawei browserHello Çapan,
please check if that Huawei browser plays the video here: https://developers.google.com/youtube/youtube_player_demo
Thanks,
Martin6 years ago in reply to: Play button doesn’t work in Huawei browserHello Çapan,
so our website gives you no trouble in Huawei browser, even the YouTube demo at https://foliovision.com/player/demos/youtube-embedding ?
What about the simple MP4 file on your website, would that work?
I think you are running some ads, does it work on Huawei if you disable these ads?
Thanks,
Martin6 years ago in reply to: Play button doesn’t work in Huawei browserHello Çapan,
please post screenshots of http://www.useragents.com/ and https://foliovision.com/html/flowplayer-support.html using that Huawei browser.
Thanks,
Martin6 years ago in reply to: Play button doesn’t work in Huawei browserHello Çapan,
so you are using Android 9 with the Facebook in-app browser actually. Does it work for you if you post a simple MP4 video?
Does it work for you if you try the built-in browser?
Does it work for you if you try the Google Chrome?
Thanks,
Martin6 years ago in reply to: Play button doesn’t work in Huawei browserHello Çapan,
I wonder if the issue only occurs with YouTube videos. What about the video here? https://foliovision.com/player/demos/youtube-embedding
Please let us know what user agent string you get when you check here on your mobile: http://www.useragents.com/ (a screenshot will work fine too)
Please also provide a screenshot from your mobile of this page: https://foliovision.com/html/flowplayer-support.html
Thanks,
Martin6 years ago in reply to: Chromecast stutteringHello Philip,
FV Player only sends the file URL to the Chromecast, it doesn’t affect the way it plays the video. In case of a Vimeo video we just send over the HLS URL.
Are you seeing the issue on your end too? Then you can try to post some video with the so-called Vimeo Pro File URLs: https://vimeo.zendesk.com/hc/en-us/articles/224823567-Direct-links-to-video-files -> “Accessing your video’s third-party player links”
Make sure you use the HTTP Live Streaming (HLS ) one and see if you get the same issue with it as well. Videos are easier to download that way but it’s worth doing such experiment on a single video.
Thanks,
Martin6 years ago in reply to: Interactive player add space in transcriptsHello Francoise,
the new interactive transcript formatting is in FV Player Pro 7.4.6.727 in its Beta branch. To switch to Beta please follow instructions here: https://foliovision.com/player/basic-setup/switching-fv-player-pro-to-beta
Thanks,
Martin6 years ago in reply to: Vimeo Access Token ErrorHello Devin,
when you go to Settings -> FV Player Pro -> Pro Features -> Debug you will see there is a (more) link in the description of that setting. Clicking that will give you a full path for the verbose log file. You can get there via FTP or also figure out the HTTP URL if you copy the part starting with “/wp-content/…” until the end and use that as path with your domain URL.
Thanks,
MartinHello Hasan,
it appears something is setting the max-height CSS property of the FV Player element improperly (it’s the div with class “flowplayer” and others.
Please try to preview your website with some other theme and see if the issue keeps occurring.
Next you can try to disable other plugins one by one and see when the issue disappears.
There was no recent change in FV Player which could cause this. The splash image is no longer done with a CSS background, but it uses an img tag, but that’s it..
Hello Josu,
seems like adding a CSS rules like this will fix the issue, we will make it so for the next version of our plugin:
.flowplayer .fp-splash { margin: 0; }
Thanks,
Martin6 years ago in reply to: Vimeo Access Token ErrorHello Devin,
please check if the videos are still playing. This sort of error can stop parsing of video splash screens (when inserting the videos), but will not affect the playback.
Vimeo can indeed block you from their API if you request information about a missing video multiple times. Like if you tried to post a missing video 20 times in an hour, it could happen. But then the ban should be removed in a day or so.
However these screenshots which you sent don’t seem to indicate any recent error. Please try to set Settings -> FV Player Pro -> Pro Features -> Debug to “Verbose”. That way there will be more details logged into a log file. So I wonder if anything pops up there.
Thanks,
MartinHello Devin,
I can see that issue. I put in a fix for the next release, you can also reinstall FV Player from this link to get the fix right now: https://github.com/foliovision/fv-wordpress-flowplayer/archive/master.zip
Thanks,
Martin6 years ago in reply to: Suggestion: Embed player or playlistHello Tio,
since there is only a single Embed link, we would have to show a drop down menu with the two options – Embed full playlist or Embed current video.
Thanks,
MartinHello Leho,
there was a bug in the caching layer which we added to deal with repeated requests. It’s fine now and we are taking steps to improve the failover.
Thanks,
Martin6 years ago in reply to: Bitchute, OK.ru and OdyseeHello Reginald,
we plan to add BitChute support, but after we restructure the FV Player modules which is currently our priority task.
To play a video from BitChute you can just extract the MP4 URL from the page source, it doesn’t seem to expire.
Thanks,
Martin6 years ago in reply to: Vimeo playlist (showcase) on FVHello Jacqueline,
sorry about that, there was an issue after that Vimeo malfunction last week. Now it’s fixed and new FV Player Pro Beta (7.4.3.727.beta) is out.
Thanks,
MartinHello Leho,
as explained in the newsletter, we use our own API mainly to provide:
* improved video security – as stream URLs in Vimeo API don’t expire
* MPEG-DASH format which is not in Vimeo API – more reliable streaming than HLS, mainly on desktop and Android
* multiple CDNs for HLS and MPEG-DASHFV Player Pro 7.4.2.727 can also load the Vimeo video using their API if there is problem with our API servers.
Thanks,
MartinHello Devin,
what you are doing will continue working, although you might not get some of the new features which depend on the database storage. But perhaps we will decide to store a “shadow” data even for these [fvplayer src=""] shortcodes.
Thanks,
MartinHello Devin,
sorry about that, I forgot to merge that branch. Please reinstall FV Player from this link? https://github.com/foliovision/fv-wordpress-flowplayer/archive/master.zip Then it will work.
Also, the video links are now based on the database IDs, but the old ones keep working.
Thanks,
Martin6 years ago in reply to: Social media buttons disappear too quicklyHello Juraj,
please check how our hover time compares to Vimeo and YouTube. I think YouTube only show the default HTML5 video tag though, so check some other player too.
Thanks,
Martin6 years ago in reply to: Lightboxed video not showing in a pageHello Donna,
I tried different scenarios, but I was not able to reproduce the issue – no matter is the height was empty or if it was 100%.
We plan to get rid of the video height setting and instead detect video aspect ratio and use that.
Thanks,
Martin6 years ago in reply to: see file name in analytics event trackingHello Reza,
are you sure you are checking this properly? The best place to check if this works properly would be the real-time event stats in Google Analytics – except it doesn’t show the Event Labels there.
So you will have to wait before new data is collected in Google Analytics and check there.
If you know how to use the browser developer tools you can check in there as well – look at the __utm.gif requests and you should see the proper video title appearing in the utme attribute.
Thanks,
Martin6 years ago in reply to: see file name in analytics event trackingHello Reza,
you can read about the video titles here: https://foliovision.com/player/basic-setup/adding-title-and-splash-text
If you want to use it in the shortcode, you have you use the caption=”…” attribute. I see we should be changing that to title=”…”.
This whole mistake started as in WordPress they used to refer to the image labels as “captions” and we made a mistake of using he same word. While in the world of video when you say “captions” you mean the closed captions or subtitles.
Thanks,
Martin6 years ago in reply to: Unexpected ErrorHello Kaitlin,
is the issue still occurring, or was it a one of?
Please also see if you can copy the above data and use it in wp-admin -> FV Player -> Import, you should be able to recover your lost data that way.
Thanks,
Martin6 years ago in reply to: see file name in analytics event trackingHello Reza,
I run into the same issue just the other day. The fix for the issue will be part of the next FV Player version – the video title will be used for the tracking.
If you need the fix right now you can reinstall FV Player from this link: https://github.com/foliovision/fv-wordpress-flowplayer/archive/master.zip To do that you will have to first deactivate and delete the current FV Player plugin you are using. WordPress will warn you that you might loose settings and data, but it’s not the case with our plugin, no settings now videos will be lost. Or you can just replace the plugin files via FTP.
Thanks,
Martin6 years ago in reply to: Audio not playing in sleep mode on iPhoneHello Crystal,
I don’t know much about mobile app development, but it seems you got some instructions to add some plugin to keep the audio tracks playing when the phone is put to sleep.
Thanks,
Martin6 years ago in reply to: Livestreaming with RestreamHello Crystal,
I tried the Wowza test player at https://www.wowza.com/testplayers -> Adobe RTMP and it won’t play either.
Thanks,
Martin6 years ago in reply to: Livestreaming with RestreamHello Crystal,
thank you for sharing your Restream stream URL. It doesn’t appear to play, I tried with VLC player.
Is there no other streaming option available, like HLS? Use of RTMP for web video is not recommended as it requires Flash and thus it won’t play on mobile devices.
Thanks,
Martin6 years ago in reply to: Changing streaming buffer sizeHello Katie,
it would be possible with the Media Source Extensions API which extends the HTML5 video in modern browsers (but not on iOS). So there is no solution which would fix it for all the browsers.
Besides it would be a lot of work and that technology is already used by the HLS.js library which FV Player uses to play HLS streams even in browsers which don’t support it natively. But as I mentioned it’s for HLS streaming format only, so you would need to re-encode your videos into that.
And since your MP4 streams are really using too much bitrate (3.5 Mbps for a 480p stream) it seems to just have to encode them again anyway.
The CDN would also be a big help, but I’m not sure how much in these rural areas.
Thanks,
MartinHello Devin,
you will see the update available in your WordPress, so you can just use that when you see it.
Thanks,
Martin6 years ago in reply to: Will Flowplayer work in Optimizepress 3 ?Hello Stefan,
could you please send over a link to your page so that we can see how is the page with [fvplayer] shortcode broken?
The previous versions of OptimizePress used to bundle Flowplayer library with the styling too, I hope it’s not the case with their version 3.
Thanks,
MartinHello Devin,
I’m able to see that issue as well, It’s not related to any cache.
I figured out that the underlying issue is that anytime one of these video time links are hit it tries to load the video again. And while doing that it doesn’t discard the already running HLS.js instance.
Please reinstall from https://github.com/foliovision/fv-wordpress-flowplayer/archive/86778548-new-hls-js.zip again and it should work properly now.
Thanks,
Martin6 years ago in reply to: Changing streaming buffer sizeHello Katie,
3.6 Mbps is a bit rate suitable for 720p video. For a 480p video it should be 600 to 1000 kbps.
If you have users from other continents you should really be using a CDN. If S3 + CloudFront is too expensive, you can check KeyCDN which gives you the same level of protection as S3 with signed URLs, but it’s also a CDN already.
Thanks,
MartinHello Devin,
here’s the FV Player with the new HLS.js library in it for your test: https://github.com/foliovision/fv-wordpress-flowplayer/archive/86778548-new-hls-js.zip Just install that like any other plugin, but make sure you remove FV Player first as then it would fail to activate.
Thanks,
Martin6 years ago in reply to: Will Flowplayer work in Optimizepress 3 ?Hello Stefan,
please use wp-admin -> FV Player to create your video players. There you will be able to see shortcodes like [fvplayer id="1"] etc.
Then you can use these shortcodes in OptimizePress 3 page builder.
Thanks,
Martin6 years ago in reply to: FastForward on doubletapHello Ningthoukhomba,
the best way of hooking into the player functionality is the use the flowplayer callback function as Flowplayer is the core video engine of FV Player.
I recommend you read our Programmer’s Guide, there you will find this part:
flowplayer( function(api,root) { api.bind('ready', function() { alert( 'Video just started!' ); }); });
Since root is the player element, you can detect double click on that, just wrap it in jQuery to make it easier to work with. If that doesn’t work, I suggest you try jQuery(‘.fp-ui’,root) and detect double click on that.
To seek forward just call api.seek(true).
Thanks,
MartinHello Devin,
seems like a bug in the Hls.js library. FV Player uses version 0.11.0, but I’m noticing version 0.12.4 is out. We will put that into FV Player and send you a link to test with.
Thanks,
Martin6 years ago in reply to: Force audio on autoplayHello Ningthoukhomba,
the audible autoplay is also not permitted on Safari on macOS. In Google Chrome the audible autoplay is only permitted if you have interacted with the video on the website before – so if you visit the website the first time it autoplays videos without sound, but if you then enable the audio it remembers that and autoplays with audio the next time. It’s the Media Engagement Index. More on that there: https://foliovision.com/2018/05/video-autoplay-issues
Thanks,
Martin6 years ago in reply to: Slider Bar Preview Images Not LoadingHello Gergely,
please reinstall from https://github.com/foliovision/fv-wordpress-flowplayer/archive/master.zip and that should fix the issue for you.
The issue appeared as you use an 100% value for the player width and height in plugin settings. You probably wanted the player to always fit to whatever content column width you use.
I think we should perhaps remove that setting, make the player 100% wide at all times (with override available for individual players) and concentrate more on the video aspect ratio.
Thanks,
Martin6 years ago in reply to: Lightboxed video not showing in a pageHello Donna,
I think I got it, please reinstall from https://github.com/foliovision/fv-wordpress-flowplayer/archive/master.zip and I would be surprised if that’s not it.
The issue appeared as you use an empty value for the player height in plugin settings. Some people asked us to allow even a value of 100% there to make sure the player is always showing at full page/content column width.
I think we should perhaps remove that setting, make the player 100% wide at all times (with override available for individual players) and concentrate more on the video aspect ratio.
Thanks,
Martin6 years ago in reply to: Slider Bar Preview Images Not LoadingHello Gergely,
it’s strange, are you getting the same issue even if you try some other theme? You can use the live preview of the theme and click to your post where the issue can be seen.
Thanks,
Martin6 years ago in reply to: Lightboxed video not showing in a pageHello Donna,
we are running out of options, could you please reinstall FV Player from this link? https://github.com/foliovision/fv-wordpress-flowplayer/archive/86776100-lightbox-debug.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.
That way we can append ?fvp_lightbox_debug to the URL of your page with FV Player with lightbox and see if the HTML is set properly by our plugin to be able to determine if some other plugin is then altering it.
If you are running out of time we are also happy to get this solved for you right on your website, just order our Pro support: https://foliovision.com/pro-support
Thanks,
Martin6 years ago in reply to: no sound for hls video playbackHello Reza,
I think there might be some audio codec which Firefox doesn’t support. Please use the Video Checker feature of the plugin to submit a report of the video details to us: https://foliovision.com/player/basic-setup/how-to-use-video-checker
Thanks,
MartinHello Stefan,
sorry about the late reply here. Our fix for the iOS 12 fullscreen issue was still not accepted into core Flowplayer, we will make it part of the next release tomorrow.
Thanks,
Martin6 years ago in reply to: Fullscreen double-click issuesHello shamman357,
sorry about the very late reply, somehow your ticket was lost.
Was the issue happening with YouTube videos when using FV Player Pro? There was some strange behavior with that which we fixed.
Thanks,
Martin6 years ago in reply to: Vimeo playlist (showcase) on FVHello Jacqueline,
the “Text” option for Settings -> FV Player -> Sitewide FV Player Defaults -> Playlist style will become available with the next FV Player release.
Or you can reinstall FV Player from this link: https://github.com/foliovision/fv-wordpress-flowplayer/archive/master.zip To do that you will have to first deactivate and delete the current FV Player plugin you are using. WordPress will warn you that you might loose settings and data, but it’s not the case with our plugin, no settings now videos will be lost. Or you can just replace the plugin files via FTP.
Thanks,
Martin6 years ago in reply to: Google Analytics not tracking Video StartHello William,
please let us know more about the issue. You said only about 25% of the video plays are tracked – how did you found out about the tracking malfunction?
You can open the browser developer tools, go to the Network tab and play a video – you should be noticing requests going to
_utm.gif
– that’s the actual video playback tracking.Thanks,
MartinHello Kendell,
the user can seek ahead a bit, but if he just seeks near the end and then waits for the video to finish it won’t trigger.
Thanks,
Martin6 years ago in reply to: Incompatibility with elementorHello Arnab,
actually Juraj didn’t notice you posted your ticket into a support forum for FV Gravatar Cache and not FV Player.
I can see the issue you are having. However our plugin currently only caches a single avatar size (+retina). What’s important is that it caches all the commenter gravatars, specially if you have over 100 comments on a single page and most people have no avatar set. A single avatar in the bio section which is not picked up won’t slow down the page load that much.
Thanks,
Martin6 years ago in reply to: FV Player ID – ShortcodeHello Ron,
I’m surprised to see that the old shortcodes have stopped working. Or is it just in that iOS webview? Are you sure it’s load all the scripts properly? What kind of HTML do you actually see in that webview?
Hello Gerald,
I’ll check it out with Alec.
Thanks,
MartinHello Devin,
thank you for the bug report. We made the styling CSS more resilient.
You can either wait for the next FV Player Pro release or get the fix right away if you reinstall the FV Player Pro plugin, it’s in the Beta version of it.
Thanks,
Martin6 years ago in reply to: Lightboxed video not showing in a pageHello Donna,
thank you for following the troubleshooting steps.
Are you running into the same issue with just FV Player active – no FV Player Pro.
Please also post the Settings -> FV Player -> Tools -> System Info, we won’t publish it.
Thanks,
MartinHello William,
that is correct, the Vimeo API library requires the cURL library.
Thanks,
Martin6 years ago in reply to: Content scrolls above video player on mobileHello Deborah,
just inspect the element in browser developer tools (you can hook your iPhone to your Safari on macOS) and go up one element at a time until you find some which will have the z-index set, or perhaps some CSS transformation. These prevent Safari from respecting the fixed positioning and z-index required for the pseudo-fullscreen to work.
Thanks,
Martin6 years ago in reply to: Fullscreen mode on iosHello Bruno,
I had a look and one of the parent elements has the following CSS on it:
transform: matrix(1, 0, 0, 1, 0, 0);
And that messes up the FV Player fullscreen on iOS iPhone. Since that device doesn’t support a real fullscreen, we can only position the player above everything and set it to cover the entire browser window.
And due to that strange CSS transformation it can’t work properly.
Please enable Settings -> FV Player Pro -> Mobile Settings -> Alternative iOS fullscreen mode. Perhaps we should always enable this as there are so many themes with weird CSS which break our pseudo-fullscreen on iOS.
Thanks,
Martin6 years ago in reply to: Change time lengh and color in DRM Text?Hello Federico,
I think the DRM text should not be too obvious. The way it’s now you should be able to detect it in the video if somebody does a screen capture of it, yet it shouldn’t be disrupting the viewers too much.
Please let us know more about your request.
Thanks,
Martin6 years ago in reply to: Angular SupportHello Pickupoet,
I don’t have experience with Angular personally, but there are parts of FV Player which depend on PHP currently – like Vimeo loading or support for secure tokens of the CDNs, or parsing of VTT into interactive transcripts.
What features of our video player would you like to use?
Thanks,
MartinHello William,
you can ask them to add cURL into PHP for you. Or in the worst case just to delete wp-content/plugins/fv-player-pro.
You can also get a new copy of FV Player Pro from https://foliovision.com/my-licenses – that one no longer crashes if cURL is missing.
I checked our records and I see your FV Player + Pro install purchased happened last year. You asked something about Vimeo channels, we replied back to you but never heard back from you.
Thanks,
Martin6 years ago in reply to: Vimeo playlist (showcase) on FVHello Jacqueline,
we actually didn’t intend to add the prev/next buttons to the tabbed playlists. I think with the tabs these buttons don’t make that much sense.
I checked the order of videos in https://vimeo.com/showcase/5364603 via the API and I’m getting:
bewustwording
Je hoofd uitzetten, hoe doe je dat
Fysiek-mentaal-emotioneel-spiriteel in balansWhen I check details about that exact album I can see that the sort property is set to “arranged”. Fortunately I found that if I just set the sort to “default” in our API request it seems to order properly.
Thanks,
Martin6 years ago in reply to: Content scrolls above video player on mobileHello Deborah,
I missed the fact that the fullscreen on iOS is only supported on iPad and not on iPhone. So what we do for fullscreen is based purely on CSS – the player is set to cover the whole screen and show up on top of everything else.
So it appears your theme is forcing some z-index on the element where FV Player is placed – and then our plugin can’t override that.
FV Player has the “Alternative iOS fullscreen mode” setting, but it doesn’t work for the YouTube videos due to technical limitations.
We would be happy to fix this for you as a service, but our CSS designer is on a vacation.
If you know JavaScript you can perhaps hide these elements which cover the player when it enters fullscreen:
flowplayer( function(api,root) { api.on('fullscreen', function() { jQuery('.your-elements').hide(); }); api.on('fullscreen-exit', function() { jQuery('.your-elements').show(); }); });
Thanks,
Martin6 years ago in reply to: Splash image not appear after updateHello Hilman,
please post that video (or any other video, you can even use some bogus src value) to a publicly available page, so that I can check the markup.
I tried to use your exact image URL, but it worked fine.
Does it work if you try to preview your website with some standard WordPress theme, like Twenty Nineteen?
Thanks,
Martin6 years ago in reply to: Lightboxed video not showing in a pageHello Donna,
I can see the issue, while the HTML markup for the lightboxed FV Player should be like this:
<div data-fancybox='gallery' data-options='...' id="..." href="..." class="flowplayer lightbox-starter ..."> <div class="fp-ratio" style="padding-top: 56.25%"></div> <img class="fp-splash" alt="video" src="https://cdn.foliovision.com/images/2014/07/Swan-Lake-Reloaded.png" /></noscript> <div class="fp-ui"><noscript>Please enable JavaScript</noscript><div class="fp-preload"><b></b><b></b><b></b><b></b></div></div> </div> <div id="..." class="fv_player_lightbox_hidden" style="display: none"> ... </div>
On your website I can only see:
<div data-fancybox='gallery' data-options='...' id="..." title='...' href="..." class="flowplayer lightbox-starter ..."> </div> <div id="..." class="fv_player_lightbox_hidden" style="display: none"> ... </div>
So there must be some plugin or a theme conflict. Could you please try to preview your website with the default WordPress theme (Twenty Nineteen or so) and see if it works that way?
Perhaps there is something that doesn’t like that IMG tag which we started to use for the splash screen since FV Player 7.4.0.727.
Thanks,
Martin6 years ago in reply to: FV Player not playing YouTube vids on MobileHello Bruce,
I’m not sure if you got the email notfication about my previous reply, please read it and you should find some helpful information there.
Thanks
Martin6 years ago in reply to: Feature request – Draggable stickied playerHello Patrick,
sorry about that, I wanted to bring this to Alec’s attention, but never got to it. We have built something similar for the video transcript box: https://foliovision.com/player/demos/interactive-transcript With the sticky player it might be more tricky.
Thanks,
Martin6 years ago in reply to: php 7.1 compatibilityHello Mukesh,
I think it will just put that warning into the error logs.
I see we are still checking this in the System Info box, but there is no need for it. I’ll remove it.
Thanks,
MartinHello Armen,
in the latest FV Player release the Settings -> FV Player -> Integrations/Compatibility -> “Handle WordPress video” setting also affects the videos inserted with the Gutenberg video block.
Thanks,
Martin6 years ago in reply to: FV Player not playing YouTube vids on MobileHello Bruce,
1) Please forward that question to your web hosting support. You can also try to enable the “Remove query string from static resources” setting in WP Rocket. They actually do it properly and keep the version number in the URL. That way the version number wouldn’t be stripped by some further “optimization”. I put that into quotes as you won’t gain any speed by removing the query string versions.
2) FV Player gives you the video player and FV Player Pro adds advanced features to it, you need to use both.
Thanks,
Martin6 years ago in reply to: Fullscreen bar covering videoHello John,
the issue occurs when the screen aspect ratio is the same as the aspect ratio of the video. We did handle this scenario for the AB loop – when you enable it the video is shrinked a bit to ensure it can be visible in its entirety. I see that making that work with fixed controlbar regardless of the AB loop state would be helpful. I’ll make a note of this.
Thanks,
Martin6 years ago in reply to: Fullscreen mode on iosHello Bruno,
actually this fix didn’t make it to the 7.4.0.727 release as it needs some more testing.
If you could reinstall FV Player from this link: https://github.com/foliovision/fv-wordpress-flowplayer/archive/10870407-playlist-fix.zip to see if it helps with your issue, it would be helpful.
To reainstall a plugin you will have to first deactivate and delete the current FV Player 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 Federico,
thank you for letting us know, we will make this enhancement part of the next FV Player release.
Thanks,
MartinHello Kendell,
if you mean that you would like to only show that popup if the user has watched the video until the end, and he didn’t just seek to the end of it, you can use the “fv_track_complete” event for that purpose, although it triggers a bit differently.
You can open https://foliovision.com/ and run this on the browser console:
flowplayer(0).bind('finish', function() { console.log('finish!') } ); jQuery('.flowplayer').bind('fv_track_complete', function() { console.log('fv_track_complete!') } );
See that when you click to play the video and seek near the end and let it finish only “finish!” shows up. But if you play through the video (you can seek forward, but in small steps like 10 secods ).
Another difference is that fv_track_complete triggers even if you don’t watch the video until the absolute end of it – that is to track the users who basically saw the whole video, but parhaps closed it a bit earlier.
So the winning event hook would be:
jQuery('.flowplayer').bind('fv_track_complete', function() { jQuery(this).data('flowplayer').bind('finish', function() { console.log('finish!') } ); } );
So it’s a bit more complex than I anticipated. We designed these video tracking events to make it possible to integrate your own tracking calls, but if you want to make a end popup which only shows up if somebody really watch the video until the end, that is something a bit different.
Thanks,
MartinHello Federico,
one more reinstall from https://github.com/foliovision/fv-wordpress-flowplayer/archive/10870407-playlist-fix.zip please. I figured out than in some cases the load fails to early that we have to not only reset the player error state, but also the loading state.
Thanks,
MartinHello William,
your web host is missing support for one of the standard PHP libraries – cURL.
Unfortunately the only thing you can do is to delete the wp-content/plugins/fv-player-pro folder using FTP or the file manager in your host control panel.
I’m working on a new FV Player Pro version now which will handle your scenario properly and not crash.
Thanks,
Martin6 years ago in reply to: Vimeo playlist (showcase) on FVHello Jacqueline,
we are adding the “Text” option to Settings -> FV Player -> Sitewide FV Player Defaults -> Playlist style.
I’m not sure why the prev/next buttons don’t appear for you. They disappear automatically if your screen is too narrow, are you on mobile?
The videos are ordered from newest to oldest. We do have a hidden sort=”” attribute, but currently it doesn’t work with these Vimeo portfolios.
In one of the next FV Player versions you will be able to paste the Portfolio URL right into the Video field of FV Player Editor. It won’t import the videos into the database as doing a sync between your website and Vimeo would be thankless job. But it will make it easier to post these portfolios.
Thanks,
Martin6 years ago in reply to: Content scrolls above video player on mobileHello Deborah,
I’m using iPad with iOS 12.3.1 and it the issue just doesn’t seem to occur.
FV Player has an alternative fullscreen mode setting, but it won’t help in your case as the video is on YouTube.
Does the issue happen even with MP4 videos?
Thanks,
Martin6 years ago in reply to: Splash image not appear after updateHello Hilman,
I was not able to reproduce this bug. Please provide the [fvplayer] shortcode you are using and also the player export from wp-admin -> FV Player if it’s a shortcode like [fvplayer id="..."]. A link to your website woukd be helpful too.
Thanks,
MartinHello Kendell,
if you know a bit of JavaScript and you can add your own JavaScript code to your website this won’t be a problem. I suggest I read the part about How to add your code here: https://foliovision.com/player/advanced/api-programming#how-to
There you can see code samples to hook an event to the Flowplayer ready event. Flowplayer is the video engine used in FV Player. So just change that event name “ready” to “finish” and put in the JavaScript code to show your hidden HTML element.
Thanks,
Martin6 years ago in reply to: Lightboxed video not showing in a pageHello Donna,
perhaps there is some other plugin which is causing the issue. Since we did make some updates to the plugin code we can have a look, just send a link to your publicly accessible test page where we can see the issue.
Thanks,
MartinHello Federico,
it works for us, are you able to reinstall from https://github.com/foliovision/fv-wordpress-flowplayer/archive/10870407-playlist-fix.zip and make sure you disable the Autoptimize plugin? I think it doesn’t work for you because your website is hanging on to the old script and because of Autoptimize it’s not easy to debug the issue.
Thanks,
Martin6 years ago in reply to: FV Player ID – ShortcodeHello Robert,
I understand that you are in no rush to move into Gutenberg. We will double-check how much work it would be to provide working preview even for the old editor. Currently it’s not supported even in Gutenberg, but we already started working on it a bit.
Could you please do an audit of these shortcodes? Are you always using just the src=”‘ and splash=”” attributes? If it’s just that, then it would be so hard for us to write an automated conversion tool and leave the rest for manual review. I’ll have to talk about that to Alec though.
If you leave the old shortcodes the way they are you might be missing out some of the future features, such as built-in video play tracking.
Thanks,
Martin6 years ago in reply to: Single video instead of multi-playersHello Shaun,
I don’t think I understand your use case completely.
Do you mean that you have your own database of videos and want to use FV Player for display only? You can use the [fvplayer src="..." splash="..."] kind of shortcdoes in that way.
The downside is that some of the functions won’t be available to you, like the upcoming video play stats.
Thanks,
Martin6 years ago in reply to: FV Player not playing YouTube vids on MobileHello Bruce,
it appears your are stripping the query string versions from the JavaScript links. That means if there was a significany update in the core the users’ browsers won’t know about the change unless they clear their cache and reload.
There was a bug occuring when using FV Player 7.4.0.727 together with FV Player Pro 7.3.19.727 regarding YouTube videos on mobile. But since you are removing these query string versions you might not notice the fix whih we put in FV Player Pro 7.4.0.727 – it appears you updated to it already. But because of missing query string versions most people might be still getting the script from the old FV Player Pro version.
More on the topic of caching and query string versions can be found here: https://foliovision.com/2017/06/wordpress-cdn-best-practices
I was able to play the video on https://www.loveatfirstfight.com/fv-test/ without issues – probably because I haven’t visited your website before, so my browser is not hanging on to the old cached FV Player Pro script.
Thanks,
Martin6 years ago in reply to: I want to off fp bar from a single page.Hello Vasudhir,
please check Settings -> FV Player Pro -> Post Interface Options -> Sharing Buttons, then you will be able to adjust that property in the FV Player Editor. More on that here: https://foliovision.com/player/basic-setup/post-interface-options -> Sharing Buttons
Thanks,
Martin6 years ago in reply to: Lightboxed video not showing in a pageHello Donna,
I was not able to reproduce the issue.
I see you are back to 7.3.19.727. I also see you are not removing your query string versions and you are not using a CDN.
When you have a bit of time, please try with 7.4.0.727 again and if it still won’t work try to insert a new player using the FV Player button above the editor or on the wp-admin -> FV Player screen and see if it works that way. There is a small chance that the new plugin version doesn’t like something about your shortcode – although when I copied what you send it worked right away.
Thanks,
Martin