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

Foliovision

Main navigation

  • 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

Uploaded videos with Wordpress and Coconut-plugin give error at playing

[Solved]

Foliovision › Forums › FV Player › Troubleshooting › Uploaded videos with Wordpress and Coconut-plugin give error at playing

  • Tonia 2 years, 11 months ago

    Video upload broken on two separate sites since a few days.
    Wordpress 5.9.3 and 6.0
    FL Player Pro + FL Player Coconut version: 7.5.23.728
    Previous uploaded videos play well.
    All new uploaded videos give: hlsjs-lite: Das Video ist nicht korrekt kodiert
    Formats: 720 + 1080
    Admin message in player says: Video OK (Green) and thumbnail shows.
    Coconut confirmation email says encoding has succesfully finished.
    I had email contact with Coconut support and they redirected me to the plugin developer.

Viewing 11 replies - 1 through 11 (of 11 total)
  • Martin 3 years ago

    Hello Tonia,

    do you mean that you used FV Player Coconut without problems and now the issue started recently after some plugin update?

    Does it work if you do not use the video encryption?

    Could you please post some old and new video on a test page which we can access?

    Thanks,
    Martin

    Tonia 3 years ago

    Hello Martin,
    thanks for your reply.
    If I don’t encrypt the video upload, it plays well.
    Here is a link to 2 examples:
    https://germanische-heilkunde.at/fv-player-test-page-with-coconut-encryption/

    Martin 3 years ago

    Hello Tonia,

    the issue occurs when you upload the video into the root folder. We are working on the fix, but we strongly recommend that you categorize your videos.

    Thanks,
    Martin

    Tonia 3 years ago

    Hello Martin,
    in the subfolder it works (at least with the video I uploaded).
    I had issues in the past as I uploaded videos in the subfolders!
    Is there a way to move my existing uploads to a subfolder, otherwise I have to reupload more then 40 videos (Coconut counts for that).
    Alternative would be waiting for the plugin update. Is there a time schedule?
    At Coconut they told me that HLS-stream version 4 is the standard. Your plugin uses still version 3. Will this be changed soon or what is best?
    Kind regards,
    Tonia

    Martin 3 years ago

    Hello Tonia,

    FV Player Coconut 7.5.24.728 is out and it fixes the issue with playback of encrypted HLS which were uploaded into the root folder. It will also fix the playback issue with these 40 videos which you uploaded in the meantime – no need to move anything.

    If you do not see the update yet, you can get a new plugin ZIP file at htttps://foliovision.com/my-licenses

    We prefer HLS version 3 as it splits the video into small pieces which makes it harder to download. HLS version 4 uses a single big file, which in turn can be also used with MPEG-DASH streaming format, but that’s not of a technical detail.

    Thanks,
    Martin

    Tonia 3 years ago

    Hello Martin,
    great, the video playback is working now on both sites. But the minor side is, now I’m not able to upload videos on one site. Not to the root directory, nor to the subfolders. One site gives the message: “Upload failed with server error.” after choosing the video file.
    The nginx error log says:

    2022/06/11 10:23:36 [error] 3210#3210: *90757 FastCGI sent in stderr: "PHP message: PHP Fatal error:  Uncaught Error: Call to undefined method GuzzleHttp\Utils::chooseHandler() in /home/ghk-academy/public_html/wp-content/plugins/elementskit/libs/composer/vendor/guzzlehttp/guzzle/src/functions.php:61
    Stack trace:
    #0 /home/ghk-academy/public_html/wp-content/plugins/fv-wordpress-flowplayer/vendor/guzzlehttp/guzzle/src/HandlerStack.php(42): GuzzleHttp\choose_handler()
    #1 /home/ghk-academy/public_html/wp-content/plugins/fv-wordpress-flowplayer/vendor/guzzlehttp/guzzle/src/Client.php(65): GuzzleHttp\HandlerStack::create()
    #2 /home/ghk-academy/public_html/wp-content/plugins/fv-wordpress-flowplayer/vendor/aws/aws-sdk-php/src/Handler/GuzzleV6/GuzzleHandler.php(26): GuzzleHttp\Client->__construct()
    #3 /home/ghk-academy/public_html/wp-content/plugins/fv-wordpress-flowplayer/vendor/aws/aws-sdk-php/src/functions.php(279): Aws\Handler\GuzzleV6\GuzzleHandler->__construct()
    #4 /home/ghk-academy/public_html/wp-content/plugins/fv-wordpress-flowplayer/vendor/aws/aws-sdk-php/src/ClientR" while reading response header from upstream, client: 2001:8a0:c154:e901:8dac:7a83:1119:bc3e, server: ghk-academy.info, request: "POST /wp-admin/admin-ajax.php?&_fs_blog_admin=true HTTP/2.0", upstream: "fastcgi://unix:/var/php-fpm/165365161014593.sock:", host: "ghk-academy.info", referrer: "https://ghk-academy.info/wp-admin/admin.php?page=fv_player"
    

    I’ve tried PHP version 7.4 and 8.0.
    I hope this info can help you any further.
    Kind regards,
    Tonia

    Tonia 3 years ago

    I think I found the bug. It conflicts with ElementsKit Pro Version 2.6.8. When I deactivate this plugin, I can upload the videos without a problem.

    Martin 3 years ago

    Hello Tonia,

    these conflicts are unfortunate, in FV Player we only load these 3rd party libraries when it’s necesary.

    For the next FV Player version we updated to the latest Guzzle HTTP library version. Perhaps that will avoid the conflict with ElementsKit Pro. If you would like to check that then 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.

    If that won’t help, then I wonder what version of Guzzle HTTP is in the ElementsKit Pro plugin.

    Thanks,
    Martin

    Tonia 3 years ago

    No, didn’t work.
    The Guzzle version in elementskit according to CHANGELOG.md is:

    7.3.0 – 2021-03-23

    Martin 3 years ago

    Hello Tonia,

    I see, we are stuck with Guzzle version 6.x as we try to retain the PHP 5 compatibility. I increased that for AWS to PHP 7.2.5 which gave us Guzzle version 7.4.4.

    Please try if it works with that if you if you can – here’s the plugin ZIP file to try: https://github.com/foliovision/fv-wordpress-flowplayer/archive/refs/heads/aws-php-7-2-5.zip

    Thanks,
    Martin

    Tonia 3 years ago

    Yes, it works!
    Thanks

Viewing 11 replies - 1 through 11 (of 11 total)
Reply To: Uploaded videos with Wordpress and Coconut-plugin give error at playing



Please Sign in or Register to upload files.

Related Posts

  1. Adding multiple Coconut jobs for uploaded videos

    Adding multiple Coconut jobs for uploaded videos

  2. How to encrypt videos directly in WordPress with Coconut

  3. Videos not Playing – FVPlayer-Pro+Vimeo Security Plugin

    Videos not Playing – FVPlayer-Pro+Vimeo Security Plugin

Primary Sidebar

Sign in Register
FV Player Docs Post New Topic

Welcome

to Foliovision support forums! We'll be happy to provide free support to resolve all the reported bugs. You always can start by specifying your OS and browser and steps to reproduce the bug.

If you need help with the installation on your site, please submit a request for a Pro Support Incident. We'll have you up and running in no time, with detailed instructions on how to resolve your issue yourself in the future.

Facing a hard to solve WordPress problem? On a tight deadline?

Let us take care of it for you
right now.

Pro Support Buy FV Player

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 © 2025 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‬

We are using cookies to give you the best experience on our website.

You can find out more about which cookies we are using or switch them off in .

Powered by  GDPR Cookie Compliance
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.

Necessary Cookies

Strictly Necessary Cookie allow you to log in and download your software or post to forums.

We use the WordPress login cookie and the session cookie.

If you disable this cookie, we will not be able to save your preferences. This means that every time you visit this website you will need to enable or disable cookies again.

Support Cookies

Foliovision.com uses self-hosted Rocket.chat and self-hosted Freescout support desk to provide support for FV Player users. These cookies allow our visitors to chat with us and/or submit support tickets.

We are delighted to recommend self-hosted Rocket.chat and especially Freescout to other privacy-conscious independent publishers who would prefer to self-host support.

Please enable Strictly Necessary Cookies first so that we can save your preferences!

3rd Party Cookies

This website uses Google Analytics and Statcounter to collect anonymous information such as the number of visitors to the site, and the most popular pages.

Keeping this cookie enabled helps us to improve our website.

We reluctantly use Google Analytics as it helps us to test FV Player against popular Google Analytics features. Feel free to turn off these cookies if they make you feel uncomfortable.

Statcounter is an independent Irish stats service which we have been using since the beginning of recorded time, sixteen years ago.

Please enable Strictly Necessary Cookies first so that we can save your preferences!