Forum Replies Created
-
-
7 years ago in reply to: Lightbox XFN menu

Hello Ran,
please check how exactly does your menu HTML look like. The function which I posted above is looking for:
<a...class="colorbox"....></a>
And that matching anchor then has to contain a href attribute pointing to a one of the known video extensions, YouTube or a Vimeo video.
You might need to also add:
add_filter( 'wp_nav_menu', 'do_shortcode' );
Thanks,
Martin7 years ago in reply to: Amazon S3 Browser is not loading
Hello Maxim,
actually I see that FV Player 7.3.9.727 didn’t go out as it was supposed to.
Now it’s out, so please make sure you are on that latest version and try again.
Thanks,
Martin7 years ago in reply to: Amazon S3 Browser is not loading
Hello Maxim,
FV Player 7.3.9.727 has the improved S3 Browser in it which works even with 100,000 files. The downside is that we had to drop the search function as there is no API call for it.
Thanks,
Martin7 years ago in reply to: VImeo Live Streaming
Hello Rodrigo,
it will be available for purchase tomorrow, the price will be $25 per year.
Thanks,
Martin7 years ago in reply to: IOS 12 bugs and other bugs
Hello Jay,
you posted the video to us privately. I was not able to get it to play on iPad with iOS 12.1.3. It appears the issue is with the video itself as the video wouldn’t play even if I opened it in the Safari browser directly. It would always only show a static frame of the video and it would never actually play.
Please use our video checker, perhaps it can detect what’s wrong with the video encoding: https://foliovision.com/player/basic-setup/how-to-use-video-checker
Thanks,
Martin7 years ago in reply to: IOS 12 bugs and other bugs
Hello Jay,
we tried to play some random videos on iPad with iOS 12.1.3 but it all worked. We need you to use our video checker with the exact video which is causing the issue, or just send over the link to your page.
Other than that, are you using a playlist or quality switching on the video which has these issues? I found a bug in the video recovery routine now, so I’m working on a new FV Player release. Hopefully after you upgrade to that your issue will be solved.
Thanks,
Martin7 years ago in reply to: Android issues with CloudFront
Hello vasudhir,
I just watched a 33 minute video on Android 5.1.1 with Chrome 72 and there were no issues.
Perhaps your video is much older and it doesn’t come in the MPEG-DASH format. I have seen that before, it appears some old videos are only available in HLS. Please send over the Vimeo video link and we will have a look.
Thanks,
Martin
Are you using any browser extensions? What is your full user agent string? You can find it on a website like this one: https://www.whatsmyua.info/
Thanks,
Martin
Hello Beth,
we found no issues on iPad with iOS 12.1.1 nor iOS 12.1.3.
No issues on iPhone with iOS 12.1 (16B92) either.
Thanks,
Martin7 years ago in reply to: Android issues with CloudFront
Hello vasudhir,
we had a bug report like this before. Since then we stopped using Vimeo HLS streams on Android (Android HLS playback is not perfect) and switched to MPEG-DASH (Vimeo’s own player is using that as well).
Please make sure the following setting is disabled: Settings -> FV Player -> Hosting -> Vimeo -> “Disable MPEG-DASH”
If possible please let us know what Android version and what browser did your user use. In the meantime we will run some tests on our end too.
Thanks,
Martin
Hello Carl,
1) The Amazon MediaConvert configuration can be saved in JSON format. So I’m hoping we can make it a lot easier by providing the required presets in a single file which you would just import. We will see about that as we work on our guide.
3) We will adjust it so that 576p is only classified as “HD” if there is no actual video at or above 720p.
Thanks,
Martin7 years ago in reply to: Android issues with CloudFront
Hello vasudhir,
I’m not seeing your attachement again (I’ll try to attach something too as a test), but I was able to find it: https://foliovision.com/images/2019/02/Screenshot_20190201-165603_Chrome.jpg
So the video is playing as it should but then it suddenly shows that crossed out circle icon on top of it? Does it continue playing the video? Does the issue usually occur after playing a Vimeo video for more than 10 minutes?
Thanks,
Martin7 years ago in reply to: Should I upadte or not?
Hello Andrea,
you can go ahead an update, that feature is deactivated by default and you have to activate it in the settings screen by hand.
Please note that we are not the FlowPlayer team, we are Foliovision and our product is FV Player. It used Flowplayer as the core video technology. We are also contributors to the Flowplayer core code.
Thanks,
Martin
Hello Brandon,
if you use dev.your-existing-domain.com or any similar sub domain the same license key will work just fine.
Thanks,
Martin7 years ago in reply to: Lightbox XFN menu
Hello Ran,
FV Player lets you use plain HTML to create video lightbox: https://foliovision.com/player/basic-setup/using-lightbox#lightbox-without-fvplayer-shortcodes
However for that to work you would have to run the same filter on your navigation menus. You can try this in your theme functions.php file:
add_action( 'init', 'fv_player_for_nav_menus' ); function fv_player_for_nav_menus() { global $FV_Player_lightbox; add_filter('wp_nav_menu', array($FV_Player_lightbox, 'html_to_lightbox_videos')); }Thanks,
Martin
Hello Carl,
1) You can createa as many presets as you need. If you get an error message, it’s good to really check what it says. For example if you are creating a 1920×1080 preset it need you to increate the h264 encoding level from 3 to 4. While 3 is enough for lower resolutions.
We are going to write documentation for the new AWS MediaConvert tool, perhaps it will make this easier.
2) We made a decision to only provide a simple labels as you noted as showing 360p and others would just look too crowded in the control bar. So that way for 576p and 360p might be classified as SD, is that what’s happening?
3) FV Player will pick the best quality based on bandwidth, you can provide as many qualities in your HLS as you need to. The control bar will show both 1280p and 720 as HD, but that’s to give users an idea they are looking at a HD video.
Thanks,
Martin7 years ago in reply to: Seek Time Color Change
Hello Willie,
it’s span.fp-timestamp and it gets its color from .flowplayer .fp-ui decration for color.
So it that doesn’t work, then perhaps there is some other rule in your theme which is overriding it. Otherwise this should work:
.fp-timestamp { color: #fff; }Thanks,
Martin7 years ago in reply to: does not read the video player
Hello mrdzdm,
since DooPlay is a paid theme this is not easy for us to check.
So are you using some special field provided by that theme and it seems to only work with JW Player? Then our “Making FV Player work with your theme” service might be interesting for you: https://foliovision.com/downloads/making-player-theme
Or you can (with some knowledge of PHP) setup your own FV Player box on the post editing screen: https://foliovision.com/player/advanced/video-custom-fields
And of course you can also just use FV Player in your post content or using the Gutenberg block editor.
Thanks,
Martin
Hello Beth,
thank you for the bug report. I’m not seeing the issue on iOS 12.1. I should be able to test on iOS 12.1.2 or iOS 12.1.3 tomorrow.
Thanks,
Martin7 years ago in reply to: Android issues with CloudFront
Hello vasudhir,
it appears you sent your message before the attachment has finished uploading. Please post it again.
Thanks,
Martin7 years ago in reply to: IOS 12 bugs and other bugs
Hello Jay,
since iOS doesn’t seem to handle missing segments in HLS streams propery (it’s a general weakness of the iOS video engine, but our ticket with Flowplayer is here: https://github.com/flowplayer/flowplayer/issues/1403 ) we decide to provide that “Video loading has stalled, click to reload” kind of message for iOS users if we think the video has failed to load.
I guess we have to revisit it for iOS 12.
I would also like to compare it to JW Player. Could you please submit one of your videos using our Video Checker? https://foliovision.com/player/basic-setup/how-to-use-video-checker
Thanks,
Martin7 years ago in reply to: Videos play and suddenly pause
Hello Govind,
is that a self hosted video, or is it using some video platform such as Vimeo? If it’s self hosted, then please use our Video Checker to submit a report: https://foliovision.com/player/basic-setup/how-to-use-video-checker
Is that a HLS stream?
What browser are you using at what version number on what operating system?
Thanks,
Martin7 years ago in reply to: Live Stream not playing in Safari on mac.
Hello Ran,
there are no known issues with Safari. I tested https://foliovision.com/player/demos/hls-stream and https://bit.ly/2UcEPes on Safari 12.0 and 11.1.2 and it was playing perfectly fine.
Please let us know what Safari version you use on what operatin system. Or is that your cross browser testing app? Are you sure it’s emmulating Safari properly?
Thanks,
Martin
Hello John,
please check here: https://foliovision.com/support/fv-wordpress-flowplayer/requests-and-feedback/can-ad-time-remaining-messages-on-intros-outros-be-disabled
Thanks,
Martin7 years ago in reply to: Help to disable controlbar
Hello Gianluca,
I checked 2 random videos and it seems to work. Did you had to do something special to make it work?
Thanks,
Martin
Hello CXL.
are you running into the same issue on https://foliovision.com/player/demos/interactive-transcript ?
If not, then please post the URL to your page where we can see the issue.
Thanks,
Martin7 years ago in reply to: Can’t play Google Drive video
Hello strtline,
have you tried the exact same video as seen on https://foliovision.com/player/demos/video-hosted-google ? That one works.
Perhaps the shareable link you get looks differnt than what’s in our demo?
Thanks,
Martin7 years ago in reply to: Amazon S3 Browser is not loading
Hello Maxim,
we have encouintered the same issue when using with a S3 bucket with 100,000 files in it. We are working on improving our support for such large amounts of files.
But if it’s not you case, then:
1) Please install the Error Log Viewer plugin https://wordpress.org/plugins/error-log-viewer/ to see if any error appears each time you try to open that Amazon S3 tab.
2) Please open your browser JavaScript console (here’s how: https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors#Step_3:_Diagnosis ) and then repeat your action and see if you get some error.
Upload would be great, along with a way of triggering an encoding job automatically.
Thanks,
Martin7 years ago in reply to: Chromecast Problem
Hello Stuart,
do you get the same issue on a page like this? https://foliovision.com/player/demos/align-settings
At a glance it seems to be working – a Chromecast button shows up for each player and it triggers the action. However I don’t have Chromecast at hand righ now.
So does the issue appear after clicking the Chromecast button in any of the players except the last one?
Thanks,
Martin7 years ago in reply to: Preroll autoplay, video no autoplay7 years ago in reply to: Live Stream not playing in Safari on mac.
Hello Ran,
please enable “Live stream” in Settings -> FV Player -> Post Interface Options to be able to mark the stream as live with the FV Player Editor.
Perhaps we should be showing that checkbox automatically if we see you are inserting an m3u8 stream.
Thanks,
Martin
Hello Neil,
sorry about the delay. At a glance it appears it should work.
Perhaps multiple videos matching the “jazz_stream/index” part of URL. Please try to search for that in wp-admin -> “FV Player” and also in wp-admin -> “Posts” -> “All post” (and any other place where you posted videos using [fvplayer] shortcode, perhaps Pages and some custom post types).
You should be only getting one search result. If you get multiple results, then your HLS stream might be getting incorrect decryption key.
We are happy to help you solve this issue right on your website if you order or Pro support. But we can also continue giving you troubleshooting tips if you prefer that.
Thanks,
Martin
Hello Jay,
if you had a cache plugin installed, you might need it for your site to operate smootly when there is a traffic peak.
I would recommend you either put W3 Total Cache back on and figure out the HTML issue, or install WP Fastest Cache, or WP Super Cache or WP Rocket if you want a paid plugin with support.
Thanks,
Martin
Hello Jay,
thank you for the email, I do see this JavaScript error on your website:
“Uncaught SyntaxError: Unexpected token s in JSON at position 1″
I can see that there is some issue with HTML code on your website. I checked that exact URL which you sent over in Google Search Engine Results Page cache and I can see that while previously all the HTML attributes were properly enclosed in ” and ‘ suddenly these quotes are removed entirely.
For example what was
data-embed="false"
before, is now just:
data-embed=false
And that’s causing the bug.
I see you are using W3 Total Cache. Please check its settings and disable the HTML code minification of any sort. That will help.
W3 Total Cache is a complex plugin by the way. Way too complex. What works best for us is WP Rocket (a paid plugin, but at least it’s maintaned, the accept our bugfixes too) where we:
* set JavaScript to use the deferred loading
* set CSS to use the asynchronous loading (along with a critical CSS which WP Rocket can auto-generate)
* LazyLoad the images
* use the Preload botWhat way we get close to 100 Google PageSpeed scores on desktop and it helps a lot on mobile too. It used to give us 95 scores on mobile not long ago, but now PageSpeed also checks the CSS and JS rendering/execution times, so the site optimization got more difficult, but at least PageSpeed is finaly an useful score.
Thanks,
Martin
Hello Nikolaos,
please provide the player export data from wp-admin -> FV Player screen. Perhaps you have the Controlbar enabled there.
Thanks,
Martin
Hello Jay,
could you please re-enable it now and send over the link to your page to have a look? I can check it quickly in the next couple of hours.
Alternatively could you please check if there is any JavaScript error occurring when the video doesn’t show for you? To check that you need to open your browser JavaScript console (here’s how: https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors#Step_3:_Diagnosis ) and then repeat your action and see if you get some error there.
Please also provide output of Settings -> FV Player Pro -> Tools -> System Info.
Thanks,
Martin7 years ago in reply to: Speed Buttons – YouTube Videos7 years ago in reply to: Speed function not working on YT videos7 years ago in reply to: Automated Featured Image
Hello Crystal,
thank you, we always appreciate a fair and honest review, you can leave one here: https://wordpress.org/support/plugin/fv-wordpress-flowplayer/reviews/
Thanks,
Martin
Hello Carl,
I found no issues on Safari 12.0 and 12.0.3 on mac OS 10.12.6 nor 10.14.
But I noticed a strange thing happening once – I entered bad Encryption key and the alert box letting me know about it appeared behind the FV Player editor – so it was not visible until I closed it. I wasn’t able to reproduce that issue again.
Thanks,
Martin7 years ago in reply to: Add Video button malfunctionning
Hello liwei and Al,
I see, we forgot to include the WP Media Library scripts on that wp-admin -> FV Player screen. FV Player 7.3.7.727 which will be released today will fix the issue for you.
Thanks,
Martin
Hello amidfolio,
we still need to finish all the testing, you can already reinstall FV Player from this ZIP file and see if that fixes the issue: https://github.com/foliovision/fv-wordpress-flowplayer/archive/master.zip
Note: To reinstall FV Player first disable the plugin and delete it. WordPress might say that will might loose some data, but that doesn’t apply to FV Player – no settings nor videos will be lost. Then you will be able to upload that ZIP file directly to WordPress Plugins wp-admin interface.
Thanks,
Martin
Hello amidfolio,
thank you for the bug report. We haven’t noticed this as users of FV Player Pro get the signature appended dynamically.
We will get it fixed.
Thanks,
Martin
Hello Vadim,
thank you for the bug report. I see that is you set “Controlbar” to “Yes” (it means it shows up at all times) it actually doesn’t appear if you use that logo setting for YouTube.
We will get it fixed, in the mean time keep “Controlbar” set to “Default” and ensure Settings -> FV Player Pro -> Sitewide FV Player defaults -> Controlbar Always Visible is not on either.
Thanks,
Martin
Hello Vadim,
what you see is what YouTube player API started to put up for all the embedded videos not long ago.
Please enable the logo option in Settings -> FV Player Pro -> Hosting -> YouTube.(Pro).
Thanks,
Martin
Hello Vadim,
full-featued YouTube embedding is only supported in FV Player Pro which can be purchased here: https://foliovision.com/player/download
Thanks,
Martin7 years ago in reply to: How to use RTMP streams with Flash
Hello Vj,
please use our video checker and submit the report using that: https://foliovision.com/player/basic-setup/how-to-use-video-checker
Thanks,
Martin
Hello Indi,
my guess is that there was some non-printable character in your shortcode which was breaking it. You can try pasting it into the Text or HTML editing more of your editor.
WordPress shortcodes are quite sensitive, which is why we moved to a database model.
Thanks,
Martin7 years ago in reply to: Automated Featured Image
Hello Crystal,
you can put it into your theme functions.php file or create a mini plugin.
More about the functions.php file can be found here: https://developer.wordpress.org/themes/basics/theme-functions/
If you have some experience with PHP it’s very easy.
Thanks,
Martin7 years ago in reply to: Speed Buttons – YouTube Videos
Hello Devin,
I see that YouTube API no longer likes us setting the playback speed as string and it was it as a float value. We will fix that.
Thanks,
Martin
Hello Peter,
if you enable Settings -> FV Player Pro -> Integrations/Compatibility -> “Handle WordPress [video] shortcodes” then FV Player will take over these YouTube links and use the global video ads configures in Settings -> FV Player Pro -> Video Ads.
Thanks,
Martin7 years ago in reply to: Add Video button malfunctionning
Hello Al,
thank you for sending that over, it suggests that the WP Media Library is not available on your post editing screen. Are you using any page builder or anything that alters the editing interface of WP Media Library? Cold you please send over a screenshot of your post editing screen?
Thanks,
Martin7 years ago in reply to: Automated Featured Image
Hello Crystal,
FV Player comes with some useful filters, just like WordPress does. You can put the code from https://foliovision.com/player/advanced/api-programming -> “fv_flowplayer_args_pre” -> “code snippet which will automatically use the post featured image” to your theme functions.php and it will do what you need.
Thanks,
Martin7 years ago in reply to: probleme with video intelligence Video Ads
Hello Homa,
I would recommend you give Google Analytics a try, it will be an interesting insight into your traffic anyway. It’s the only way of really knowing how many video plays you get.
I would recommend you ask video intelligence about your issue, perhaps they are not sure if they can put advertising onto your videos.
Please let us know if you don’t hear back from them in a couple of days.
Thanks,
Martin
Also, please check if a more simple shortcode like [fvplayer src="1"] will work. Of course it won’t play as “1” is not a video URL, but it’s worth trying to troubleshoot your issue.
Thanks,
Martin
Hello Indi,
I was not able to reproduce this issue using WordPress 5.0.3 with Classic Editor plugin installed.
Please post output of Settings -> FV Player Pro -> Tools -> System Info, perhaps we can find some clue there.
Thanks,
Martin7 years ago in reply to: Add Video button malfunctionning
Hello Al,
what I suggested above was a troubleshooting step. I was hoping to hear back from liwei to be able to fix the issue.
Could you please check if there is any JavaScript error occurring when the Media Library doesn’t open for you? To check that you need to open your browser JavaScript console (here’s how: https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors#Step_3:_Diagnosis ) and then repeat your action and see if you get some error there.
Thanks,
Martin7 years ago in reply to: How to set subtitle default
Hello Medal,
is that your non-WordPress website? I’m noticing that your subtitle doesn’t have the ‘default’ key set to true in the data-item attribute of the player element.
Thanks,
Martin7 years ago in reply to: probleme with video intelligence Video Ads
Hello Homa,
you need to have a certain amount of video plays per day to see these ads. If you are not sure how many video plays you actually get you can setup Google Analytics for FV Player: https://foliovision.com/player/advanced/google-analytics-fv-player
Thanks,
Martin7 years ago in reply to: Video Sitemap For Post Format Style?
Hello Deirdre,
do you mean your Vimeo and YouTube videos are not found in FV Player video sitemap? It’s like that as each item in there needs to have URL of the actual video file or URL of the video player.
So for YouTube and Vimeo we could only use the URL of the video on YouTube or Vimeo which doesn’t help with your site rankings.
But we could improve this by linking to FV Player embed URLs. For example the video from https://foliovision.com/player/demos/vimeo-integration would be presented with URL https://foliovision.com/player/demos/vimeo-integration/fvp
Thanks,
Martin7 years ago in reply to: Automated Featured Image
Hello Crystal,
I see, so it’s the other way around. FV Player doesn’t have such feature currently.
What we want to do instead is to let you pick the splash screen by selecting a frame in the video directly.
Thanks,
Martin7 years ago in reply to: FV Player Vimeo API Rate Limits
Hello Philip,
the way it should work is that it should process any videos for which the duration is not set. You provided an export of one of your videos before and in that one there was no duration present. It might be good to check that one again, perhaps the duration is present now?
Please share your Vimeo Access token with us. We won’t publish it here and you can always reset it. Perhaps there is some issue with it with we are failing to detect. That way I could try to use it for a bunch of requests to see if it gives me the information I need.
Also, there is possibility that your Vimeo videos are private and they belong to some other account than the API key you are using. That could also explain why this fails.
Thanks,
Martin7 years ago in reply to: FV Player Vimeo API Rate Limits
Hello Philip,
please check if the Vimeo API warning currently appears and if not, then please open https://YOUR-SITE.com/wp-admin/options-general.php?page=fvplayer&fv_flowplayer_checker
That should add in the missing splash screens and durations. You should not notice that the Vimeo videos on wp-admin -> FV Player screen which didn’t had the thumbnails showing up before will have the thumbnails available.
Let us know, I have some more troubleshooting tips. We really need to improve this in FV Player.
Thanks,
Martin
Hello Neil,
I was about to send a reply to you, but I can’t see it here, so perhaps I forgot to send it.
Please also send the URL of the actual HLS stream and a screenshot of the post editing interface where the video is inserted. If the shortcode is like [fvplayer id="1234"] then please send the export of that player. You can get it from the wp-admin -> FV Player screen, it’s one of the actions in each row of the list table.
Thanks,
Martin7 years ago in reply to: FV Player Vimeo API Rate Limits
Hello Philip,
please enable Settings -> FV Player Pro -> Integrations/Compatibility -> “Scan video length” and all the missing video durations and splash screens (applies to Vimeo and YouTube) will appear in 5 minutes or so. It uses WP cron, so the actual time might depend on how many pageviews you get. If it fails due to Vimeo API limits it will try again in an hour.
The FV Player database model is pretty new. We are working on documentation to show you how to import videos to it etc. and also improving some of the function calls. But here is the basic idea:
$player = array( 'videos' => array(), 'player_name' => 'Name' ); while( $dzs_items_which_you_load_somehow AS $dzs_item ) { $video = array( 'caption' => $dzs_item['title'], // can remain empty for Vimeo or YouTube 'src' = $dzs_item['source'], 'splash' = $dzs_item['image'], // can remain empty for Vimeo or YouTube ); $player['videos'][] = $video; } global $FV_Player_Db; $player_id = $FV_Player_Db->import_player_data(false, false, $player );I recommend you to try this on a staging website first or at least backup your database.
Thanks,
Martin7 years ago in reply to: Start a video muted in the shortcode editor?
Hello Fair,
Chrome doesn’t permit autoplay videos to play sound. User has to unmute the video manually to hear the sound.
Once user interacts with the video like that Chrome increases the Media Engagement Index (MEI) for the website and will allow audible autoplay for that particular website in the future.
You can find out more about MEI here: https://foliovision.com/2018/05/video-autoplay-issues
Safari only allows muted autoplay under all circumstances.
Please let us know if you are not sure about anything or if your situation is different than what I described above.
Thanks,
Martin7 years ago in reply to: FV Player Vimeo API Rate Limits
Hello Philip,
please provide the export for the FV Player ID 20. The export link can be found in each player row on wp-admin -> FV Player. I wonder if the splash screen is there. If it’s not there, then it will try to obtain it automatically and cache it, but perhaps that routing is failing on your website.
we haven’t worked with DZS Video Gallery plugin before and it’s the first time I read about it. Do you have a programming team which could use some of our tips for the conversion?
Thanks,
Martin7 years ago in reply to: FV Player Vimeo API Rate Limits
Hello Philip,
how many Vimeo videos do you published on your website?
How does the shortcode of a typical Vimeo video look like? Is it just something like [fvplayer src="https://vimeo.com/310463116" splash="https://i.vimeocdn.com/video/751099985_1280x721.jpg?r=pad" caption="DIGITAL CONTENT"] (no splash argument present)?
Where are your [fvplayer] shortcodes typically inserted? Is it the post content or are you using some special field or a page builder?
Thanks,
Martin7 years ago in reply to: Download video files from Player
Hello Nikolaos,
what video type are you using? If it’s an HLS stream it can’t be downloaded easily. If it’s MP4 with quality switching, we could add a download button to the control bar. In my opinion it should not be easy to copy the video URL there, so that would need a layer of extra protection.
Do you mean the control bar doesn’t go away even after a couple of seconds? Are you using the option to show your control bar all the time and not just when moving your mouse?
Thanks,
Martin
Hello Neil,
please ensure that your license acquisition URL parameter matches your m3u8 URL. It should also only match a single m3u8 URL on your website.
You can also just post the URL here and let me check that out.
Thanks,
Martin
Hello Alan,
this issue appears if your theme is using z-index in a bad way.
We have a special setting “Alternative iOS fullscreen mode” in Settings -> FV Player Pro -> Mobile Settings which helps with similar issue in fullscreen mode. I think we could use the same approach for the sticky video feature as well, but currently we are quite overloaded with work, so I will ask our CSS designer to describe that z-index issue in detail and perhaps you CSS designer can fix it for you.
Thanks,
Martin
Hello Girish,
to conclude the previous issue you were having – in the end we checked the issue on your website and found there was indeed a bug in FV Player Pay Per View which we fixed. So now you are no longed having issues with linking the player to the EDD item.
We also found that the link to the EDD item is not created if you create the player on the wp-admin -> FV Player screen. We will have to restrict that as it needs the post ID and there is no such thing on that wp-admin -> FV Player screen – it’s not a post.
Now about the new issues you are having:
1) “Watch Full Video” on top of video not working – thank you for the bug report, there was some change in EDD which caused this. New version of FV Player Pay Per View 7.3.8.727 is out now.
2) Not playing for non-logged in users – FV Player Pay Per View automatically creates the user account for anybody who pays. When using PayPal, you are redirected back to the website after making the payment and you are actually already logged in.
So on the “Purchase Confirmation” you can see the list of “Products” where you get a “Watch” link leading directly to the video which you purchased. It looks like on the “The user will see all the details of his purchase” screenshot found on https://foliovision.com/player/pay-per-view/how-to
The email which is then sent to the user contains a special viewing link which lets the user watch the video even without logging in. And the login details are sent in a separate email.
But I see that the popup with the buy buttons or the buy buttons below the player could mention that you must log in if you already paid for the video.
3) I was not able to reproduce the issue with “1 EUR — Purchase ->” appearing below the “You have xx hours to watch the video” message.
Thanks,
Martin7 years ago in reply to: Automated Featured Image
Hello Crystal,
the featured image is automatically assigned if:
1) you pick the video splash screen from your WP media library
2) you save a post with a Vimeo or YouTube video in itPlease let us know if one of the above if the issue you are noticing and also what WordPress version you are using.
Thanks,
Martin
Hello Carl,
thank you for the bug report. I was not able to reproduce the issue using Safari 11.1 on macOS High Sierra.
If you are using FV Player Pro 7.3.7.727.beta please make sure you update to 7.3.8.727.beta.
Thanks,
Martin
Hello Carl,
thank you for checking it out, we will include the fix in next release.
Thanks,
Martin7 years ago in reply to: Playbar – Hide on paused video
Hello Devin,
the new AB loop bar design which we have been promising for a while solves this issue – once activated both control bar and ab loop bar appear below the video – not covering anything. Same in fullscreen.
Thanks,
Martin7 years ago in reply to: Add Video button malfunctionning
Hello liwei,
I don’t see any problem on your screenshot.
What do you mean that it won’t open anything? Did you paste some video URL into the “Video” field and then it wouldn’t slow it in preview?
Does it save properly? When you use that shortcode in a post does it work?
Here’s our usage guide which you can use also for WordPress 5, but you have to add FV Player as the block first: https://foliovision.com/player/basic-setup/start-up-guide#insert-videos
Thanks,
Martin
Hello Medal,
sounds to me like a bug which we solved in FV Player VAST 7.3.4.727:
* Fix for VAST ads not appearing before YouTube videos since recent FV Player Pro update
Thanks,
Martin7 years ago in reply to: FV Player Editor not showing in Gutenburg
Hello Leho,
could you please reinstall FV Player from this ZIP file and see if that fixes the issue? https://github.com/foliovision/fv-wordpress-flowplayer/archive/master.zip
Note: To reinstall FV Player first disable the plugin and delete it. WordPress might say that will might loose some data, but that doesn’t apply to FV Player – no settings nor videos will be lost. Then you will be able to upload that ZIP file directly to WordPress Plugins wp-admin interface.
Thanks,
Martin7 years ago in reply to: Warning after the latest update
Hello George,
thank you for the bug report, could you please reinstall FV Player from this ZIP file and see if that fixes the issue? https://github.com/foliovision/fv-wordpress-flowplayer/archive/master.zip
Note: To reinstall FV Player first disable the plugin and delete it. WordPress might say that will might loose some data, but that doesn’t apply to FV Player – no settings nor videos will be lost. Then you will be able to upload that ZIP file directly to WordPress Plugins wp-admin interface.
Thanks,
Martin7 years ago in reply to: Playbar – Hide on paused video
Hello Devin,
does it cover an important part of the video? If so, then I would recommend the Settings -> FV Player -> Sitewide FV Player Defaults -> Controlbar Always Visible option.
However I see that it won’t help in fullscreen, so perhaps we should fix that.
Thanks,
Martin7 years ago in reply to: FV Player Editor not showing in Gutenburg
Hello Leho,
I was only testing this with WordPress 5 which comes with Gutenberg built-in. I see you are on WordPress 4.9.9 with the Gutenberg plugin installed.
I tried to use the Gutenberg plugin on WordPress 4.9.9 now and I’m getting the same issue. It seems it doesn’t contain the same hooks as Gutenberg does in WordPress 5.
So that’s another bugfix to take care of.
Thanks,
Martin
Hello Carl,
I don’t have iPad at hand right now. Are you able to add this to your CSS and see if it helps?
.flowplayer.is-fullscreen { border-radius: 0; }Thanks,
Martin7 years ago in reply to: Disable player controls
Hello Bradley,
thank you for the suggestions.
1) If you enable Settings -> FV Player Pro -> Post Interface Options -> Controlbar you will be able to hide it completely.
2) We could have an option to set the player to the disabled state – that’s when clicking it does nothing and it just plays. Perhaps it could be another level of the Controlbar setting – currently it’s On or Off, but it could be On (default), Hidden (controlbar gone, but you can still pause the video) and Off (no interaction at all).
3) You can freely combine autoplay and the Controlbar setting.
4) We had a feature request like this before. If you are really interested, we can send you some proposal for development of such feature.
Thanks,
Martin
Hello Çapan,
FV Player Pro 7.3.7.727 is out and it fixes the issue. It appeared only if the YouTube logo option was enabled.
If you posted there videos in FV Player 7.3.x.727 they were stored in database. So then downgrading to 7.2.x.727 or before means they won’t show up as that version didn’t contain the database feature yet.
Thanks,
Martin
Hello Davide,
FV Player Pro 7.3.6.727.beta is out now. If you are not on Beta already, here are the instructions: https://foliovision.com/player/basic-setup/switching-fv-player-pro-to-beta
Thanks,
Martin7 years ago in reply to: Cannot edit player
Hello Nikolaos,
I think I found the issue, there will be a new FV Player version out today with a fix.
Thanks,
Martin
Hello Davide,
please post https://foliovision.com/debug/ privately using Facebook and the go to it using the Facebook app and let us know how it works for you.
We disabled HLS.js and Dash.js libraries for Facebook browser there and it seems to help. Let us know about your experience please.
Thanks,
Martin7 years ago in reply to: Cannot edit player
Hello Nikolaos,
it’s a strange issue. That URL is the standard endpoint for the WP Ajax. So it has to exist. I tried to open that URL and it it gives back HTTP 400 (Bad request) properly. So I wonder why does it return HTTP 404 (Not found) when using FV Player.
Please go to your site wp-admin do a right mouse click in it and select “View source code”. You will see the page HTML code. Can you search there for admin-ajax.php and let us know what you find? These should be full URL somewhere which might be different than standard /wp-admin/admin-ajax.php
This could be caused by some security hardening.
Thanks,
Martin7 years ago in reply to: Cannot edit player
Hello Nikolaos,
so far I didn’t experience such issues when using WordPress 5.0.
That 404 issue doesn’t seem like it, however what resource URL does it occur for?
We are happy to fix the editing issue for you directly on your website, just order the Pro support here: https://foliovision.com/pro-support
Or we can also continue helping you with the troubleshooting. Does the issue go away if you deactivate all the other plugins?
Thanks,
Martin
Hello Girish,
are you sure you opened the wp-admin -> FV Player screen again after doing the plugin reinstalls?
It’s strange that #post_ID is not found. Does it also happen if you deactivate all the other plugins with exception of FV Player and FV Player Pay Per View?
Thanks,
Martin
Hello Girish,
before we get to that, could you please run the following on the browser console to help us understand the issue a bit more?
jQuery('#post_ID').val()Let’s see if that gives you the post ID properly. First open a post where your video is present, then do a right click anywhere on the page and select “Inspect”. That way the browser developer tools will open and there you will be able to open the console and run the above command in it.
Thanks,
Martin7 years ago in reply to: Cannot edit player
Hello Nick,
I’m sorry to hear about your trouble, do it work when you load the editor on the post editing screen directly? You can place your cursor into the [fvplayer id="12341"] kind of shortcode and then hit the FV Player button on top of the editor. Of if you are using WordPress 5 with Gutenberg (block editor) you can just hit that button.
Can you open your browser JavaScript console (here’s how: https://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors#Step_3:_Diagnosis ) and then repeat your action and see if you get some error?
Can you install the Error Log Viewer plugin and see if any new errors show up in it every time you try to edit a player?
Thanks,
Martin
Hello CCMT,
is that a HLS stream? Safari supports HLS directly and it has it’s own ABR routine. That’s why the quality switching doesn’t work.
By the way Safari’s built-in HLS ABR is far superior to HLS.js ABR for example.
Thanks,
Martin
Hello Medal,
it doesn’t matter if the ad in configured for that player only (data-vast) or if it’s global (fv_vast_conf).
Your ad doesn’t play on iPhone because of the reason:
The provided ad type: skippablevideo is not supported.
Unfortunately skippable ads are no permitted on iPhone as on older versions there would be no way of skipping the video ad as it can only play video in the native fullscreen mode.
Thanks,
Martin
Hello Girish,
please post a new FV Player to a different post and fill in the Pay Per View information in it as seen in the step 1 & 2 here: https://foliovision.com/player/pay-per-view/how-to#using-pay-per-view-with-shortcode-editor
Then inspect the EDD item again and see if the “This video can be found in” contains a link to that post.
I wonder how it could disappear for your video.
Thanks,
Martin
Hello Medal,
FV Player VAST 7.3.4.727 is out now and it fixes this issue. We haven’t spotted this issue as it only appeared on iPhone and not on iPad. Unfortunately these two devices have to handle things differently, even for the same iOS version.
Thanks,
Martin
Hello Davide,
so it’s actually the most recent Chrome version. I tried it on my onw phone and I go the same version 71.0.3578.99.
I was able to reproduce the same issue on https://foliovision.com/player/demos/roll-custom-video -> “VIMEO VIDEO WITH ANOTHER VIMEO VIDEO IN PRE-ROLL”. Sometimes it played fine, sometimes it failed to play the video after the ad. But the sound was always off, so I always had to unmute it.
No issues in original Google Chrome, not even after I upgraded it to the same version as what the Facebook app is using.
Problem with the Facebook app is that its built-in Chrome browser doesn’t support remote debugging..
Thanks,
Martin
