• 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 - 2,101 through 2,200 (of 6,900 total)
← 1 2 3 … 21 22 23 … 67 68 69 →
  • 5 years ago in reply to: Movies played directly in Facebook
    Martin

    Hello Kris,

    it should be possible to share a page with a MP4 video and have it embed that video on Facebook directly: https://foliovision.com/player/basic-setup/managing-sharing-buttons#facebook-sharing

    That way the video looses any kind of download protection, but I guess it’s not important in that case as it’s publicly shared on Facebook anyway.

    Thanks,
    Martin

    5 years ago in reply to: Changing the language of language display
    Martin

    Hello Kris,

    I think it would make sense to use the same language names as in wp-admin -> Settings -> General -> Site Language. So the subtitle options for your videos would show up as:

    • Polski
    • English

    Adding all the translations for all the languages would be quite a bit of work.

    Thanks,
    Martin

    5 years ago in reply to: fv_player_pro.min.js: ‘ready’ event is deprecated
    Martin

    Hello Francis,

    yes, the fix will be part of the next FV Player Pro release. We have worked on it about a month ago, so we need to finish all the testing to be able to release it.

    Thanks,
    Martin

    5 years ago in reply to: Video actions : Redirect after Livestream ends
    Martin

    Hello Sammy,

    the issue is that the HLS live streams do not send any special event when the stream ends.

    Please let us know what do you use for the live streams. I would like to check the documentation for any mentions of the live stream finish event.

    Or perhaps we could be checking the live stream m3u8 file and once we detect that it’s no longer changing we could safely trigger the video finish event.

    Thanks,
    Martin

    5 years ago in reply to: Need to hide add based on user’s role.
    Martin

    Hello Bruno,

    do you use any membership plugin? I wonder if this could be a plugin a not a custom code build just for your website to ensure it works long-term.

    Thanks,
    Martin

    5 years ago in reply to: Change audiotrack in multilanguage video on Chromecast
    Martin

    Hello Gus,

    I’m running into the same issue on https://foliovision.com/player/demos/hls-stream – if the CDN hosting the HLS stream is set to require the URL tokens, then we serve the stream through our Stream Loader component of FV Player.

    And unfortunately it seems like Chromecast doesn’t like it. It seems that it has a problem with the absolute paths in HLS m3u8 files. If that’s true then it’s a problem as we won’t be able to support playback of these HLS streams with URL token on Chromecast unless the CDN supports it natively (generate m3u8 files with URL tokens for video segment files).

    I will test some other stream with the absolute URLs as I haven’t found any documentation regarding this.

    Thanks,
    Martin

    5 years ago in reply to: Unable to see in video vast ads on desktop browsers
    Martin

    Hello Bruno,

    please check your ad network dashboard for any stats. Do you see any decrease in the video plays? Do you see any decrease in the ads played?

    I wonder how detailed stats you get.

    Thanks,
    Martin

    5 years ago in reply to: Unable to see in video vast ads on desktop browsers
    Martin

    Hello Bruno,

    as I was mentioning it’s a normal behavior. Just leave the ad enabled and then check the ad serving stats in your ad network to see what if the ad fill percentage.

    Regarding the Silent Start – I have an idea how to improve this autoplay handling. Perhaps we could use the Silent Start at all times and then try to enable the ad sound once it starts playing. That way it would work better on autoplay and users who get audible autoplay (since browser remembers they interacted with videos on your website before) would get it with sound.

    Thanks,
    Martin

    5 years ago in reply to: Unable to see in video vast ads on desktop browsers
    Martin

    Hello Bruno,

    I had to play the video a couple of times to get some ad to load. But once it finally loaded it wouldn’t play – see screenshot. It was using the URL for the video https://adsvideo.club/Campaigns/ContinueV2/?vid=42Jm8Jj3xAk&rsrc=3 and the play button was not doing anything.

    So I wanted to test with some other VAST player – using Google Video suite inspector at https://developers.google.com/interactive-media-ads/docs/sdks/html5/client-side/vastinspector and your VAST ad unit actually worked there, although with a different video. But also only after a couple of retries – that’s normal as the ad network doesn’t have an infinite number of ads to serve.

    I think the issue with FV Player VAST in your case is that once the ad is finally loaded it’s not permitted to play due to autoplay (it’s the “The browser prevented playback initiated without user interaction.” error on console). So then our plugin tries to play the ad again but with muted audio to ensure it’s allowed to autoplay (browsers only permit autoplay without audible sound). But when that happens the ad is no longer available – as your ad network just run out of ads to serve in that first attempt (it’s that “The VAST response document is empty.” error).

    Here’s how you can see that on browser console:

    FV VAST load (0,html5) https://syndication.exosrv.com/splash.php?idzone=..
    FV VAST Ads init.
    FV VAST Ads loaded.
    FV VAST Ad event: loaded
    FV VAST Ad event: contentPauseRequested
    FV VAST Ad ContentPauseRequested for real!
    FV VAST Ad error: AdError 400: There was an error playing the video ad. Caused by: AdError 1205: The browser prevented playback initiated without user interaction.
    FV VAST load (0,html5) https://syndication.exosrv.com/splash.php?idzone=..
    FV VAST Ads init.
    FV VAST Ad error: AdError 1009: The VAST response document is empty.
    FV VAST – No more ads to fetch, skipping.
    FV VAST Ad event: contentResumeRequested

    So please – enable wp-admin -> Settings -> FV Player VAST -> “Silent Start”. Then let us know, I would like to see if it helps.

    Thanks,
    Martin

    fv-player-vast-youtube-video-ad
    fv-player-vast-youtube-video-ad
    5 years ago in reply to: Change audiotrack in multilanguage video on Chromecast
    Martin

    Hello Gus,

    what Cloudfront settings did you change? Did you only disable the requirement of signed URLs and that was it? Could you please post the link to your test page?

    Signed URLs should not stop Chromecast from working, but I see it could run into issues is the URL signature times out. I will test that out and feed the new URL with new singature into Chromecast when necessary. I hope it works, it’s getting quite complex that way.

    We also need to handle subtitles.

    Thanks,
    Martin

    5 years ago in reply to: Make video undownloadable
    Martin

    Hello Bruno,

    the first encrypted video which you created with FV Player Coconut wouldn’t play for you. It should play with that new FV Player Pro version in the Beta release.

    Perhaps you already removed that video and moved on, in that case there is nothing to test anymore.

    Thanks,
    Martin

    5 years ago in reply to: Unable to see in video vast ads on desktop browsers
    Martin

    Hello Bruno,

    please upgrade to FV Player VAST 7.4.39.727, there was a bug in the URL parsing.

    Thanks,
    Martin

    5 years ago in reply to: Ads play in Google Video suite inspector but not on my website
    Martin

    Hello Suprim,

    please upgrade to FV Player VAST 7.4.39.727, there was a bug in the URL parsing.

    Thanks,
    Martin

    5 years ago in reply to: NO options nor a valid ID was provided for DB player meta data item.
    Martin

    Hello Ron,

    I see, this bug was occurring if the user purchased a PPV item and then a non-PPV item. Please reinstall FV Player Pay Per View for WooCommerce from a fresh ZIP file from https://foliovision.com/my-licenses and it will be fixed.

    Thank you for all your cooperation!
    Martin

    5 years ago in reply to: Unable to see in video vast ads on desktop browsers
    Martin

    Hello Bruno,

    please try one more time, I made another improvement to it.

    Thanks,
    Martin

    5 years ago in reply to: Change audiotrack in multilanguage video on Chromecast
    Martin

    Hello Gus,

    FV Player 7.4.39.727 is out and it brings following improvements to Chromecast integration:

    • Chromecast – retain playback position when enabling/disabling
    • Chromecast – support replaying the video and playlists
    • Chromecast – support switching of audio tracks in multiple audio track HLS streams

      Thanks,
      Martin

    5 years ago in reply to: Make video undownloadable
    Martin

    Hello Bruno,

    we prepared the fix for the mixed content issue.

    It would be great if you could help us with the testing. Could you please grab a fresh copy of FV Player Pro from https://foliovision.com/my-licenses and reinstall the plugin from that? 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.

    Also make sure you switch to Beta version too, here’s how to do that: https://foliovision.com/player/basic-setup/switching-fv-player-pro-to-beta

    Then the encrypted stream which was not playing before should start to play – as the plugin will fix the “bad” http:// in the HLS if the website is on https://. But I’m not 100% certain if it will detect that for your website. I see your are using Cloudflare – perhaps you are enabling the SSL there. Out plugin should be able to detect that and work properly, we added some code specifically for that.

    Thanks,
    Martin

    5 years ago in reply to: Thumbnail Sizes
    Martin

    Hello Ralph,

    678 x 360 is a good choice, as it fits your content column properly.

    You could use even bigger images as FV Player would size these down to make them fit. But Google PageSpeed wouldn’t like that as you would be serving bigger images than necessary.

    FV Player does work with lazy load routines provided by other plugins. I guess we should also support the HTML5 native image lazyloading.

    We also need to improve the image serving to user responsive images properly, as otherwise the playlist thumbnail user the same image size as the video splash screens – in that case the lazy load in really needed to optimize the site load times.

    Thanks,
    Martin

    5 years ago in reply to: Change audiotrack in multilanguage video on Chromecast
    Martin

    Hello Gus,

    I see the issue with Chromecast not working in FV Player Pro 7.4.39.727. The issue is actually that FV Player 7.4.39.727 is not out yet as I dropped the ball there as I was waiting on some feedback. Sorry about that, will release that FV Player 7.4.39.727 next.

    Thank you for the test video, it’s great for our work on audio channel switching!

    Thanks,
    Martin

    5 years ago in reply to: Make video undownloadable
    Martin

    Hello Bruno,

    unfortunately the http:// path is hard-coded in the HLS stream, so please try to encode the video again and it will play.

    As I said we will also fix FV Player Pro Stream Loader to automatically use the correct protocol for these requests. But it might not be ready today.

    Thanks,
    Martin

    5 years ago in reply to: Make video undownloadable
    Martin

    Hello Bruno,

    your website is using https:// (with SSL security layer) on front-end but it appears internally its configured to run as http:// (no security). Please check wp-admin -> Settings -> General “WordPress Address (URL)” and “Site Address (URL)”. Are these URLs using http:// or https:// ?

    Regardless of your answer – we can add some code to tollerate issues like this, but it will take us some time to figure out, so please have a look.

    Thanks,
    Martin

    5 years ago in reply to: Make video undownloadable
    Martin

    Hello Bruno,

    I’m sorry to see that nothing seems to work for your without extra effort. Hopefully we can figure out what’s so strange about your website, server or mix of plugins, so improve your experience.

    Please post the link to your website where we can see that encrypted video which won’t play.

    Thanks,
    Martin

    5 years ago in reply to: Emails with no video links in woocommerce
    Martin

    Hello Ron,

    so it seems there are no issues when using WPBaker Page Builder.

    I get a nicer Watch button please upgrade the FV Player Pay Per View WooCommerce plugin, we added the generic “button” class to it so that the WooCommerce styling should apply to it.

    Actually it seems you do have version 7.4.38.727 so that link should have some styling on it now.

    Thanks,
    Martin

    5 years ago in reply to: Change audiotrack in multilanguage video on Chromecast
    Martin

    Hello Gus,

    please post a link to your website where we can see that video playing.

    Do you get the Chromecast icon on https://foliovision.com ?

    Thanks,
    Martin

    5 years ago in reply to: Emails with no video links in woocommerce
    Martin

    Hello Ron,

    if you have a minute try to add a new FV Player with Pay Per View on wp-admin -> FV Player screen. Then put the shortcode to a page created with WPBaker Page Builder and see if you see that post mentioned in the WooCommerce Product editing page in the “FV Player Pay Per View Access” box as “Player and Posts”.

    If not, could you please send an WordPress XML export of that page? You can get that in wp-admin -> Tools -> Export by selecting the right post type and the author or date.

    Thanks,
    Martin

    5 years ago in reply to: Full screen player on iOS12 Safari for iPhone showing grey sidebars
    Martin

    Hello Jordan,

    you are exactly right – your phone screen is wider than the video, so the bars have to be added otherwise the video would have to be cropped – you wouldn’t see the top and bottom part of it.

    However these should be black and not draw attention. Does your iPhone have screen with rounded borders? In that case you need to set a special HTML meta tag to let your website use the entire screen or set the color of the unused part.

    Unfortunately this cannot be controlled after the page has been loaded. So we cannot adjust it as you enter fullscreen.

    Please put this up in your theme for a test:

    <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
    

    Or you can set the background-color CSS property of body and iPhone will use that color.

    Thanks,
    Martin

    5 years ago in reply to: Unable to see in video vast ads on desktop browsers
    Martin

    Hello Bruno,

    I’m sorry, I posted some other reply to you.

    I only mean to post this:

    please reinstall FV Player VAST from a fresh ZIP file which you get on https://foliovision.com/my-licenses

    Hopefully that will fix the appearance of that Debug checkbox for you. It was using a pretty generic element ID.

    Thanks,
    Martin

    5 years ago in reply to: Make video undownloadable
    Martin

    Hello Bruno,

    the file should still be listed when adding a new job on wp-admin -> FV Player -> Coconut Jobs. Are you sure you are uploading into the correct DigitalOcean Space? You can check in wp-admin -> Settings -> FV Player Pro -> Hosting -> DigitalOcean Spaces -> Space Name.

    Or there might be some JavaScript error in FV Player DigitalOcean Spaces browser. Please open your browser developer console (here’s how https://foliovision.com/player/troubleshooting/javascript-browser-console), then load wp-admin -> FV Player -> Coconut Jobs again and try to add a new job. See if you get that “No files here.” message and see if you see any errors on the console. A screenshot would be great.

    Or there might be a PHP eror which prevents the FV Player DigitalOcean Spaces browser from fetching the files. I hate to ask for something as technical as this, but since this is the first time somebody is reporting a bug like this I do not have any other idea.

    So please check the PHP error logs if possible. If you are not sure you can try to install this plugin: https://wordpress.org/plugins/error-log-monitor/ Then try to create another encoding job and see what was added to the logs.

    Thanks,
    Martin

    5 years ago in reply to: Alternative sources: No quality switching and VTT thumbnails when on alt source
    Martin

    Hello Denny,

    new FV Player Alternative Sources 7.4.39.727 has been released. Please also upgrade to FV Player Pro 7.4.39.727 and switch it to beta: https://foliovision.com/player/basic-setup/switching-fv-player-pro-to-beta

    Then at least the quality switching will work fine after switching the video server.

    I’m not sure about the VTT thumbnails though. We only have a single box to input the URL. Perhaps it could work if we finish the geo IP functionality I mentioned in: https://foliovision.com/support/fv-wordpress-flowplayer/requests-and-feedback/alternative-sources-randomize-server

    Thanks,
    Martin

    5 years ago in reply to: Alternative sources: randomize server
    Martin

    Hello Denny,

    1) The GeoIP could work, but only if the video link is loaded using Ajax. That’s how we support the CDN URL tokens in FV Player Pro. But it appears to me it’s not the case with your website.

    Or it could work if the user is logged in – which would work for a membership site. Are you running a membership website?

    Otherwise it would only detect the geo location on uncached page loads. Since we do use WordPress cache on all websites (and WordPress is not getting any faster) we make sure everything works with cache, but handling geo IP could get tricky.

    2) New FV Player Alternative Sources 7.4.39.727 has been released. Please also upgrade to FV Player Pro 7.4.39.727 and switch it to beta: https://foliovision.com/player/basic-setup/switching-fv-player-pro-to-beta

    Then it should be working fine.

    Thanks,
    Martin

    5 years ago in reply to: NO options nor a valid ID was provided for DB player meta data item.
    Martin

    Hello Ron,

    if you have a moment, 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.

    That will prevent that stange error from appearing, but you will have to reinstall FV Player Pay Per View for WooCommerce too. Please geta fresh ZIP file from https://foliovision.com/my-licenses and use the same procedure.

    Once both are updated it should all work fine and we can include these fixes in the next releases too.

    Thank you for your cooperation!
    Martin

    5 years ago in reply to: NO options nor a valid ID was provided for DB player meta data item.
    Martin

    Hello Ron,

    I tried to purchase a non-PPV item. I hit the PayPal button right on the product page. I was able to enter the PayPal login information into the popup window and then click “Place order” when back on the website checkout page.

    And I got that exact error. So I’m working on a fix.

    Thanks,
    Martin

    5 years ago in reply to: Unable to see in video vast ads on desktop browsers
    Martin

    Hello Bruno,

    please reinstall FV Player VAST from a fresh ZIP file which you get on https://foliovision.com/my-licenses

    Then you will be able to remove the Rent price in wp-admin -> Downloads -> Add Downloads -> (look up your PPV item and open for editing) -> Download Prices. There will be a price for which “Choose the price type” will be set to “Rental price”, so that one can be removed.

    Hopefully that will fix the appearance of that Debug checkbox for you. It was using a pretty generic element ID.

    Thanks,
    Martin

    5 years ago in reply to: Issue with mixed http/https content for Google Chromecast
    Martin

    Hello Tim,

    FV Player doesn’t load http://www.gstatic.com/cv/js/sender/v1/cast_sender.js which I can see in both screenshots. It loads https://www.gstatic.com/cv/js/sender/v1/cast_sender.js

    Are you sure there is no other plugin loading that Chromecast library?

    These screenshots also show all the MPEG-DASH parsing errors due to the Opus codec bug which we discussed here: https://foliovision.com/support/fv-wordpress-flowplayer/troubleshooting/dash-error-video-not-found

    Thanks,
    Martin

    5 years ago in reply to: Dash error: Video not found.
    Martin

    Hello Lana and Tim,

    I see the issue occurs with the new Opus audio codec. For now we disabled that on the API, so these video will play once they run out of cache time to live or when you re-save the plugin settings.

    Thanks,
    Martin

    5 years ago in reply to: “dash video file not found” playback from Vimeo
    Martin

    Hello James,

    I see the issue occurs with the new Opus audio codec. For now we disabled that on the API, so these video will play once they run out of cache time to live or when you re-save the plugin settings.

    In fact https://www.christchurch-clevedon.org.uk/test-fvplayerissue/ already plays with MPEG-DASH and multiple video quality options.

    Thanks,
    Martin

    5 years ago in reply to: Dash: Video File Not Found
    Martin

    Hello John,

    I see the issue occurs with the new Opus audio codec. For now we disabled that on the API, so these video will play once they run out of cache time to live or when you re-save the plugin settings.

    In fact https://www.learningguitarnow.com/blog/fv-test/ already plays with MPEG-DASH and multiple video quality options.

    Thanks,
    Martin

    5 years ago in reply to: Dash error: Video not found.
    Martin

    Hello Tim,

    it seems you disabled MPEG-DASH for Vimeo, so I’m not able to see the issue. However we got the same report from 2 more users, so we are working on a fix.

    I moved your Chromecast to a new thread which I will answer next.

    Thanks,
    Martin

    5 years ago in reply to: “dash video file not found” playback from Vimeo
    Martin

    Hello James,

    thank you for providing a demo page where we can see the issue.

    I’m working on a fix.

    Thanks,
    Martin

    5 years ago in reply to: Dash: Video File Not Found
    Martin

    Hello John,

    thank you for providing a demo page where we can see the issue.

    I’m working on a fix.

    Thanks,
    Martin

    5 years ago in reply to: Emails appear to allow the world to see a ppv?
    Martin

    Hello Ron,

    it’s correct that 3 devices are allowed. Each device is a combination of IP and the user agent (browser). The IP address which made the purchase is allowed to use an unlimited number of user agents, so that the user can try different browsers if he’s somehow not able to play the video.

    It doesn’t seem likely that anybody involved in the email routing would be looking at these emails and opening the links.

    Perhaps we could add an option to disable these email video viewing links and instead switch the to a different mode of operation, where it would show a login form to make it easier to log in to the website right were the video is.

    Thanks,
    Martin

    5 years ago in reply to: Add Custom Spaces S3 and multiple BunnyCDN Token
    Martin

    Hello Richard,

    it’s true that what we have is currently limitted. With FV Player Coconut we tried to build something that everybody will be able to use.

    When it comes to more options for the video storage and so on – I would like to remove all the settings boxes from wp-admin -> Settings -> FV Player -> Hosting tab. And instead refactor the code and let you add a new video hosting by picking the type (S3, DigitalOcean Spaces, anything S3-compatible, Vimeo, YouTube and so on) and entering the configration parameters. That way you could have an infinite number of these video storage systems or CDNs configured.

    Thanks,
    Martin

    5 years ago in reply to: Clone DigitalOcean Spaces to use HLS stream with Coconut.
    Martin

    Hello Richard,

    it’s not easy to tell what’s going on after these modification Please submit the video checker for both the old video location and the new video location.

    A test page would help as well.

    Thanks,
    Martin

    5 years ago in reply to: Dash error: Video not found.
    Martin

    Hello Lana,

    it really shouldn’t matter where it was uploaded from. Please send us a link to the Vimeo video which is failing to play.

    Thanks,
    Martin

    5 years ago in reply to: Limit quantity in PPV Woocommerce
    Martin

    Hello Ron,

    I see, it shouldn’t be possible to change the quantity for the PPV items. We will add that restriction into our plugin. Thank you for the suggestion.

    Thanks,
    Martin

    5 years ago in reply to: Unable to see in video vast ads on desktop browsers
    Martin

    Hello Bruno,

    please enable wp-admin -> FV Player VAST -> Settings -> Debug and try to disable the autoplay for a minute and see if that helps. I did get an ad playing once.

    I do get the ad playing on our VAST autoplay demo here: https://foliovision.com/player/demos/vast-ad-with-autoplay Please check that demo page on your end too.

    Thanks,
    Martin

    5 years ago in reply to: Videos not playing in Firefox, but work in Chrome
    Martin

    Hello Leona,

    I would suggest you store what’s configured in wp-admin -> Settings -> FV Player -> Hosting tab -> Amazon S3 Protected Content and then remove these settings. As your videos are publicly available there is no need to use the signed URLs for them.

    In the worst case you can still just put back the settings which you stored.

    Thanks,
    Martin

    5 years ago in reply to: You’ve be banned..again ! Help
    Martin

    Hello Cirdec,

    sorry about not replying to your last message yesterday. But it’s good to handle this issue in a new forum thread.

    Please switch wp-admin -> Settings -> FV Player Pro -> Setup tab -> Pro Features -> Debug to “Verbose”. Hit the three dots behind that to reveal the log file to check.

    Then store the wp-admin -> Settings -> FV Player Pro -> Hosting tab -> Vimeo -> “Access token” and change it to some bogus value. Then put back the correct API key.

    Then check that log file and you should be able to find this line in it:

    Vimeo API action on {date} /me on /wp-admin/options-general.php?page=fvplayer

    …followed by some debug information with sections

    • body
    • headers – this is what you are looking for

    This is how it looks like on your website where we are not banned:

      'headers' =>
      array (
        'Connection' => 'keep-alive',
        'Content-Length' => '3497',
        'Server' => 'nginx',
        'Content-Type' => 'application/vnd.vimeo.user+json',
        'Cache-Control' => 'private, no-store, no-cache',
        'Strict-Transport-Security' => 'max-age=31536000; includeSubDomains; preload',
        'X-RateLimit-Limit' => '1000',
        'X-RateLimit-Remaining' => '998',
        'X-RateLimit-Reset' => '2021-01-15T15:45:35+00:00',
        'Request-Hash' => '39fb8c46',
        'X-BApp-Server' => 'api-v7199-6ln5g',
        'X-Vimeo-DC' => 'ge',
        'Accept-Ranges' => 'bytes',
        'Via' => '1.1 varnish, 1.1 varnish',
        'Date' => 'Fri, 15 Jan 2021 15:44:36 GMT',
        'X-Served-By' => 'cache-bwi5123-BWI, cache-dfw18647-DFW',
        'X-Cache' => 'MISS, MISS',
        'X-Cache-Hits' => '0, 0',
        'X-Timer' => 'S1610725476.959536,VS0,VE93',
        'Vary' => 'Accept,Vimeo-Client-Id',
      ),
    

    Thanks,
    Martin

    5 years ago in reply to: Videos not playing in Firefox, but work in Chrome
    Martin

    Hello Leona,

    the video on https://artistsresource.co.uk/members/primary-secondary-colour-study-part-1/ is still downloadable without the S3 URL signature. So when you check that file properties on AWS S3 you should at least see that it’s set to be publicly available.

    As I noted we do offer the service for the Amazon S3 setup in case you would like us to actually fix the issue on your WordPress site and AWS S3: https://foliovision.com/downloads/setting-up-amazon-s3

    Othewise I can continue giving you some troubleshooting tips. I would recommend you to try to setup a new S3 bucket with new IAM user keys just to see if it will work.

    Thanks,
    Martin

    5 years ago in reply to: Prices not showing in Pay Per View
    Martin

    Hello Chris,

    please reinstall FV Player Pay Per View from a fresh ZIP file which you get on https://foliovision.com/my-licenses

    Then you will be able to remove the Rent price in wp-admin -> Downloads -> Add Downloads -> (look up your PPV item and open for editing) -> Download Prices. There will be a price for which “Choose the price type” will be set to “Rental price”, so that one can be removed.

    Thanks,
    Martin

    5 years ago in reply to: Videos not playing in Firefox, but work in Chrome
    Martin

    Hello Leona,

    I removed that attachment. I had a look at https://artistsresource.co.uk/members/primary-secondary-colour-study-part-1/ and noticed an interesting thing – the video started to play just fine with the bare video link without any signature added to it:

    https://artistsresourcevideos.s3.eu-west-2.amazonaws.com/PRIMARY..{this part of URL is removed}.._PART1.mov

    Then it only failed once the signature was added to the link. So it really looks like your Amazon S3 setup is broken. First the videos are set to be public – they are not protected against downloads. Second, the AWS access keys are wrong.

    I would suggest you to go through our guide step by step: https://foliovision.com/player/video-hosting/secure-amazon-s3-guide

    We also offer the service for the Amazon S3 setup in case you really need help with the fixing: https://foliovision.com/downloads/setting-up-amazon-s3

    Thanks,
    Martin

    5 years ago in reply to: Change audiotrack in multilanguage video on Chromecast
    Martin

    Hello Gus,

    I should be able to improve the FV Player Chromecast code next week.

    What always puts me off when working with Chromecast is that there are some HLS streams which fail to cast with it for no apparent reason. For example https://playertest.longtailvideo.com/adaptive/bipbop/bipbop.m3u8 won’t work even when using JW Player: https://foliovision.com/support/fv-wordpress-flowplayer/bug-reports/detailederrorcode-315-on-casting-to-chromecast#post-126516

    Thanks,
    Martin

    5 years ago in reply to: Prices not showing in Pay Per View
    Martin

    Hello Chris,

    normally the buttons should show below the video, like you can see on: https://foliovision.com/player/pay-per-view/how-to#how-pay-per-view-looks

    However on your website they seems to be invisible. The reason is that your theme is doing something to position the player differently using the .video-player-wrap .flowplayer CSS rule.

    Here’s some quick CSS to at least reveal these PPV buttons and move them below the player. It’s not ideal, but it gives you something to start with:

    .fv-player-ppv-wrap {
        position: absolute;
        bottom: -11em;
        z-index: 10;
        width: 100%;
    }

    Pleae read the introduction to our CSS guide if you are not sure how to use it: https://foliovision.com/player/advanced/css-tips-and-fixes

    I also added “Using transparent background” for popups: https://foliovision.com/player/advanced/css-tips-and-fixes#popup-transparent

    Thanks,
    Martin

    5 years ago in reply to: Videos not playing in Firefox, but work in Chrome
    Martin

    Hello Leona,

    once you finished the “Obtainsing the AWS Access Keys” part of the guide at https://foliovision.com/player/video-hosting/secure-amazon-s3-guide#keys please try to use the S3 Browser in FV Player: https://foliovision.com/player/advanced/how-s3-browser And try to insert some video that way.

    Then check if it works and compare the URL to what you are using. Perhaps you are using bad S3 bucket name.

    Thanks,
    Martin

    5 years ago in reply to: Change audiotrack in multilanguage video on Chromecast
    Martin

    Hello Gus,

    I see the LoadRequest has a a way of obtianing the activeTrackIds: https://developers.google.com/cast/docs/reference/chrome/chrome.cast.media.LoadRequest#activeTrackIds So I would guess there is indeed a way of switching from one audio track to another.

    I was able to find some code examples for subtitles, although these are 3-4 years old. But this bit of code looks good: https://gist.github.com/guerrerocarlos/3aca64069853d8d24a83b481246f23ca#file-chromecast_with_subtitles-html-L45-L57

    Thanks,
    Martin

    5 years ago in reply to: Videos not playing in Firefox, but work in Chrome
    Martin

    Hello Leona,

    are you sure you hit the “Send report to Foliovision” button in the video checker? We haven’t received any report of your video. Or you can provide a screenshot of it.

    I tried on to play video on that link https://artistsresource.co.uk/members/primary-secondary-colour-study-part-1/ and go the “Video file expired” error. It appears your might be using invalid AWS S3 keys. I would recommend you to check the steps in “Obtainsing the AWS Access Keys” here: https://foliovision.com/player/video-hosting/secure-amazon-s3-guide#keys

    You are also caching the page HTML with W3 Total Cache for logged in users. So I would recommend you to enable Settings -> FV Player Pro -> Hosting -> Amazon S3 Protected Content -> Amazon S3 Ajax (Pro). That is also a better way of protecting the videos.

    Thanks,
    Martin

    5 years ago in reply to: Emails with no video links in woocommerce
    Martin

    Hello Ron,

    I made a little improvement there – I changed that “Watch full video {post title}” link to just show “Watch full video” and look like a button – using the standard button class which is already styled to look like a buton in core WooCommerce.

    To get the improvement please reinstall FV Player Pay Per View for WooCommerce from a fresh ZIP file which you download from https://foliovision.com/my-licenses

    Before we do a next release I would like to check the issue with WPBakery Page builder – why doesn’t FV Player realize the player is located in any given post. This missing link caused the malfunction which you were reporting – creating PPV video on wp-admin -> FV Player causes the player to fail to understand which WPBakery post does it belong to.

    However I see WPBakery Page builder is a paid plugin. I tried to opt for the free preview version.

    Thanks,
    Martin

    5 years ago in reply to: Multiple audio track with Vimeo ?
    Martin

    Hello Cirdec,

    I got the answer. If you provide the source video with multiple audio tracks, it will work. You can do that with an MP4 file.

    Thanks,
    Martin

    5 years ago in reply to: Need to hide add based on user’s role.
    Martin

    …but obviously you will need to figure out the way of checking the user role. If you know a bit of PHP you should be able to figure it out.

    Thanks,
    Martin

    5 years ago in reply to: Need to hide add based on user’s role.
    Martin

    Hello Bruno,

    please check fv_flowplayer_args_pre in our programming guide: https://foliovision.com/player/advanced/api-programming

    You can use that filter to set the ‘ad_skip’ item to true, similar to what we demonstrate on that page with $args[‘autoplay’]. At least if you mean the overlay ads. For the FV Player Pro pre-roll and post-roll you can use $args[‘preroll’] = false; I think

    Thanks,
    Martin

    5 years ago in reply to: Multiple audio track with Vimeo ?
    Martin

    Hello Cirdec,

    I will ask Coconut.co about it. It would be nice if you could just use our FV Player Coconut and wouldn’t have to play with AWS.

    Thanks,
    Martin

    5 years ago in reply to: Multiple Audio with hls is not working on FV Player but works on videojs
    Martin

    Hello Gus,

    in that case it’s about time to move this functionality from beta to release. Next time you check the changelog you should be able to see a note of which Beta improvements were moved into Release version. Then you can switch back to Release.

    Thanks,
    Martin

    5 years ago in reply to: Multiple Audio with hls is not working on FV Player but works on videojs
    Martin

    Hello Gus,

    yes please, have a look if using the Beta version of FV Player Pro will fix the issue. We did some fixes to the Stream Loader there.

    Encrypting the stream is necessary if you really want to protect your videos. That way the video won’t play even if you download the files.

    Thanks,
    Martin

    5 years ago in reply to: filezilla pro and s3 oceanspaces 5mb upload limit
    Martin

    Hello Ron,

    I was using Cyberduck for the uploads and it worked for files over 10 GB without issues. I removed mention of Filezilla from our documentation page now.

    Thanks,
    Martin

    5 years ago in reply to: Multiple Audio with hls is not working on FV Player but works on videojs
    Martin

    Hello Gus,

    it doesn’t seem like you are using an encrypted HLS stream actually. The video plays without issue on the HLS.js test page too: https://hls-js.netlify.app/demo/

    Thank you for the screenshot, it reveals that FV Player Pro is actually using the Stream Loader to play your stream, but it’s not necessary as obviously the stream doesn’t use URL tokens as it plays on that HLS.js test page. But we will fix that.

    My guess is that you have configured the dusqglx8g3hsd.cloudfront.net domain in Settings -> FV Player Pro -> Hosting -> Cloudfront. If you remove it from the configuration there no Stream Loader will be used and the video will play.

    Thanks,
    Martin

    5 years ago in reply to: Emails with no video links in woocommerce
    Martin

    Hello Ron,

    thank you for your cooperation. I do not see anything suspicious that might yield that “38880000 days” text unfortunately. It’s starange as it works without issues for the other users. Could you perhaps send over an export of the WooCommerce product? You should be able to get that in wp-admin -> Tools -> Export -> Choose what to export -> Products.

    The Buy variation from the WooCommerce Product can be removed if you want that video to only be available for renting. But since something it acting a bit weird on your website please check how does it appear for buyers after the change to ensure everything is fine.

    These “Virtual” and “Downloadable” checkboxes are important. These disable the stock processing in WooCommerce.

    Thanks,
    Martin

    5 years ago in reply to: Export videos
    Martin

    Hello Bruno,

    currently the plugin lets you only export the player instances on by one and then import then on the new website. The problem is that it doesn’t keep the player IDs, so you would also have to update the articles.

    So the safest way is to export all the wp_fv_player_* tables (wp_fv_player_players, wp_fv_player_videos, wp_fv_player_playermeta, wp_fv_player_videometa) using the database tool like phpMyAdmin which is available in most web hosting control panels. And then import that using similar tool on the new website.

    The splash images are only stored as links, so you would have to do some search and replace in that database table if you need to change the domain in these.

    I see that a mass export feature with the option to keep the player IDs would be usefull here.

    You probably also want to keep the plugin settings. These can currently only be moved with a database tool, although if you put the two settings screen on both website side by side it’s not a problem to move over the settings. In database the settings are stored in the fvwpflowplayer and fv_player_popups rows of the wp_options table.

    Another option to consider would be to clone the whole website and then delete the unnecessary parts. I did that a couple of times where I needed an almost identical website.

    Thanks,
    Martin

    5 years ago in reply to: Emails with no video links in woocommerce
    Martin

    Hello Ron,

    adding a Pay Per View player on wp-admin -> FV Player is causing the issue as you found out. It doesn’t know where (in which post) you put that FV Player instance.

    However when saving any post we check for presence of FV Player in it and if it’s found we add that link which Pay Per View requires. So my question is if you are using any page builder or if you are posting the player outside of the standard editor. Do you put it into a custom field perhaps?

    I see that if we show the video on the WooCommerce product page it could work as a failsafe

    Regarding that “38880000 days”. Could you please provide screenshots of WooCommerce Product page with the Variations visible as well as the FV Player PPV settings page? A quick workaround would be to put in a fixed text in place of {fv_ppv_rent_duration}.

    Thanks,
    Martin

    5 years ago in reply to: Alternative sources: randomize server
    Martin

    Hello Denny,

    2) We are working on this. We have it running, but we need to finish the automated test routines and also work with the MP4 quality switching.

    Thanks,
    Martin

    5 years ago in reply to: Emails with no video links in woocommerce
    Martin

    Hello Ron,

    please also send a link to your page where we can see the issue with the trailer not appearing. Or actually if you mean the WooCommerce Product page, then it’s currently not coded to show the player there. But I see it could.

    Thanks,
    Martin

    5 years ago in reply to: Emails with no video links in woocommerce
    Martin

    Hello Ron,

    could you please use the Export function to send over the player data to us? First look up the player on wp-admin -> FV Player screen and click the “Export” for it. It should bring up a lightbox popup with data like this:

    {"ab":"","ad":"","ad_height":"",...

    I wonder if it will have the post_id value in it.

    Could you please send a screenshot of the post editing screen where the player in inserted?

    I think the issue occurs as the player is not associated to any post – we do check that when saving the player or the post. But perhaps you use some page builder where it fails to connect the player to post properly.

    Thanks,
    Martin

    5 years ago in reply to: video link is not appearing after purchasing the video/movie.
    Martin

    Hello Khem,

    could you please use the Export function to send over the player data to us? First look up the player on wp-admin -> FV Player screen and click the “Export” for it. It should bring up a lightbox popup with data like this:

    {"ab":"","ad":"","ad_height":"",...

    I wonder if it will have the post_id value in it.

    Could you please send a screenshot of the post editing screen where the player in inserted?

    I think the issue occurs as the player is not associated to any post – we do check that when saving the player or the post. But perhaps you use some page builder where it fails to connect the player to post properly.

    Thanks,
    Martin

    5 years ago in reply to: Can you please clarify multi-domain multi-site configuration
    Martin

    Hello Timothy,

    I rephrased that documentation a bit and here’s the part which is relevant to your situation:

    If you use WP Multisite with domain mapping the plugin should not be Network Activated and each sub-site should have the right license key for its domain entered in Settings -> FV Player Pro. In order to get the updates you will also have to enter the proper license key for the main site.

    Thanks,
    Martin

    5 years ago in reply to: Wplms theme Compatibility
    Martin

    Hello Ahmed,

    sorry about the late reply.

    Could you please check if the issue goes away if you post some publicly available Vimeo video and if you disable “FV Player Vimeo Security” for minute? Will it work on the course pages that way?

    Alternatively please setup a standard user account for us to let us sign up for the course to let us really see the issue.

    Thanks,
    Martin

    5 years ago in reply to: Preview not showing
    Martin

    Hello Bruno,

    are you able to test the upcoming FV Player version to help us fix this issue for you? Please reinstall FV Player from this link: https://github.com/foliovision/fv-wordpress-flowplayer/archive/615-editor-preview-debug.zip To do that you will have to first deactivate and delete the current FV Player plugin you are using. WordPress will warn you that you might loose settings and data, but it’s not the case with our plugin, no settings now videos will be lost. Or you can just replace the plugin files via FTP.

    Once you have this new version up please open your browser developer console (here’s how https://foliovision.com/player/troubleshooting/javascript-browser-console), then try to load the page where you are editing the player and try to preview the player and you should see messages like this on console:

    FV Player Editor: Preview requested...
    FV Player Editor: Preview Ajax finished (POST).
    FV Player Editor: Preview wrapper found.
    FV Player Editor: Preview shown.
    

    Thanks,
    Martin

    5 years ago in reply to: video link is not appearing after purchasing the video/movie.
    Martin

    Hello Khem,

    could you please post a link to some video which we can buy? Please make the price $1 as we might need to actually buy it to see the issue.

    Did you tweak anything in the wp-admin -> Downloads -> Add Downloads -> the PPV item edit page?

    Thanks,
    Martin

    5 years ago in reply to: Preview not showing
    Martin

    Hello Bruno,

    it’s strange, none of these errors are related to FV Player. It’s all for JetPack.

    Did you change your homepage recently? The way FV Player Editor preview works is it calls the website homepage with a special argument in the link and that gives you the preview if you are authorized.

    Please let me know, perhaps we could add some debug information about the preview to signal preview errors on the browser console.

    Thanks,
    Martin

    5 years ago in reply to: Preview not showing
    Martin

    Hello Bruno,

    please try to open your browser developer console (here’s how https://foliovision.com/player/troubleshooting/javascript-browser-console), then try to load the page where you are editing the player and see, if any error appears on the console.

    Then try to bring up our editor again, once the preview starts loading and the circle starts spinning wait at least 10 seconds and see if anything appears in that console.

    Thanks,
    Martin

    5 years ago in reply to: Vimeo – dash: video not properly encoded
    Martin

    Hello Joanne,

    are you getting the same issue on https://foliovision.com/player/demos/custom-start-time -> Vimeo ?

    Please let us know what operating system and web browser you are using. Or does the issue occur on mobile?

    What start time are you using and how long is the video? Could you please link to the page where we can see the issue?

    Thanks,
    Martin

    5 years ago in reply to: Hide FV Player logo
    Martin

    Hello Giulio,

    the issue occurs as you have entered memo.uniud.it as a staging domain. However the license key for uniud.it currently also covers the sud-domains. So you need to use the license key for uniud.it.

    Thanks,
    Martin

    5 years ago in reply to: detailedErrorCode: 315 on casting to chromecast
    Martin

    Hello Crawford,

    we did the basic check of the h264 codec already, I posted about it in my last message.

    I also run into the exact same issue with JW Player.

    So it’s hard for us to guess what could be the issue with Chromecast. We can only try some more players until we found which one is able to cast that m3u8 file.

    Thanks,
    Martin

    5 years ago in reply to: Conflict with the BuddyBoss Theme Menus
    Martin

    Hello John,

    we had a report of that same issue here and I posted what is wrong about the BuddyBoss theme: https://foliovision.com/support/fv-wordpress-flowplayer/bug-reports/site-menus-not-working-after-wordpress-upgrade-to-5-6

    Please send over the full notice of that FV Player Pro issue or let us know how you are getting it. We got a bunch of notices like that when using https://wordpress.org/plugins/enable-jquery-migrate-helper/ and we prepared a fix for these for next version, but none of these were for the ready event.

    Thanks,
    Martin

    5 years ago in reply to: Site menus not working after wordpress upgrade to 5.6
    Martin

    Hello talbotp,

    it appears this is a bug in the BuddyBoss theme. It has this code which listens to the “ready” event and when it occurs it initializes the menu click action in BuddyBossTheme.init().

    $( document ).on(
      'ready',
      function () {
        BuddyBossTheme.init();
        ...
      }
    );

    However it just listens to any “ready” event in the document, including the child elements. So when the Flowplayer library which we use triggers “ready” for the video as it starts playing, BuddyBoss will init that menu handler again. And then when you click the menu icon it counts as two clicks – one to open it and the other to close it.

    There was no recent change in FV Player that would cause this, but it’s possible this issue is more visible with new jQuery in WordPress 5.6

    So I would recommend you do not update to WordPress 5.6 until BuddyBoss developers fix this as what they do is not listed among:

    jQuery offers several ways to attach a function that will run when the DOM is ready. All of the following syntaxes are equivalent

    Which you can check here: https://api.jquery.com/ready/

    That document also says:

    As of jQuery 3.0, only the first syntax is recommended; the other syntaxes still work but are deprecated.

    They recommend using

    $( handler )

    …which is the second example here: https://learn.jquery.com/using-jquery-core/document-ready/

    Thanks,
    Martin

    5 years ago in reply to: Site menus not working after wordpress upgrade to 5.6
    Martin

    Hello talbotp,

    recent versions of WordPress do contain some changes in jQuery library which is used by basically every theme and plugin. Pleaes try to install https://wordpress.org/plugins/enable-jquery-migrate-helper/ to see if that fixes the issue.

    What theme are you using? Is it free to download, so that I can give it a try?

    Please also send output of Settings -> FV Player -> Tools -> System Info.

    Thanks,
    Martin

    5 years ago in reply to: Hide FV Player logo
    Martin

    Hello Giulio,

    please send us a link to your website where we can see the issue.

    Thanks,
    Martin

    5 years ago in reply to: Alternative sources: randomize server
    Martin

    Hello Denny,

    1) these improvement makes sense.

    We were also considering to add a feature where you could pick a different CDN based on the user country. We needed that once when BunnyCDN was slow in Germany and Italy and we wanted to serve these users via KeyCDN.

    2) Please let us know what video type you used in which web browser. Do you mean the issue occurred when starting the video or during the video playback?

    Thanks,
    Martin

    5 years ago in reply to: Can’t Get Rid of Watermark on FV Player Pro
    Martin

    Hello Ákos,

    the license key for FV Player changes with each new release of Flowplayer. If you are still on version 6 you will have to use the key for that version. Please try (redacted).

    Thanks,
    Martin

    5 years ago in reply to: Return the length of the video via the api
    Martin

    Hello Kendell,

    please check our documentation here if you want to do it in PHPProgrammer’s Guide -> Determining Video Length

    Or check here is you need JavaScript: Programmer’s Guide -> Video and player properties

    Thanks,
    Martin

    5 years ago in reply to: Download video files from Player
    Martin

    Hello Nikolaos,

    if it’s a Vimeo video, then the highest quality MP4 file is downloaded.

    If you use a HLS stream, then unfortunately it won’t work.

    If you use MP4 files with FV Player Pro Quality Switching it just uses what’s provided in that player ID. I see that could be improved to pick the HD, FullHD, 720p or 1080p stream instead. Is that what you mean?

    Thanks,
    Martin

    5 years ago in reply to: Download video files from Player
    Martin

    Hello Nikolaos,

    as you can see it’s full of span tags. Some of them interfere with [fvplayer_download] shortcode.

    I recommend you copy all of that text into some tool which will strip the HTML for you, like this one: https://www.striphtml.com/ Then put it back and save.

    Did you copy that [fvplayer_download] shortcode from your documentation and is this what you got? Indeed, I can see that the code highlight which we have on it is responsible for it. So I removed it.

    Thanks,
    Martin

    5 years ago in reply to: Google Analytics vs Wowza statistics
    Martin

    Hello Alessandro,

    thank you for letting us know about your workaround.

    I guess we have to do some more testing with tracking of live streams.

    Thanks,
    Martin

    5 years ago in reply to: Verwendung von Google Analytics mit FV Player
    Martin

    Hello Jörn,

    are you able to test the upcoming FV Player version to see if we were able to fix this issue for you? If you please reinstall FV Player from this link: https://github.com/foliovision/fv-wordpress-flowplayer/archive/10918414-ga-load-module.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.

    In this new version we use a newer Google Analytics library and we also fixed the “Video / Seconds played” even to use proper video name. Until now it didn’t use a proper video name and that could be the reason why you couldn’t find proper stats for the videos too.

    Thanks,
    Martin

    5 years ago in reply to: Download video files from Player
    Martin

    Hello Nikolaos,

    thank you for these screenshots.

    Please try to switch the editor from “Visual” to “Text” in the top right corner and see what you get – another screenshot of that “Text” view would be helpful.

    If the [fvplayer_download] shortcode is not processed and shows as bare text on the website, then it must contain some hidden symbol which doesn’t belong there.

    Thanks,
    Martin

    5 years ago in reply to: Download video files from Player
    Martin

    Hello Nikolaos,

    we have fixed that disappearing settings box issue.

    If you want to get it back right now (it’s not required to get these download links working) you can deactivate and delete theFV Player Pro plugin and then let wp-admin -> Settings -> FV Player reinstall the Pro pack for you. Or you can grab a fresh ZIP file of FV Player Pro from https://foliovision.com/my-licenses and reinstall from that.

    Please note that these buttons only work for logged in users.

    Thanks,
    Martin

    5 years ago in reply to: Changing server location for multiple FV player playlists
    Martin

    Hello Dmitry,

    seems like you already moved the files over, is that so?

    To fix the database entries start by checking if all your players are in
    wp-admin -> FV Player or if you also use [fvplayer src="..."] kind of shortcodes.

    In the first case you can do search and replace in MySQL on the wp_fv_player_videos table (on the src, src1, and src2 columns, add splash if you also store splash screens on S3). In the other case you need to search and replace in the post_content column of wp_posts table.

    Thanks,
    Martin

    5 years ago in reply to: VAST tag not working on tester
    Martin

    Hello Andrew,

    I got that same ad playing on Chrome and Firefox on Windows 7 now, see attached.

    I see that previously I did use the URL which you atteched in this topic – with URL encoded { and } symbols. That way ut doesn’t work. But when I enter these the way you didn on your screenshot it works.

    Thanks,
    Martin

    firefox-vast
    firefox-vast
    5 years ago in reply to: Add Video Popup not shown
    Martin

    Hello Oliver,

    it’s strange that there is no error. Do you use a lot of plugins? One of them might be causing this behavior.

    Please try to deactive the plugins one by one until you see that it worsk and let us know,

    Or alternative you can try to save the source HTML code of that wp-admin -> FV Player page as HTML and upload it here to our forums. We will make sure do not publish it for security reasons and remove it quickly (there is nothing too sensitive in that HTML code, but it’s better to be careful).

    Thanks,
    Martin

    5 years ago in reply to: Post Interface Embeds into Custom Fields
    Martin

    Hello Marcie,

    you sent the right code as it does register the “wpmedia” box on the post editing screen which is where the issue occurs – accodring to you screenshots.

    I tried to use that part of your code and I’m running into that same issue. And it turns out the issue is your wpmedia_html() function – it misses the closing table tag.

    So that’s an easy fix for you to do and they it should all be running just fine for you. I don’t see how we could prevent this issue in FV Player – if there is broken markup on the post editing page, any plugin might suffer some damage to its editing interface.

    Thanks,
    Martin

    5 years ago in reply to: Problem Open graph Facebook etc.
    Martin

    Hello Rosetta,

    if you do not use the standard WordPress Featured Image feature, then you are not making it for any plugin to suit your needs.

    As explained FV Simpler SEO does use exact that and if it’s not present it checks the post content – meainin the post_content field of the WordPress post object: https://github.com/foliovision/fv-all-in-one-seo-pack/blob/master/fv_simpler_seo.class.php#L3462-L3498

    Does your custom post type use that? You can check if the standard WordPress post editor is enabled for it and where does it save in database.

    Thanks,
    Martin

    5 years ago in reply to: Add Video Popup not shown
    Martin

    Hello Oliver,

    so the issue is with the first step of our guide https://foliovision.com/player/basic-setup/start-up-guide -> Inserting Videos, is that so?

    Please, also try to open your browser developer console (here’s how https://foliovision.com/player/troubleshooting/javascript-browser-console), then try to load the page where you are adding the video again and see, if any error appears on the console.

    Then try to bring up our editor again and see if anything appears in that console.

    Thanks,
    Martin

Viewing 100 replies - 2,101 through 2,200 (of 6,900 total)
← 1 2 3 … 21 22 23 … 67 68 69 →

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‬