Media Converter Plugin using many file servers

drquirico4466

New Member
YetiShare User
Nov 25, 2014
3
0
0
I'm trying start my project using 3 servers for the best performance:

- 1 server only for host the website, and optimized for many visits (Apache php-fpm with varnish).
- 1 server only for ffmpeg conversion.
- 1 server only with nginx as storage with 8TB, and add more extras in the future.

I want your recommendation about the best configuration using the Media Converter Plugin, because at simple view I look that I need to install ffmpeg into each storage server, or execute ffmpeg into the website server, and later move the files to the storage server using file_manage.php

Please, let me know the best configuration for me.