I'm currently working on a solution to online process uploaded video data.
There will be diffeent video-formats uploaded to the platform and we need to transcode them into flv & re-render them in a smaller resolution. (^= Compression)
My current plan is:
1 Webserver managing the web-application
1 Sotrage-Server for uploading and video-storage purposes
The transcode-process will take place on the storage-server (which will be a high-end and performant one) AND - if neccessary it will outsource this video-processing to Amazon-EC2-instances.
So that's my plan. I'm a bit doubtful if this approach is efficient and well-concidered.
So - In plaintext: I want some feedback of you!
Hope, you can help me!
Regards,
~MxAgent