Regarding upload issue,
This is probably a security block from your server.
When submitting certain words in content or trying to upload files, you receive a 403, 404, 406, 500 or "Page not found" error message.
This behaviour is most likely caused by the Apache module
mod_security
. Depending on its filter settings, phrases that trip the module include lynx, perl, mother, select from, table, cc:, and many more.
Ask your host to tone down the mod_security settings.
Alternatively you can try to add the following to .htaccess:
# Turn off mod_security filtering.
<IfModule mod_security.c>
SecFilterEngine Off
</IfModule>
This will turn off filtering by mod_security.
Not all hosts will allow this, so you may need to contact your hosting provider.
Regarding video buffering issue,
Kindly check
allvideoshare.mrvinoth.com/forum/9-allvi...-during-loading#1546