Forum Replies Created
-
-
Hello dplum,
you can append your wrapper div ID attribute, like this:
#content .flowplayer.is-cva .fv-cva-time {display: none;}
In the worst case you can use !important rule
Thanks,
MartinHello Davide,
so there is no information about SafariBrowser nor Chrome in the user agent string? Here’s what I have on my Samsung X-Cover 3, which was upgraded from Android 4.4.4 to 5.1.1:
Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-G388F Build/LMY48B) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.3 Chrome/38.0.2125.102 Mobile Safari/537.36
And it plays, it uses the HLS stream.
Thanks,
MartinHello Davide,
please post your mobile browser user agent, you can find it here: https://www.whatsmyua.info/
We mainly need the “Chrome/70.0.3538.110” part of it and the Android version. But is that GT-I9060i which uses Android 4.4.4?
Please also let us know what video hosting are you using and if the situation improves if you disable the video ads.
Thanks,
Martin7 years ago in reply to: Show same video popup via two linksHello Gerald,
you can put code in the <pre> tags.
Please check if fv-wordpress-flowplayer/js/fancybox.js script is being loaded. If not enable Settings -> FV Player Pro -> Sitewide FV Player Defaults -> Use video lightbox for images as well.
Thanks,
MartinHello dplum,
FV Player doesn’t have a field for custom CSS, but we will discuss adding it.
You need to put that CSS code to your theme CSS or to any custom CSS field which your theme might have.
If it doesn’t work, just make sure you improve the selector enough so that it’s effective. Here’s the rule which makes it visible in FV Player Pro CSS:
.flowplayer.is-cva .fv-cva-time { display: block; }
So with a bit of CSS knowledge it’s not a problem to override that to display: none.
Thanks,
Martin7 years ago in reply to: Show same video popup via two linksHello Gerald,
I think I see what you are trying to do. The FV Player lightbox is either an image or a text link which you can click to open the video in lightbox, but there is no option for custom HTML.
But you can place the player in a hidden div element with id attribute and then load that up using a simple link with a class: https://foliovision.com/player/basic-setup/using-lightbox#advanced
Thanks,
Martin7 years ago in reply to: PLS and M3U radio playlistsHello Britt,
these are not currently supported.
I checked that and it wouldn’t be to hard to create a parser for such files which would present them as a FV Player audio playlist: https://foliovision.com/player/demos/mp3-in-fv-player#playlist
You can check how a FV Player playlist shortcode looks like, or wait for us to update our documentation on the new FV Player JSON init codes.
Thanks,
Martin7 years ago in reply to: Setting Up Video Quality SwitchingHello Gabriel,
the custom quality switching setup with MP4 files doesn’t support that.
If you want to automate this we recommend using HLS streams: https://foliovision.com/player/video-hosting/hls
Thanks,
Martin7 years ago in reply to: Action Custom PopupsHello Daniele,
we have finished working on FV Player database, so we can work on this now. But I’m not sure if it will be ready in 2018. There might be a beta version ready, but I can’t promise it as we have to work on FV Player Roku too.
Thanks,
Martin7 years ago in reply to: Custom popupsHello Daniele,
we have finished working on FV Player database, so we can work on this now. But I’m not sure if it will be ready in 2018. There might be a beta version ready, but I can’t promise it as we have to work on FV Player Roku too.
Thanks,
Martin7 years ago in reply to: A few issuesHello Pablo,
1) Opera – I tried installing it, but I don’t see how it makes downloading videos easier than any other browser would. You can read about video protection options and how effective each one is here: https://foliovision.com/player/securing-your-video/protecting-video-from-downloading
2) Please let us know if you see that same problem on https://foliovision.com and https://foliovision.com/player/demos/amazon-open-bucket
Do you mean you would like to see a setting to disable Chromecast?
3 & 4) Yes, the FV Player editor is not properly optimized for mobile. We would like to improve that, but so far this is the first request to do so.
5) Pseudo live stream – if you need this feature for your work, you could hire us to create this one for you. We would be able to offer you a special price for it too.
6) AVI support – it was never a format for web use. I’m not sure if it worked before, but something could break there as we don’t test what’s not supported as a standard.
Thanks,
MartinHello Bin,
I have seen a lot of HLS streams with segment duration of 6 seconds, including the ones on Vimeo. To you can safely use 6 seconds.
Some expert article about this can be found here: https://bitmovin.com/mpeg-dash-hls-segment-length/
Thanks,
Martin7 years ago in reply to: Embed Video with the popup menuHello Bruno,
I was able to fix the Divi compatibility, it’s not really a problem, but there is a lot of things to check, so this will take some more time.
Thanks,
Martin7 years ago in reply to: Google Analytics Script Inclusion – GDPRHello Allyn,
thank you for the suggestion, I put it up on our list of bugfixes to do.
Thanks,
Martin7 years ago in reply to: Amazon S3 AjaxHello Livi,
with that option enabled the valid URL of the video on Amazon S3 is no longer part of the HTML code, so it’s impossible to obtain it using some website crawler tool. That doesn’t mean you can’t find the URL in the browser network tools, but that’s much harder to automate.
I recommend you read our overview of video protection here: https://foliovision.com/player/securing-your-video/protecting-video-from-downloading
Thanks,
Martin7 years ago in reply to: Ajax skin issues7 years ago in reply to: New lightbox doesn’t work on my websiteHello Alec,
I was looking into this:
* ARI Fancy Lightbox registers the Fancybox script as “ari-fancybox” and it’s version 3.2.10
* Easy FancyBox uses “jquery-fancybox” and it’s version 1.3.23
* FancyBox for WordPress uses “fancybox” and it’s version 1.3.8So for the first case we could use the script which that plugin registers as we use version 3.4.1. So it should work, although possibly with some small design glitches as we rely on the newer Fancybox 3.4.1 styling a bit. And then if we do that we still have to stick our JavaScript somewhere – additional JS file – meaning more requests on pageload.
For the later two cases it’s impossible to fix. We could only add a code to our plugin which prevents these old versions from loading in order to not break the FV Player lightbox functions. But then it’s hard to guarantee that it these plugins keep working.
It would help if there would be a single popular plugin or theme for which we would have to fix these issues as multiple users would complain about these issues.
Thanks,
Martin7 years ago in reply to: FV Player Gutenberg BlockHello Leho,
here’s our take on Gutenberg: Project Gutenberg – Subverting WordPress.org for .com marketing
We will add support for it into FV Player although we will avoid it for our websites. We don’t recommend upgrading to WordPress 5 for at least a couple of months before the bugs are ironed out.
Before we add support for Gutenberg FV Player users can create new players on the FV Player wp-admin screen and then copy over the shortcode. Thanks to the new FV Player database it stays linked.
Thanks,
Martin7 years ago in reply to: Player Size Not Changing/AdaptingHello Anthony,
if you are unable to size FV Player properly then there might be some issue with your theme. Please start by sending over the System Information found on Settings -> FV Player -> Tools (it’s a new feature which was added in FV Player 7.3.0.727) and provide the URL where we can see the issue.
Thanks,
Martin7 years ago in reply to: Feature request – Draggable stickied playerHello Patrick,
do you know of any video player which has a similar feature?
I wonder what should be the effective drag area of our player. Perhaps moving the mouse over it could show a dragable header bar on top of it.
Also, when would the player get back to its original position? Would it stay in the custom floating position until you close it with the “X” icon in top right corner?
Thanks,
Martin7 years ago in reply to: Display black screen after playing MP4 videoHello Nam,
I can see that it’s caused by the “width: 148%!important;” CSS rule in your Visual Composer custom.css file.
Thanks,
Martin7 years ago in reply to: Chapters not Saving to WP DB from Video TabHello Leho,
FV Player Pro 7.3.1.727 is out. I see we really need to create tests for these editor screens. I did test my changes but it was on a non-standard website. These mistakes happened as we were resolving some urgent streaming issues for one of our clients.
Thanks,
MartinHello Maxim,
sorry about that, FV Player Pro 7.3.1.727 is out. I see we really need to create tests for these editor screens. I did test my changes but it was on a non-standard website.
Thanks,
Martin7 years ago in reply to: Chapters not Saving to WP DB from Video TabHello Leho,
thank you for the bug report.
In FV Player 7.3.0.727 where the database storage is used for the edit the Video tab is not supposed to have the Chapters field. It belongs to the Subtitles tab together with Transcript and the subtitles.
Thanks,
Martin7 years ago in reply to: Vimeo MPEG DASH Error Manifest 404Hello Leho,
FV Player 7.3.0.727 fixes that Vimeo cache purge issue. The MPD/Dash.js version detection issue has been fixed in 7.3.0.727.beta, for now.
Thanks,
Martin7 years ago in reply to: Wordpress Database Warning7 years ago in reply to: Vimeo issues on iOSHello Leho,
please just create a login for support@foliovision.com.
You don’t need a separate license for your staging domain if it’s a subdomain of your actual live site domain.
That “Site speed improvement” could be part of the issue indeed (we tested in on both desktop and mobile with both fast and slow networks speeds though). We tested it some more and decided to revert that change actually – the site speed improvement is not big enough and it makes the initial video start slower.
Thanks,
Martin7 years ago in reply to: Wordpress Database WarningHello Val,
FV Player 7.3.1.727 is out. Please let us know if you notice anything else.
Thanks,
Martin7 years ago in reply to: Vimeo MPEG DASH Error Manifest 404Hello Leho,
I found the cache purging was not working properly when upgrading the plugin when the Turbocharge Ajax option was enabled.
FV Player Pro 7.3.0.727 is out, it fixes this issue and in 7.3.0.727.beta the Dash.js version check has been simplified. The MPD will never be used again for Vimeo.
Thanks,
MartinHello Maxim,
FV Player Pro 7.3.0.727 is out, now these HLS keys will show up in the video tab properly and they will work fine.
Thanks,
Martin7 years ago in reply to: Wordpress Database WarningHello Val,
thank you for the bug report!
We will released FV Player 7.3.1.727 shortly and it will fix the issue.
Thanks,
MartinHello Maxim,
actually I see what caused the issue, FV Player Pro 7.3.0.727 will be out shortly and will fix the issue.
Thanks,
MartinHello Maxim,
please make sure you upgrade your FV Player Pro to the latest version.
If that won’t help please provide details from Settings -> FV Player -> Tools -> System Info.
Thanks,
Martin7 years ago in reply to: Add Chapter Configuration to PluginHello Leho,
thank you for these suggestions, we will go through it with Alec.
1) Global position sounds fine.
2) I’m not sure what you mean about the standard WebVTT format. Are you referring to the description field?
3) I’m not sure about all the option to show and hide timecodes, header and cue text. Can you think of a 2 sensible presets instead? Like there could be one called “Buttons” which would show the chapters as buttons with just the chapter title on them. And there could be “List” which would show all the details, including the timecode.
4) The custom CSS field for FV Player (single global field) could be a nice feature.
Thanks,
Martin7 years ago in reply to: Vimeo MPEG DASH Error Manifest 404Hello Leho,
thank you for the bug report. That file is not supposed to be created since FV Player 7.1.14.727. So FV Player Pro does a version check on that. But I see that is reads the actual Dash.js script version and perhaps that fails under some circumstances. So we will improve that to be more reliable.
Thanks,
Martin7 years ago in reply to: Vimeo issues on iOSHello Leho,
I moved your issue to a new ticket.
There was no change in 7.2.11.727.beta which could cause what you are describing. There must be some other tricky issue or a bug which is causing what you described. It seems as if the data which was cached for these Vimeo videos on your websites was not valid. But that is supposed to be cleared during the upgrade process automatically. I haven’t noticed this issue when doing the same upgrade, so I wonder what could go wrong.
Our automated testing doesn’t seem to detect tricky issues like this unfortunately. It works with desktop Google Chrome and iOS Safari.
The iOS bug which you were getting earlier was caused by 7.2.10.727.beta. If you are on 7.2.9.727 it’s safe.
Thanks,
Martin7 years ago in reply to: html5 video not found in safari/iosHello Terry,
As a troubleshooting step I would suggest you to try to host that video on some other domain.
Thanks,
Martin7 years ago in reply to: Vimeo issues on iOSHello Leho,
unfortunately we don’t have one.
Please let us know if you are still having any issues.
Thanks,
Martin7 years ago in reply to: Encrypted HLS Playlist TroubleHello Blayne,
FV Player 7.3.0.727 is out! That means you no longer need to use your special version as we have put the database model into the public FV Player version.
Please let us know if you notice any issues. In the worst case the older version with the database support in it is still available: https://foliovision.com/fv-wordpress-flowplayer-db.zip
You will have to enable Settings -> FV Player -> Mobile Settings -> “Alternative iOS fullscreen mode” to make sure fullscreen keeps working properly for you on iOS.
Thanks,
Martin7 years ago in reply to: Vimeo issues on iOSHello Leho,
I see you are using FV Player 7.2.10.727.beta.
We just released FV Player 7.2.11.727.beta which should help.The thing is that Safari and iOS don’t trigger any error even if a video stops playing in the middle of it. We were trying to solve that as other users were running into some issue with that.
But now it turns out that the HTML5 video event which we used (stalled) is not reliable enough and under some circumstances it can cause playback issues too.
So the FV Player Pro 7.2.11.727.beta no longer listens to that problematic event.
We will go back to using a more primitive but also more reliable approach which is already part of FV Player base plugin. In that one is the video stops progressing on Safari and iOS for no reason it shows a button to reload the video. At the same time if it senses that the video has progressed this button is removed.
Thanks,
Martin7 years ago in reply to: Jump back or forward 10 secondsHello Artur,
I see that these are audio players which have a lot more room for these buttons.
Recently we added a prev/next playlist item button. That takes up some extra space too. I see that JW Player uses some kind of hybrid approach – they have to “10 seconds back” button alongside the next playlist item button. That allows you to go ahead in playlist and still go back a bit if you miss something in a video.
I will have to check this with Alec.
Thanks,
MartinVideo na Vimeu mozete mat nastavene ako Private, ale musi potom byt povolena vasa domena. Viac na: https://foliovision.com/player/video-hosting/how-to-use-vimeo#privacy
S pozdravom,
MartinDobry den,
mozno tie videa patria pod iny Vimeo ucet, pozrel som sa aku to hlasi chybu a je tam:
“The requested video could not be found”
Zislo by sa, aby sa Vam tieto chyby niekde zobrazovali. Tuto funkciu som teraz pripravil pre novu verziu FV Player Pro. Takze si to budete mat kde skontrolovat.
Dakujem,
MartinHello Sebastian,
please check Settings -> FV Player -> Hosting -> Vimeo -> Access token. What message shows up below the field for the API key?
Thanks,
Martin7 years ago in reply to: html5 video not found in safari/iosHello Terry,
it’s a strange issue.
I see it won’t play in Safari with FV Player on your site. I tried to open that video MP4 file in Safari directly and it won’t open either.
However I was able to play it on my test site when using Safari.
I wonder if the issue could be related to some special HTTP headers. I see that the video is served with HTTP 200 to the web browser which indicates that this is not a network issue though.
Thanks,
Martin7 years ago in reply to: Embed Video with the popup menuHello Bruno,
could you please let us know about what you see on your browser console? Is there any error with FV Player JavaScript, or is the issue related to tiny MCE in Divi? We don’t have a new Divi version at hand.
We are also happy to help you resolving the issue right on your website, just order our pro support: https://foliovision.com/pro-support
You can also just create new FV Player instances on a new page where you won’t use the Divi page builder and then move the shortcode over to your page with Divi on it.
Thanks,
Martin7 years ago in reply to: Embed Video with the popup menuHello Bruno,
I see that he use of player element IDs in our documentation is misleading as the ID changes. Next version of FV Player brings database storage of player configuration, making the fixed IDs possible.
The script which you are creating won’t help – not all browsers like video autoplay. For example Google Chrome will only permit muted autoplay unless you interacted with the video on the website before. You can read more on this topic here: https://foliovision.com/2018/05/video-autoplay-issues
FV Player already handles this properly and if you set a video to autoplay, it will autoplay with sound if it’s permitted, otherwise it will play muted.
The Divi issue will be partly solved with the new FV Player version. There you will be able to create new instances of our player on a dedicated FV Player screen in wp-admin and then only put a simple shortcode like [fvplayer id="54"] where you need it.
FV Player used to work with Divi, I wonder which Divi update could break it. I see it worked with version 3.0.40. There must be some JavaScript error. To obtian that please open your browser console, here’s how: https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors#Step_3:_Diagnosis Then load your post editing screen again and see if any error appears on that console. Then insert new FV Player using the FV Player Shortcode Editor and see if anything appears too.
Thanks,
Martin7 years ago in reply to: New issues with editorHello Deborah,
thank you for these videos. Do you remember which plugin were upgraded before this stopped working? There were not changes to this in FV Player for a while.
There must be some JavaScript error. To obtian that please open your browser console, here’s how: https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors#Step_3:_Diagnosis Then load your post editing screen again and see if any error appears on that console. Then insert new FV Player using the FV Player Shortcode Editor and see if anything appears too.
As a workaround you can create your FV Player shortcodes in a new page where you won’t use Divi and then just copy it over.
Next FV Player version will also feature a database storage of player configuration, so you will be able to create your players in a new FV Player wp-admin screen and then move over a simple [fvplayer id="54"] kind of shortcode.
Thanks,
Martin7 years ago in reply to: Jump back or forward 10 secondsHello Arthur,
On mobile devices it’s not easy to go back a bit if you miss some scene, so we talked about adding a tap areas on top of video to go 10 seconds back and forth on these mobile devices. On desktop devices it’s not such a problem, specially as you can use the arrow keys.
JW Player has a button to go 10 seconds back.
Do you know any other player which uses this so that we can check it?
Thanks,
Martin7 years ago in reply to: html5.js not found in your templateHello S. S.,
please disregard the html.js warning. It’s no longer relevant as FV Player no longer uses
<video>
tags. That error message will be removed completely from the next FV Player release.Regarding the Vimeo issue – please make sure you entered the Vimeo API key: https://foliovision.com/player/video-hosting/how-to-use-vimeo#access-token-setup
Thanks,
Martin7 years ago in reply to: Audio player issuesHello Evélina,
the prev/next buttons are enabled in all the skins. Here you can see it in the “Slim” skin: https://foliovision.com/player/demos/playlist-styles
Thanks,
MartinHello Devin,
to conclude this one – with the MPEG-DASH streaming which FV Player Pro provides out of the box for Vimeo it does work with the Auto quality option by default.
Thanks,
MartinHello Curt,
one of the next FV Player Pro releases will have this feature in it. We added it as a “Hide Transcript” global setting. Enabling that makes it hidden by default and you have to hit the “TT” button in the player control bar to see it.
Thanks,
Martin7 years ago in reply to: Compatibility with WPLMS themeHello gavlexx,
please open your browser console, here’s how: https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors#Step_3:_Diagnosis
Then try to load the link which you posted and see how many errors turn up. It looks like a problem wit the sortable-post-grid plugin.
You can execute fv_player_preload() manually on the console and see that it loads FV Player properly and it plays.
Thanks,
MartinHello Greg,
the issue occurs as the decryption key can’t be found. FV Player Pro looks for it in the page where the video is embedded.
We are very close to releasing FV Player 7.3 which will store FV Player instances in a separate set of database tables. That way the shortcodes will look like [fvplayer id="1234"] so when you use such shortcode in PHP FV Player Pro will know where to get the decryption key from.
Old shortcodes will keep working and you will be able to combine the attributes which are related to player representation with the id attribute too.
Also, if you put in FV Player using PHP to create alternative video posting interface for your users our advice is to use the FV Player Meta Box: https://foliovision.com/player/advanced/video-custom-fields That way any posted videos will be stored in FV Player database so all should work.
Thanks,
Martin7 years ago in reply to: Encryption still allowing downloadHello Greg,
I see we helped you with your encrypted HLS setup, I’ll reply to you in a private ticket.
Thanks,
Martin7 years ago in reply to: Compatibility with WPLMS themeHello gavlexx,
please post a link to your page where we can see the issue.
Are you sure you only have FV Player and WPLMS active and nothing else? We are preparing a new debug information output for FV Player which will make diagnosing issues like this easier.
Thanks,
MartinHello Daniel,
thank you for letting us know about WP for starters! We have a SiteGround account, so we will check that out.
Thanks,
Martin7 years ago in reply to: Encryption still allowing downloadHello Greg,
the encrypted HLS stream files can be downloaded, but they just won’t play. Or are you able to play these videos in your case? Please let us know.
Thanks,
Martin7 years ago in reply to: VAST files and VIMEO files start togetherHello Daniele,
I was not able to reproduce that bug with FV Player Pro Release version. But FV Player Pro Beta is always about new features and also some fresh new fixes, so perhaps it indeed fixes some bug related to this. After a while the Beta version gets merged into Release version.
Thanks,
MartinHello Daniel,
what you should be looking for at the browser console is an error message in red letters. Please double check.
Otherwise let us know what other plugins you are using. There must be some plugin conflict.
Also, can you see the closing
tag when you check the page source HTML code?
Thanks,
MartinHello,
yes, as soon as you open he lightbox, the video plays. It’s nor really an autoplay as the video doesn’t play unless user does the click to open the lightbox.
Thanks,
Martin7 years ago in reply to: VAST files and VIMEO files start togetherHello Daniele,
please let us know where you tried to reach us that we didn’t replied back to you.
I checked a random video https://www.socialfarma.it/federfarma-palermo-nelle-rurali-parte-il-progetto-di-prevenzione-cardiovascolare/ and I could see that the VAST URL is set to a http:// address – that won’t work, because your website is using https:// so all the resources which load on that page have to use https:// as well.
Also, what do you mean by saying that there is no overlap of VAST and Vimeo?
Thanks,
MartinHello Tiara,
do you see a
tag in that view source page?
Do you get the same issue when you start a new page?
Do you see any error in the PHP error logs?
Can you double check that the wp-content/plugins/fv-wordpress-flowplayer/view/wizard.php file is there? Or you can try to just reinstall the FV Player plugin.
Thanks,
MartinHello Tiara,
we haven’t heard of an issue like this before. Please let us know what other plugins you are using.
Please open your post editing screen and do a right mouse click and select the “View Page Source” option. You will get a new tab opened with the HTML code where the address in the browser location bar will start with “view-source…”.
Are you able to hit Ctrl +F in that screen and find fvwpflowplayer_helper_tag with it?
We are also happy to fix the issue for you right on your website, just order our Pro support here: https://foliovision.com/pro-support
Thanks,
MartinHello Sandro,
it’s not easy to work with every page builder out there.
Our suggestion is to create your FV Player shortcodes using the editor and a new simple page without any page builder and then just copy it over.
Next version of FV Player will feature a database storage of FV Players, so that will be a good unified place to manage any FV Player instance too.
Thanks,
Martin7 years ago in reply to: playback speedHello Leho,
new version of FV Player will have a “fv_flowplayer_conf” filter on fv_flowplayer_conf so you can filter the “speeds” array there. So you can create a mini plugin to do that.
The latest dev version can be obtained here: https://github.com/foliovision/fv-wordpress-flowplayer/archive/master.zip
Thanks,
MartinHello Tiara,
please try the suggestion which I mentioned in my last message here. Please also check what FV Player version you are using. It’s the base plugin for FV Player.
Please post your replies to our forums directly and not to email and we will get back to you faster.
Thanks,
MartinHello Twig Interactive,
I see that while we decided to autoplay all the lightbox videos starting from FV Player 7.2.0.727 it doesn’t work for the lightbox text links.
We prepared a fix for that. Could you please reinstall FV Player from this link? https://github.com/foliovision/fv-wordpress-flowplayer/archive/master.zip To do that you will have to first deactivate and delete the current FV Player plugin you are using. WordPress will warn you that you might loose settings and data, but it’s not the case with our plugin, no settings now videos will be lost. Or you can just replace the plugin files via FTP. Then let us know if it all works for you.
Thanks,
MartinHello Twig,
please also activate FV Player Pro and configure Vimeo in it. Without it the Vimeo videos are using the basic iframe embed only and most of FV Player features don’t apply to them.
Thanks,
Martin7 years ago in reply to: Protection video from downloadHello Pablo,
please let us know what video type you are using and how it’s done.
I recommend you read our overview of video protection here: https://foliovision.com/player/securing-your-video/protecting-video-from-downloading
Thanks,
MartinHello Çapan,
previously we talked about how Cloudflare Rocket loader actually makes FV Player load more slowly on your website: https://foliovision.com/support/fv-wordpress-flowplayer/troubleshooting/fv-player-loads-slowly
Perhaps this issue is caused by the special FV Player version which we tried (https://github.com/foliovision/fv-wordpress-flowplayer/archive/10883839-init-speed.zip). Please go back to using the latest FV Player version from http://wordpress.org/plugins/fv-wordpress-flowplayer and see if you are still running into that same issue.
Thanks,
MartinHello Victor,
crossdomain.xml only helps on desktop computers. If the video doesn’t play on iOS and Android, can you get it to play at all? For example put it into a post as a bare link and open that on iOS and Android and see if it plays. It’s a live stream and currently it appears to be offline.
Thanks,
Martin7 years ago in reply to: Problems playing videos in EdgeHello Stuart,
we have fixed the Video Checker to parse the data from qtfaststart effectively, now the results of the Moov check will be a lot more reliable on big files.
Thanks,
MartinHello yoshi1234,
as long as the videos play, you don’t have to worry about it. Some websites just tend to work that way (with our “It appears there are no Flowplayer scripts on your site, your videos might not be playing, please check” warning) and we didn’t had a chance to find out what causes it yet.
I checked your website briefly and you are indeed stripping the query string versions, which is why you encountered that strange styling issue with big play button.
Thanks,
Martin7 years ago in reply to: Chrome issuesHello Pablo,
your screenshot looks like from a mobile phone. Please let us know
what mobile you are using.Are you getting the same issues even on a desktop computer? If so, please open your browser console, here’s how: https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors#Step_3:_Diagnosis
Then try to build a new playlist on a new post and see if anything shows up on the console. There might be some error message which will help resolve this.
Thanks,
Martin7 years ago in reply to: Import and Export Settings FeatureHello Willie,
we have something, but it’s stuck in our pipeline. We need to harmonize how different FV Player plugins work with it. There are certain settings fields (such as the CloudFront Private Key) which should never be part of the export.
Thanks,
MartinHello Tiara,
please open your browser console, here’s how: https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors#Step_3:_Diagnosis
Then start a new Post and hit the FV Player button. See if anything shows up on the console.
You can also try using our player on a new Page. Perhaps it’s works there. Then you will be able to copy-paste the [fvplayer…] shortcode from your page where you need it.
If resolving this issue quickly is important for your work and you want it fixed instantly, we are happy to have a look at your website and fix the issue for you. Just order our Pro support: https://foliovision.com/pro-support
Thanks,
MartinHello Victor,
please use our video checker to report an issue with your video: https://foliovision.com/player/basic-setup/how-to-use-video-checker
Thanks,
Martin7 years ago in reply to: Text color problemHello Pierre,
please send over a link where we can see the issue and we will see how to improve our CSS to avoid this. Just using !important rules everywhere won’t get us far.
Thanks,
Martin7 years ago in reply to: YouTube positioning problem on mobileHello Colins,
we have a similar bug report somewhere else. It’s related to your theme CSS. We will check these two together and see if we can add a CSS rule to avoid this.
For now you can disable the logo removal option and it should show up properly.
Thanks,
MartinHello Kiran,
if you fixed your files on S3 after finding out about these issue with our video checker while using the CloudFront URL, then perhaps CloudFront is still holding the old files in its cache. Here’s how you can clear it: https://foliovision.com/player/video-hosting/hls#clearing-cloudfront-cache
The fix which I was mentioning has been done to the Video Checker which is a service we provide for FV Player users – it’s the “Admin: Video OK” message which you see in top left corner of your videos. And we fixed it to accept bad SSL certificates to help you sort out your videos issues in development environments before getting real SSL.
Thanks,
Martin7 years ago in reply to: New lightbox doesn’t work on my websiteHello David,
that is correct use of that setting.
We could add the “Disable Fancybox library” setting, but in general we would like to remove some settings and not add new.
Perhaps the “Load FV Flowplayer JS everywhere” setting could be changed into “Ajax Support” and then enabling that would give you a list of things you would like to support in Ajax loaded FV Player:
* Vimeo videos (load Dash.js)
* HLS videos (load HLS.js)
* Lightbox (load fancyBox)Or we could improve our code to load these scripts on demand, but that can get tricky.
I will have to check this with Alec.
For now you can keep using that PHP code.
Thanks,
Martin7 years ago in reply to: Live stream not working on iPhone and SafariHello Innocente,
if it’s a live stream are you using live=”true” in your shortcode?
Thanks,
Martin7 years ago in reply to: New lightbox doesn’t work on my websiteHello David,
I see, is there any reason why you need to use “Load FV Flowplayer JS everywhere”?
Thanks,
MartinHello Kiran,
so it must be the wrong SSL. I can see on your screenshot that you are using the default SSL certificate with a custom domain, which just can’t work.
Instructions for setting up a proper SSL for CloudFront can be found here: https://foliovision.com/player/video-hosting/serving-private-cloudfront -> “Now you can enter your domain which you will point to your CloudFront domain (use C Name record in your DNS Zone).”
The fix which I did has been done to Video Checker which is a service we provide for FV Player users.
Thanks,
Martin7 years ago in reply to: New lightbox doesn’t work on my websiteHello David,
if it’s not “Use video lightbox for images as well” nor “Load FV Flowplayer JS everywhere” then there has to be a shortcode with lightbox attribute in it somewhere.
Does it happen even with default WordPress template such as Twenty Seventeen?
Thanks,
Martin7 years ago in reply to: Interactive Transcript ImprovementsHello Leho,
we are close to releasing FV Player 7.3 which stores the player configuration in a new database model. That way it will be possible to add this feature.
One of the key features of our video transcript is that it’s part of the page HTML code. I wonder how can we make that work with a playlist. Seems like the transcript of the playlist items will have to be placed in a hidden container, but at the same time it must be indexed by search engines.
Thanks,
MartinHello Linda,
we also updated our article about using minify plugins and site optimization with FV Player: https://foliovision.com/player/advanced/player-minify-plugins
Thanks,
MartinHello Linda,
I was able to enable Google PageSpeed web server module on our staging site.
I could see that the number of scripts on the site went down from 26 to 20 and the size from 636 kB to 622 kB. The path to the main FV Player script changed from wp-content/plugins/fv-wordpress-flowplayer/flowplayer/fv-flowplayer.min.js to wp-content/plugins/fv-wordpress-flowplayer/flowplayer/fv-flowplayer.min.js,qver=7.2.8.727.pagespeed.jm._rcZXbCRBE.js
But it all worked. Vimeo videos played perfectly fine with FV Player Pro.
So it’s good to know Google PageSpeed doesn’t break FV Player. I really think the issue is a combination of WP Fastest Cache and Google PageSpeed on your website.
Thanks,
MartinHello yoshi1234,
is your issue related to CDN and stripping of query string versions? You can read about it here: https://foliovision.com/2018/10/usability-streaming-improvements#checker
The “Check template” button can be found at the of the Settings -> FV Player screen. It has been improved to detect this kind of error.
Thanks,
Martin7 years ago in reply to: html5: Video file not foundHello Michael,
please post the [fvplayer] shortcode you are using. That way we can check what video type it is.
Are you sure you had both FV Player and FV Player Pro updated to latest versions (7.2.8.727 and 7.2.0.727)?
Did you notice any error on your browser console? Here’s how to check it: https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors#Step_3:_Diagnosis
You mentioned you are using some paywall – do you mean these videos are simply placed on a post which only a paying member can open or is it FV Player Pay Per View or something else?
Thanks,
MartinHello Kiran,
are you checking the HTTP referrer on your CloudFront distribution? That could be causing the issue.
Also, the SSL on video-cdn.eturnti.com appears to be wrong. That could be causing the issue as well. I set our Video Checker to ignore SSL errors now, it might be helpful on staging websites which might have a self-signed certificate.
Thanks,
MartinHello Linda,
I suggested you to disable “Minify Js”. Perhaps the paid version of WP Fastest Cache uses Google PageSpeed for that function. But since it’s not freely available it’s hard for us to check. What we can do is to check PageSpeed web server module compatibility.
Thanks,
MartinHello Linda,
that error is harmless, we just need the HTML5 video engine to request a file before we can truly replace the video source with the real video. Different browsers treat that differently. It would certainly be nice to clean that up in the future.
I also see I forgot to address your question about http://www.3vwp.org/jquery.js – our plugin doesn’t load that.
Thanks,
Martin7 years ago in reply to: New lightbox doesn’t work on my websiteHello David,
it you don’t enable Settings -> FV Player -> Sidewide Flowplayer Defaults -> “Use video lightbox for images as well” the fancyBox from FV Player won’t load, unless you are viewing a post with [fvplayer] shortcode which uses the lightbox attribute.
Please check. I don’t see a need for “Disable Fancybox library” checkbox.
Thanks,
MartinHello Twig Interactive,
it works for us here: https://foliovision.com/player/basic-setup/using-lightbox#anchor-text-with-lightbox Check the demo on the “click on this link” link. We didn’t change that shortcode.
If you mean the pure HTML version then that works too: https://foliovision.com/player/basic-setup/using-lightbox#lightbox-without-fvplayer-shortcodes The documentation is correct, we didn’t change the HTML code you need to use to get it.
Perhaps your issue is related to fancyBox conflict. You can read more about it here, I’m linking to the exact post which gives you quick guide about how to troubleshoot the issue with browser console: https://foliovision.com/support/fv-wordpress-flowplayer/troubleshooting/new-lightbox-doesnt-work-on-my-website#post-72977
Thanks,
Martin