Okay finally able to debug it and was able to find the reason behind it .
In video vibe we take whole video data that is we read the video file contents in binary form and send it to vimeo server to upload .
This is where the issue is appearing .
Server was not able to handle this gathering of data and post it in just one hit .
I checked your post max size seems to be ok .
Can you please try these :
1 . incrrease the php memory_limit to 256 MB .
2 . increase the post_max_size to 400MB .
Both are php configuration variables .
This reply has been marked as private.
Hi yes I was able to edit the file and found the reason behind it .
Please try out the steps mentioned in my above reply :
https://wplms.io/support/forums/topic/video-vibe-video-upload-starts-but-does-not-finish/page/2/#post-203881
This reply has been marked as private.
Well I still found the memory limit to be just 40 MB and same for the upload and post max size :
http://prntscr.com/nb2aks
in our php configuration check .
Please check it with phpinfo function .
please refer :
https://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
Well We have strict mime type checking for each video files we upload on server .
This might be failing somewhere and the mime type of video might be returning something else which are not allowed by wordpress .
This reply has been marked as private.
Ok I looked into it and found that the mime type of the file you shared was found to be :
"
video/x-msvideo " which is not allowed by wordpress right now .
Please try to use third party plugin which allows you to add this mime type to allowed mimetypes list :
https://wordpress.org/plugins/wp-add-mime-types/
amazing!!!
You are a genius Alex.
Just adding MIME type, everything solved.
"avi=video/x-msvideo"
thank you very much for your help in suggesting all the solutions
in the long question.
I want to say that you are the best with my both thumbs raised.
thank you again and have a great day alex.
This case has been resolved altogether! :)
Thanks for confirming .Always at your service :)