Forum Replies Created
-
-
5 years ago in reply to: Lightbox Window Video Size does not work
Hello Uwe,
this has been fixed and prepared for the next plugin version release. If you need this bug 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,
Martin5 years ago in reply to: Using the Video Lightbox EffectHello Greg,
thank you for the bug report. The cause of that bug is that we allowed the playlist to show in the lightbox view not like multiple items (meaning each playlist item has its own lightbox item), but as player together with playlist thumbnails below it.
Now we fixed this bug with single video display and prepared it for the next plugin release. If you need this bug 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,
Martin5 years ago in reply to: transcrips not loading after site went downHello Antonia,
there is no index to rebuild.
Have you tried opening you VTT transcript file in your browser to double check it still opens?
If so, load your page with FV Player with transcript on it and then you can see the transcript cache entry using database tool in the wp_options table – look for rows with option_name like ‘%transcript%’:
select * from wp_options where option_name like '%transcript%';
Thanks,
Martin5 years ago in reply to: Lightbox Window Video Size does not workHello Uwe,
I’m sorry this takes so long, we were slowed down by some internal restructuring – starting to manage FV Player development in Taiga.
As a quick fix you can go back to FV Player 7.3.19.727: https://downloads.wordpress.org/plugin/fv-wordpress-flowplayer.7.3.19.727.zip You can check the changelog at https://foliovision.com/player/changelog to see what you miss that way.
Thanks,
Martin5 years ago in reply to: closed captions | non-EnglishHello Greg,
the extension should be .vtt. We whitelist that extension in FV Player, otherwise WordPress wouldn’t let you upload that file. So if you named it .wtt by accident, it might fail to upload for that reason.
Thanks,
Martin5 years ago in reply to: Multiple ads in videosHello Philip,
FV Player VAST only works with the VAST ads. If you have your own ads you can still load them into some VAST serving platform and use that to rotate the ads. There are different services for it and I think Google AdSense lets you manage your own ad inventory as well.
Thanks,
MartinHello Stuart,
that video plays fine for me, but when I try to seek in it the error occurs. I tried to open the video link directly in Chrome and it would do the same thing. But it would work just fine in Firefox.
So I’m not sure if it’s not just some Chrome bug.
MP4 is supported in almost all the browsers now, what is your reason to use WebM?
Thanks,
Martin5 years ago in reply to: AUtoplay doesn’t start on iOS/SafariHello Thierry,
please user our video checker to submit the report of the video details to us: https://foliovision.com/player/basic-setup/how-to-use-video-checker
Thanks,
Martin5 years ago in reply to: Player not working in GutenbergHello fomar,
I was not able to reproduce the bug with that WordPress version and theme.
There is a FV Player block for Gutenberg too, does that one work for you? We are improving that one too – making sure it previews the video properly.
Thanks,
Martin5 years ago in reply to: How to disable click on progressbar?Hello Serii,
do you want to disable any clicks on the timeline to disallow seeking? Then a CSS like this would work:
.flowplayer .fp-timeline { pointer-events: none; }
If you want to stop the seek operation you need to hook on beforeseek and do an e.preventDefault() where e is the first parameter of the callback. The 3rd argument of the callback is the seek time, so you can compare that to api.video.time to tell if it’s a rewind.
Thanks,
MartinHello Çapan,
the fix for your issue will be a part of the next FV Player release. If you want to give it a try, you can install the latest development version from here: 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,
Martin5 years ago in reply to: New lightbox doesn’t work on my websiteHello Ákos,
did deactivate the theme script minifying solve the issue? You can reinstall FV Player from wordpress.org and enable the Settings -> FV Player -> Integrations/Compatibility -> “Remove fancyBox” setting in it and you should see – do you get photos in lightbox and video in lightbox as well?
You should be using a separate plugin for the JS minification. WP Rocket does a great job in that aspect. Although what you really need to speed up your website is asynchronous CSS and deferred JavaScript loading, which is also in capabilities of that plugin.
Thanks,
Martin5 years ago in reply to: New lightbox doesn’t work on my websiteHello Ákos,
we would like to test if FV Player could work with other lightbox plugins out there and not load its own copy of Fancybox library in these cases.
you sent us a link to your staging site privately – the challenge here is that your website uses fancyBox 2 while FV Player is using version 3.
Your theme is also bundling the Fancybox script and so FV Player is not able to remove it, which is too bad, as your photo gallery functions might work just fine with fancyBox 3 provided by FV Player.
Could you please install a new development version of FV Player from this link? https://github.com/foliovision/fv-wordpress-flowplayer/archive/fancybox-2-fallback.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 new function supports fallback to fancyBox 2 – so the video lightbox should be working with it on your staging website.
Thanks,
Martin5 years ago in reply to: Playlist styles do not change.Hello Gbrother,
unfortunately that login doesn’t work, it says the username is incorrect. Please provide the following:
1) System information from Settings -> FV Player -> Tools -> System Info.
2) the [fvplayer…] shortcode you are using.
3) if it’s a shortcode with the id=”…” argument, please provide the export of that player ID data from wp-admin -> FV Player – find that playlist and find “Export” link in that table row actions.
Thanks,
MartinHello Josu,
I put that CSS into a development version of our plugin – could you please reinstall FV Player from this link? https://github.com/foliovision/fv-wordpress-flowplayer/archive/splash-screen-no-margin.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 clear your browser cache and see if this new version fix the issue.
Thanks,
Martin5 years ago in reply to: Multiple ads in videosHello Philip,
the video ads feature in FV Player Pro currently only lets you place these ads before or after the video. There is currently no way of placing these ads in middle of a video.
We are working on a feature which lets you put annotations at any specific time in any video and I see it could let you pick from your video ads as well. It’s a bigger job though.
With VAST you can manage your own ad inventory as well.
Thanks,
Martin5 years ago in reply to: Translation of the navigation barHello Raddero,
please let us know what’s the correct translation in German and we will add it into the language file. There are more phrases missing in that translation, even the “All” button for the playlist repeat control.
Thanks,
Martin5 years ago in reply to: Videos in Playlist Repeating Before AdvancingHello Edward,
we show the playlist prev/next buttons as people are used to it from the YouTube player. If you want to hide it, we added the instructions here: https://foliovision.com/player/advanced/css-tips-and-fixes#playlist-prev-next-buttons
I’m not sure what emoji you are referring to.
Thanks,
Martin5 years ago in reply to: Moving chapters with CSSHello Mitchell,
1) You can hit the hyperlink with the right mouse button and select “Inpect” or “Inspect Element”. That way you will see the HTML structure:
<ul class="fv_fp_chapters"> ... <li class="current"><div><a class="fv_fp_chapter" href="#" data-chapter="1">00:00:47</a><span>:</span> The Bunny Himself </div></li> ... </ul>
That way you can figure out how to hide almost any part of it.
2) No reports yet, it’s best if you read their ToS.
Thanks,
Martin5 years ago in reply to: New lightbox doesn’t work on my websiteHello 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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,
Martin5 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
Martin5 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,
Martin5 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,
Martin