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..
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..