• Skip to main content
  • Skip to primary sidebar
  • Skip to footer

Foliovision

  • Weblog
    • FV Player
    • WordPress
    • Video of the Week
    • Case Studies
    • Business
  • About
    • Testimonials
    • Meet the Team
    • We Support
    • Careers
    • Contact
    • Pricing
  • Products
  • Support
    • FV Player Docs
    • Pro Support
  • Login
  • Basket is empty
Home

Martin

  • Profile
  • Topics Started
  • Replies Created

Forum Replies Created

Viewing 100 replies - 3,201 through 3,300 (of 6,912 total)
← 1 2 3 … 32 33 34 … 68 69 70 →
  • 7 years ago in reply to: 7.3.9.727: Table ‘wordpress.wp_fv_player_videos’ doesn’t exist
    Martin

    Hello Leho,

    please check Settings -> FV Player Pro -> Tools -> System Info. You should be able to see the values of these option keys:

        [video_model_db_checked] => 7.3.12.727
        [video_meta_model_db_checked] => 7.3.12.727
        [player_model_db_checked] => 7.3.12.727
        [player_meta_model_db_checked] => 7.3.12.727

    Thanks,
    Martin

    7 years ago in reply to: Serve video of a quality based on available bandwidth
    Martin

    Hello Kendell,

    FV Player Quality Switching gives you the basics, but in order to have working ABR (Adaptive Bitrate Streaming) you have to encode your videos in HLS or MPEG-DASH formats.

    Our guide for HLS can be found here: https://foliovision.com/player/securing-your-video/hls-stream It uses AWS which is not easy to use and not cheap, but it also gives you encrypted video, which is much harder to download. The automated video download tools won’t be able to download it.

    Thanks,
    Martin

    7 years ago in reply to: PPV Generated Email Text
    Martin

    Hello Richard,

    sorry about that, I see I forgot to hit the button actually. Please try again and it will be there.

    Thanks,
    Martin

    7 years ago in reply to: PPV Generated Email Text
    Martin

    Hello Stuart,

    we have added a setting for the confirmation email to the plugin settings screen. It will be part of the next plugin release.

    You can also grab a fresh copy of the plugin from https://foliovision.com/my-licenses and reinstall, we already put this feature in there.

    Thanks,
    Martin

    7 years ago in reply to: Again: Watch link in Purchase History: Payment forgotten?
    Martin

    Hello Girish,

    I think I found the bug – if you rent the same video again it will consider the older purchase date rather than the new one.

    Please grab a fresh copy of the plugin from https://foliovision.com/my-licenses and reinstall. In case it won’t help there is a new debug mode too.

    Thanks,
    Martin

    7 years ago in reply to: FV Player shows fullscreen button for audio (YouTuby skeen)
    Martin

    Hello Kristin,

    I see, so you are actually using the MP4 quality switching. We had a request to allow you to specify video qualities for each file before.

    I wonder if this could also be automated – to check video qualities for each player which has quality switching enabled and store the results in the database. But it would be a lot of work.

    How many videos with quality switching do you have?

    Thanks,
    Martin

    7 years ago in reply to: Again: Watch link in Purchase History: Payment forgotten?
    Martin

    Hello Girish,

    what happens when you open the payment details in wp-admin -> Downloads -> Payment History? You should be able to find a “FV Player Pay Per View” box with a list of visits and blocked visits. Does it show anything?

    We are happy to give you more troubleshooting tips, if you want to get this issue resolved quickly and right on your website, we are happy to help too – just order our Pro support: https://foliovision.com/pro-support

    Thanks,
    Martin

    7 years ago in reply to: Update Transcript Search – Current Search Causes Lag and Freezing
    Martin

    Hello CXL,

    please just load your page with the transcript in Chrome and play the video. Then start recording in the performance tab and type in some seach keyword for transcript. As you said it will take a while to execute. Then stop the recording and you should have a trace of the JavaScript code executed which will point you in the right direction.

    I would like to solve the issue with LazyLoad by WP Rocket as we use that one some websites too.

    Thanks,
    Martin

    7 years ago in reply to: Admin Columns support for FV Player menu in admin
    Martin

    Hello Leho,

    the FV Player screen is pretty close to core WordPress (WP_List_Table).

    While I like the technology behind Gutenberg, just have a look at all the negative ratings. It shouldn’t be forced on all the users like that, it really makes it harder to post anything. So I’m not sure how beneficial the future improvements to WP list tables will be for our use.

    Hello CXL,

    we can add the column which will tell you how many subtitles and trascripts there are and clicking that can bring up the editor which would be fast enough. If you are referring to the Quick Edit which is available for posts and pages then I’m not sure how we could make that work with playlists.

    I think that’s where FV Player has to differ from the core WordPress interface.

    Thanks,
    Martin

    7 years ago in reply to: Cross-origin Request Blocking – FV Player
    Martin

    Hello Leho,

    thank you for your insights. It’s true that some of the files are really old (2011) and it might be actually more beneficial to rewrite certain parts from scratch than trying to fix it.

    Using composer would be great. In a lot of cases we have to stay with an older version of a library and we have to do our own modifications to it as well (for example when Flowplayer team won’t accept our fixes quickly enough, or when we need to adjust the way the Dash manifest is loaded – as you noted elsewhere it’s not always easy to work with upstream), so it would be best to actually fork it and use that. We would also have to improve our Git to WP SVN deployment to work with that.

    I would also like to get rid of the AWS library and load it from some plugin.

    Thanks,
    Martin

    7 years ago in reply to: Cross-origin Request Blocking – FV Player
    Martin

    Hello Leho,

    I published this thread now, so you can respond personally.

    The idea of that script is to bypass loading any of the WordPress code and establishing the database connection.

    Perhaps we could let it include wp-load.php in a normal way and use SHORTINT define instead.

    We added the tags as at some point multiple FV Player users faced an issue with some PHP warnings unrelated to FV Player leaking into admin-ajax.php output. At that time it seemed like a win-win solution – our player continued working for them and we didn’t had to explain to them that other plugins are cause of their issue and not FV Player. And then later that whole routine just got moved into fv-vimeo-ajax.php.

    Thanks,
    Martin

    7 years ago in reply to: Admin Columns support for FV Player menu in admin
    Martin

    Hello Leho,

    it uses the standard WordPress PHP class for a list of things, but it doesn’t use the WordPress Post type. The reason for that is not only the fact that everything would have to be stored in postmeta, but also the standard WordPress Post interface which we would really hate to use for FV Player.

    I agree that the FV Player editor could be improved. We are currently working on Ajax saving for it stop you having to hit some Update button all the time.

    Thanks,
    Martin

    7 years ago in reply to: Cross-origin Request Blocking – FV Player
    Martin

    Hello CXL,

    the Turbocharge Ajax Vimeo loading option requires that you put your Vimeo access token into the wp-config.php file. Perghaps that was lost on the staging website? You should see a message about that on Settings -> FV Player Pro -> Hosting -> Vimeo.

    Thanks,
    Martin

    7 years ago in reply to: Interactive Transcript shortcode bug and position question
    Martin

    Hello Kendell,

    these timestamps show up for the chapters feature which is something else: https://foliovision.com/player/basic-setup/vtt-chapters

    Thanks,
    Martin

    7 years ago in reply to: Again: Watch link in Purchase History: Payment forgotten?
    Martin

    Hello Michael,

    that is a weird issue – are you saving that the Purchase History page forgets that you actually purchased something?

    Are you sure you are not simply going from https://domain.com/?p=123 to http://domain.com/?p=123 (from https to http) which could explain why your user login status is forgotten?

    Thansk,
    Martin

    7 years ago in reply to: fv_flowlayer_tmp_ files
    Martin

    Hello Camillo,

    the old interface is the FV Player editor interface, it doesn’t affect the player HTML code. As there were no issues reported with the new interface we will get rid of this option.

    Thanks,
    Martin

    7 years ago in reply to: Convert Old FV Shortcodes to New DB driven shortcodes
    Martin

    Hello Kyle,

    how many shortcodes you really have to convert? If you just open the shortcode with FV Player editor and save it it will already convert it to a database entry. We will create some documentation for that too.

    Currently we don’t plan to add an automated conversion tool for this, but we could write such script for some website where there is a lot of videos and it makes sense to automate this.

    Thanks,
    Martin

    7 years ago in reply to: Admin Columns support for FV Player menu in admin
    Martin

    Hello CXL,

    we would like to add the screen options for the FV Player wp-admin screen and add new columns with number of videos, number of videos with subtitles and number of videos with transcript in any given playlist.

    Also, when editing the playlist there could be column showing you have subtitle languages are added for each item.

    However I’m not sure about value, would you really like to see all the paths? If you know SQL, then it’s not hard to find all the videos which don’t have the transcript associated or check what transcript URLs are being used.

    Thanks,
    Martin

    7 years ago in reply to: Interactive Transcript shortcode bug and position question
    Martin

    Hello Kendell,

    I tried using that VTT file and I didn’t had any issues. The transcript did follow my position in the video and clicking the transcript lines did go to the right place in the video too. No issues with search either.

    Thanks,
    Martin

    7 years ago in reply to: Cross-origin Request Blocking – FV Player
    Martin

    Hello CXL,

    are all the Vimeo videos failing or just this one? I see you use the Settings -> FV Player Pro -> Hosting -> Vimeo -> “Turbocharge Ajax Vimeo loading” setting. Please try to first just re-save the settings and see if that helps (perhaps it’s failing to create the cache folder at /wp-content/cache/fv-player-vimeo). Then try to disable that option.

    Thanks,
    Martin

    7 years ago in reply to: Update Transcript Search – Current Search Causes Lag and Freezing
    Martin

    Hello CXL,

    I checked the issue and I can see that the text which you type into the transcript box is there, but it’s white, so it can’t be seen. So we will put up some CSS for the input text color.

    I checked that performance issue as well – it appears that the search phrase highlight (using https://github.com/julmot/mark.js) gets into some issue with the MutationObserver added by the rocket-lazy-load plugin. Could you please disable that one and see if that help?

    The autoscroll checkbox gets unchecked on purpose – when you are doing a search you surely don’t want the transcript box to follow the video playback position as you want to actually look at the matches.

    Thanks,
    Martin

    7 years ago in reply to: Cross-origin Request Blocking – FV Player
    Martin

    Hello CXL,

    it says:

    You need to purchase CXL Institute subscription to access this content. Sign up here!

    Thanks,
    Martin

    7 years ago in reply to: fv_flowlayer_tmp_ files
    Martin

    Hello Camillo,

    FV Player checks the video duration when saving the post. So it has to download a a small piece of the file to your server for analysis.

    I see that it’s not getting removed properly anymore – it’s a bug introduced by the FV Player database.

    We prepared a fix for the next plugin version. 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 these files will be removed properly and the old files will be cleaned up too.

    Thanks,
    Martin

    7 years ago in reply to: Cross-origin Request Blocking – FV Player
    Martin

    Hello CXL,

    please post the URL where we can see the issue and make sure our ….@foliovision.com user (or a guest) can access it.

    Thanks,
    Martin

    7 years ago in reply to: Does FV Player have Autostart / Autoplay functionality?
    Martin

    Hello Dan,

    indeed, these Google Chrome changes were challenging but it has been fixed a while ago: https://foliovision.com/2018/05/video-autoplay-issues

    Thanks,
    Martin

    7 years ago in reply to: Admin Columns support for FV Player menu in admin
    Martin

    Hello CLX,

    please let us know which columns you need the most. Some of are really easy to add while some other require more work.

    Thanks,
    Martin

    7 years ago in reply to: Convert Old FV Shortcodes to New DB driven shortcodes
    Martin

    Hello CLX,

    please let us know how does a typical shortcode which you use look like. We might be able to create a conversion tool like this, but of course it gets more complex with playlists and so on. But perhaps just covering the very basic shortcodes with just src and splash attributes would help a lot of people and we could omit the rest and leave it for a manual conversion (just open it for editing and save).

    Thanks,
    Martin

    7 years ago in reply to: Cross-origin Request Blocking – FV Player
    Martin

    Hello CXL,

    please check if you are using the right license key for your domain. If you need a staging website we recommend that you use a subdomain of your real licensed domain (dev.your-domain.com), that way it keeps working on both.

    However I wonder why you are not getting the right error message on top of the player and you get a generic error message only.

    Thanks,
    Martin

    7 years ago in reply to: FV Player shows fullscreen button for audio (YouTuby skeen)
    Martin

    Hello Kristin,

    unfortunately there is no way of just playing the audio track and not having to load the video track too – unless you are using a HLS or a Dash stream. In that case you could set it to only play audio in one of the qualities.

    Thanks,
    Martin

    7 years ago in reply to: Interactive Transcript shortcode bug and position question
    Martin

    Hello Kendell,

    please post the link to your VTT file which you use with that transcript argument. Are you sure it’s a valid VTT file?

    Thanks,
    Martin

    7 years ago in reply to: FV Player shows fullscreen button for audio (YouTuby skeen)
    Martin

    Hello Kristin,

    thank you for the bug reports, we will get it fixed.

    Thanks,
    Martin

    7 years ago in reply to: Facebook app on Android – Users still report “Video not found” on Version 7.3.7.
    Martin

    Hello,

    we did fix some issues with Vimeo realibility in the Facebook in-app browser in FV Player Pro 7.3.9.727. Please make sure you upgrade to that.

    I had a brief look at your website and I can see you are stripping the query string versions. We recommend you to not do that as that way your users won’t be getting the latest updated JavaScript files unless they clear their browser cache and that might be hard/impossible in the Facebook browser. More on this topic can be found here: https://foliovision.com/2017/06/wordpress-cdn-best-practices

    Thanks,
    Martin

    7 years ago in reply to: Compatibility with WPLMS theme
    Martin

    Hello gavlexx,

    you posted a couple of lines of JavaScript code. Is that what you found in course.js? You can just remove that fine and see if anything changes.

    However it appears it’s already checking for presence of FV Player before initializing MediaElement.js player, so it should for fine.

    Thanks,
    Martin

    7 years ago in reply to: Interactive Transcript shortcode bug and position question
    Martin

    Hello Kendel,

    in your shortcode you are using both transcript=”https://www.clevered.org/wp-content/uploads/2019/01/Carcip-Tables_otter.ai_.vtt” and transcript=”auto” at once, that must be the reason of the issue here. Please try to only provide that VTT path and omit transcript=”auto” as that option works with Vimeo only.

    To put the transcript next to the player you would have to use a CSS like this:

    .flowplayer + .fv_fp_transcript_wrapper {
        width: 32%;
        float: left;
        margin-left: 1em;
    }
    
    .flowplayer {
        width: 66%;
        float: left;
    }

    I see that if we would wrap FV Player in a div together with the transcript it would make this easier.

    Thanks!
    Martin

    7 years ago in reply to: Vimeo Albums
    Martin

    Hello Nicola,

    I found that the API issues when parsing these Vimeo albums are not recorded into that list of errors. Next version of FV Player Pro Beta will fix that, so that should help you figuring this out.

    Thanks,
    Martin

    7 years ago in reply to: Lightbox XFN menu
    Martin

    Hello Rankugo,

    the colorbox class has to be on the anchor, not on the li element.

    Thanks,
    Martin

    7 years ago in reply to: 7.3.9.727: Undefined property: stdClass::$url in fv-player-pro.class.php L1831
    Martin

    Hello Leho,

    I’m not sure if the 4K video streams are available as HLS, perhaps these are in MPEG-DASH only.

    Also, some users had issues with HLS playback on Android phones and we were able to fix that issue by letting Android play MPEG-DASH instead. So I would recommend you not to disable it.

    Thanks,
    Martin

    7 years ago in reply to: Media File Not Found After Update to 7.3.9.727
    Martin

    Hello Donna,

    the old [fvplayer src="..."] shortcodes keep working. We are still using these when we have to test some video quickly.

    You said the player said it cannot find the video files anymore. How exactly did that error appear? Are you sure the files are still there in your S3 buckets? Are you sure you have the proper setup for these buckets in Settings -> FV Player Pro -> Hosting -> Amazon S3 Protected Content (if you are usint the signed URLs)?

    Thanks,
    Martin

    7 years ago in reply to: Failed to load resource: the server responded with a status of 404 (Not Found)
    Martin

    Hello ih25,

    please ensure that CloudFlare is not caching your website for too long and it should work. If you are using two caching layer it’s making your setup harder to use and troubleshoot as you can see.

    Thanks,
    Martin

    7 years ago in reply to: Vimeo Albums
    Martin

    Hello Nicola,

    please check what Settings -> FV Player Pro -> Hosting -> Vimeo -> “Access token” says. There might be something like “There were XYZ API errors” with an option to show details, what does it say there? The thing is the API key must be created on the same Vimeo account as the album.

    It might also say “The user credentials are invalid.” – in that case ensure you selected only the “private” and “public” Scopes when creating your API key, you can see that here: https://foliovision.com/player/video-hosting/how-to-use-vimeo#access-token-setup -> “Make sure you only choose public, private and upload scopes.” If not, then you will have to generate another API token and use that.

    Thanks,
    Martin

    7 years ago in reply to: Streaming from image .jpg
    Martin

    Hello Marius,

    so you need to just reload that image over and over again. A simple JavaScript as shown here can take care of that: https://stackoverflow.com/questions/3898813/refreshing-images-on-a-page-periodically

    If you have some programming experience it won’t be a problem for you to figure it out.

    Thanks,
    Martin

    7 years ago in reply to: How to hide or disable the “This ad will end… ) on pre roll video
    Martin

    Hello John,

    that is the nature of CSS, you might need to make the CSS selector more specific if your custom CSS loads before FV Player CSS.

    What exact CSS rule did you put in? Did you try the one from the last message in the thread which I linked above?

    Thanks,
    Martin

    7 years ago in reply to: Vimeo Albums
    Martin

    Hello Nicola,

    please put it in as a shortcode:

    [fvplayer album="https://vimeo.com/album/5558468"]

    I see that we should make sure it works with the FV Player editor as well. We can detect it’s a Vimeo album by looking for https://vimeo.com/album/ in the video URL.

    Thanks,
    Martin

    7 years ago in reply to: Streaming from image .jpg
    Martin

    Hello Marius,

    can’t you just insert it as a standard image? Why do you need a video player to show a JPG image?

    Thanks,
    Martin

    7 years ago in reply to: Vimeo Albums
    Martin

    Hello Nicola,

    FV Player Pro 7.3.10.727.beta adds support for Vimeo Albums. You can check our demo at https://foliovision.com/player/demos/vimeo-channel-support

    You need to switch to beta to get the beta updates first: https://foliovision.com/player/basic-setup/switching-fv-player-pro-to-beta

    Thanks,
    Martin

    7 years ago in reply to: 7.3.9.727: Undefined property: stdClass::$url in fv-player-pro.class.php L1831
    Martin

    Hello Leho,

    FV Player Pro 7.3.10.727 which will go out today will fix the issue.

    I see it did appear as you disabled MPEG-DASH in FV Player Pro Vimeo settings.

    Thanks,
    Martin

    7 years ago in reply to: Android issues with CloudFront
    Martin

    Hello vasudhit,

    FV Player Pro 7.3.10.727 which will go out today will fix the issue.

    What’s probably happening is that for CloudFront we set the video link expiration to 15 minutes. So then if you play the video for 15 minutes and then you seek into some unbuffered position it will fail. We did add a recovery routine for these cases, but it was failing for CloudFront URL specifically. Now it’s fixed.

    Thanks,
    Martin

    7 years ago in reply to: 7.3.9.727: Table ‘wordpress.wp_fv_player_videos’ doesn’t exist
    Martin

    Hello Leho,

    thank you for posting these details.

    I agree that the table checking shouldn’t be happen too often, not even in wp-admin. The plugin activation hook in WordPress doesn’t run on plugin updates though, so we will have to find a better way. We do store the database version numbers, so we can use that I guess.

    Thanks,
    Martin

    7 years ago in reply to: 7.3.9.727: Undefined property: stdClass::$url in fv-player-pro.class.php L1831
    Martin

    Hello Leho,

    please post the link to the Vimeo video which is causing that.

    Thanks,
    Martin

    7 years ago in reply to: 7.3.9.727: Table ‘wordpress.wp_fv_player_videos’ doesn’t exist
    Martin

    Hello Leho,

    please let us know where is that query coming from – I think the error logs should have a mention which PHP file it’s coming from at what line.

    The database tables are checked anytime you are in wp-admin (it checks is_admin()), perhaps the CLI doesn’t count for that.

    Thanks,
    Martin

    7 years ago in reply to: Failed to load resource: the server responded with a status of 404 (Not Found)
    Martin

    Hello ih25,

    since your website is using Cloudflare I think that it is also caching your HTML code. So whatever video link is in the page HTML it has to be valid for long enough – longer than the HTML cache expiration time. You can read more on this topic here: https://foliovision.com/player/video-hosting/secure-amazon-s3-guide#bucket-protection-in-fvplayer-settings -> “If you use a WordPress caching plugin”

    If you buy FV Player Pro you can also activate the “S3 Ajax” option which means the video link is automatically refreshed for every playback session – so you can cache your HTML for as long as you like that way.

    Thanks,
    Martin

    7 years ago in reply to: Lightboxed playlist auto-advance
    Martin

    Hello Manuel,

    no news so far. Unfortunately we are busy working on other features.

    Please let us know if you need this done quickly and perhaps we can come up with some deal.

    Thanks,
    Martin

    7 years ago in reply to: Lightbox XFN menu
    Martin

    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,
    Martin

    7 years ago in reply to: Amazon S3 Browser is not loading
    Martin

    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,
    Martin

    7 years ago in reply to: Amazon S3 Browser is not loading
    Martin

    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,
    Martin

    7 years ago in reply to: VImeo Live Streaming
    Martin

    Hello Rodrigo,

    it will be available for purchase tomorrow, the price will be $25 per year.

    Thanks,
    Martin

    7 years ago in reply to: More bandwith options, “real” HD, and bandwith options display discrepancy
    Martin

    Hello Carl,

    3) This is fixed in today’s release – FV Player 7.3.9.727.

    Thanks,
    Martin

    7 years ago in reply to: IOS 12 bugs and other bugs
    Martin

    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,
    Martin

    7 years ago in reply to: IOS 12 bugs and other bugs
    Martin

    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,
    Martin

    7 years ago in reply to: Android issues with CloudFront
    Martin

    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

    7 years ago in reply to: Youtube Embeds Not Working on iPhone iOS 12.1.3 or 12.1.2
    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

    7 years ago in reply to: Youtube Embeds Not Working on iPhone iOS 12.1.3 or 12.1.2
    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,
    Martin

    7 years ago in reply to: Android issues with CloudFront
    Martin

    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

    7 years ago in reply to: More bandwith options, “real” HD, and bandwith options display discrepancy
    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,
    Martin

    7 years ago in reply to: Android issues with CloudFront
    Martin

    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,
    Martin

    screenshot_20190201-165603_chrome-2
    Screenshot_20190201-165603_Chrome-1
    7 years ago in reply to: Should I upadte or not?
    Martin

    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

    7 years ago in reply to: FV Player Pro Licence – 1 domain – testing on subdomain?
    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,
    Martin

    7 years ago in reply to: Lightbox XFN menu
    Martin

    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

    7 years ago in reply to: More bandwith options, “real” HD, and bandwith options display discrepancy
    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,
    Martin

    7 years ago in reply to: Seek Time Color Change
    Martin

    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,
    Martin

    7 years ago in reply to: does not read the video player
    Martin

    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

    7 years ago in reply to: Youtube Embeds Not Working on iPhone iOS 12.1.3 or 12.1.2
    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,
    Martin

    7 years ago in reply to: Android issues with CloudFront
    Martin

    Hello vasudhir,

    it appears you sent your message before the attachment has finished uploading. Please post it again.

    Thanks,
    Martin

    7 years ago in reply to: IOS 12 bugs and other bugs
    Martin

    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,
    Martin

    7 years ago in reply to: Videos play and suddenly pause
    Martin

    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,
    Martin

    7 years ago in reply to: Live Stream not playing in Safari on mac.
    Martin

    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

    7 years ago in reply to: How to hide or disable the “This ad will end… ) on pre roll video
    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,
    Martin

    7 years ago in reply to: Help to disable controlbar
    Martin

    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

    7 years ago in reply to: Update Transcript Search – Current Search Causes Lag and Freezing
    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,
    Martin

    7 years ago in reply to: Can’t play Google Drive video
    Martin

    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,
    Martin

    7 years ago in reply to: Amazon S3 Browser is not loading
    Martin

    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,
    Martin

    7 years ago in reply to: Chromecast Problem
    Martin

    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,
    Martin

    7 years ago in reply to: Preroll autoplay, video no autoplay
    Martin

    Hello Angel,

    I will check this with Alec.

    Thanks,
    Martin

    7 years ago in reply to: Live Stream not playing in Safari on mac.
    Martin

    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

    7 years ago in reply to: How to setup encrypted HLS stream with Amazon Elastic Transcoder
    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

    7 years ago in reply to: FV player pro extension removes video from pages as of today
    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

    7 years ago in reply to: FV player pro extension removes video from pages as of today
    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 bot

    What 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

    7 years ago in reply to: Controlbar does not disappear in full screen modus
    Martin

    Hello Nikolaos,

    please provide the player export data from wp-admin -> FV Player screen. Perhaps you have the Controlbar enabled there.

    Thanks,
    Martin

    7 years ago in reply to: FV player pro extension removes video from pages as of today
    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,
    Martin

    7 years ago in reply to: Speed Buttons – YouTube Videos
    Martin

    Hello Devin,

    FV Player Pro 7.3.9.727 with the fix will be out today.

    Thanks,
    Martin

    7 years ago in reply to: Speed function not working on YT videos
    Martin

    Hello Deborah,

    FV Player Pro 7.3.9.727 with the fix will be out today.

    Thanks,
    Martin

    7 years ago in reply to: Automated Featured Image
    Martin

    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

    7 years ago in reply to: decrypting HLS encryption key broken in Safari browser
    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,
    Martin

    7 years ago in reply to: Add Video button malfunctionning
    Martin

    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

    7 years ago in reply to: Videos src in playlist do not have Amazon tokens
    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

    7 years ago in reply to: Videos src in playlist do not have Amazon tokens
    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

    7 years ago in reply to: fv player looks exactly like youtube. no fv controls
    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

    7 years ago in reply to: fv player looks exactly like youtube. no fv controls
    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

    7 years ago in reply to: fv player looks exactly like youtube. no fv controls
    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,
    Martin

    7 years ago in reply to: How to use RTMP streams with Flash
    Martin

    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

Viewing 100 replies - 3,201 through 3,300 (of 6,912 total)
← 1 2 3 … 32 33 34 … 68 69 70 →

Primary Sidebar

  1. Bios
  2. My Video Bookmarks
  3. My Video Playlists
  4. Privacy Policy
  5. TEST
  6. Test Bunny CDN vs. DigitalOcean Spaces CDN
  7. Video Speed Tests
  8. FV Flowplayer Expiration
  9. About
  10. Checkout
  11. Foliovision Tools
  12. FV Player
  13. Job offers
  14. Store
  15. WordPress
  16. Cookies
  17. Donate
  18. Enter your VAT Information
  19. FV Pro Support
    We’ll solve your WP Video problems right now
  20. FV Publisher
  21. Hosting signup
  22. How to pay your invoice in the new billing system
  23. Humanmetrics Jung Typology Test Result
  24. Best Practices for Sharing Sensitive Information
  25. Billings Page
  26. Client Section
  27. Foliovision Hosting Signup
  28. Renew or upgrade your plugin
  29. Site Map
  30. FV Flowplayer 5 Download Test Page
  31. Referrals
  32. My Profile
  33. Flowplayer
  34. My Licenses
  35. Portfolios
  36. Additional Information
  37. Theme Comparison
  38. Video Services Request
  39. Thanks for your message
  40. Thanks for Applying!
  41. Thoughtful Comments
  42. Teamwork to Basecamp 3 Migration Wizard
  43. Typepad to WordPress deposit payment
  44. Weblog
  45. WordPress 3.3 Upgrade Order Form
  46. WordPress Programmer’s Homework

Footer

Our Plugins

  • FV WordPress Flowplayer
  • FV Thoughtful Comments
  • FV Simpler SEO
  • FV Antispam
  • FV Gravatar Cache
  • FV Testimonials

Free Tools

  • Pandoc Online
  • Article spinner
  • WordPress Password Finder
  • Delete LinkedIn Account
  • Responsive Design Calculator
Foliovision logo
All materials © 2026 Foliovision s.r.o. | Panská 12 - 81101 Bratislava - Slovakia | info@foliovision.com
  • This Site Uses Cookies
  • Privacy Policy
  • Terms of Service
  • Site Map
  • Contact
  • Tel. ‭+421 2/5292 0086‬