Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author icc0rz

    (@icc0rz)

    There could be many reasons for the issues you’re having. Trouble with uploading could be related to the size of the file. Check that the file you’re trying to upload is smaller than the size specified in your php.ini by upload_max_filesize and post_max_size. Make sure that zip support is enabled in your PHP installation.
    If you check your web server’s error_log for any recent messages, that could give us an idea of what is failing.

    If you upload a video to interactive video tool you must make sure that the video is optimized for the web. H5P does not do any video optimization or conversion out of the box. You could try using the URL of a YouTube video and see if that works out better.

    Thread Starter bajak-tiez

    (@bajak-tiez)

    Thanks for replay

    Plugin Author icc0rz

    (@icc0rz)

    You could also have a look in your browser’s JavaScript console to see if there are any error messages when trying to play the video. (Ctrl + Shift + J in Chrome)

    Thread Starter bajak-tiez

    (@bajak-tiez)

    Now its working, Issue on my video its not proper formatted.

    Plugin Author icc0rz

    (@icc0rz)

    Ok, it’s good to hear you got it working ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Video not support and upload function mot working.’ is closed to new replies.