From vshare 2.3, we do not rename the uploaded file, so if you upload a file with space in it, it will not get converted.
To fix the problem, open
include/settings/video_conversion.php
FIND
REPLACE WITHCode:$video_src
That is single quotes before and end of $video_srcCode:'$video_src'
Bookmarks