Media converter question

sukhman21

Member
YetiShare User
Jan 26, 2015
508
3
18
Hi,
i have media converter on my file upload site and i want to start video conversions on another server (thie server is not FTP or direct storage),
What i want to do is get a powerful server just for media conversions. I dont want to set it as direct file server or FTP server

How do i do this or is this even possible ?

I tried looking for documentation but couldnt find anything

If i upload the convert.php file on the conversion server and adjust these variables
$databaseHost = "";
$databaseUser = "";
$databasePass = "";
$databaseName = "";

Will it work ? or does it have to be direct storage server do do the conversions.

Thanks in advance..
 

sukhman21

Member
YetiShare User
Jan 26, 2015
508
3
18
well the only problem is that direct server doesnt work on my website for some reason, Adam is helping me out so hopefully we will figure something out. Only FTP server option works, i am unable to add another direct file server. I know conversion is easier with direct file server but wont work for me.
If i can use another server to convert videos without having to add as direct file server, that would be sweet.

Admins - I (and i know a lot of your clients) would really appreciate if there was a proper detailed documentation for this script.